User Tools

Site Tools


res:plugins:seometataginfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
res:plugins:seometataginfo [2022/09/07 01:24] – [Description] fraenkimanres:plugins:seometataginfo [2024/04/07 23:09] (current) – has moved to standard plugins fraenkiman
Line 1: Line 1:
-===== SEO Metatag Info ===== 
  
-==== Description ==== 
-Editing and outputting description, keywords and robots meta tags for search engines 
- 
-Meta tags are still very important for SEO (search engine optimization) and social media posting. For example, if you don't have the description meta tag for your blog post, Facebook won't display the page description. This makes these tags crucial for any blog. If you use FlatPress, the SEO Metatag Info is available to automatically generate these tags for you. 
- 
-Author: Hubert 
- 
-Licence: GPL v2 
- 
-==== Plugin Features ==== 
-  - Single Entries - Editing and output of description, keywords, and robots meta tags 
-  - Static pages - Editing and output of description, keywords, and robots meta tags (see the [[res:plugins:seometataginfo#integration_on_static_pages|instructions for integration on static pages]]) 
-  - Categories - Output of description, keywords, and robots meta tags 
-  - Archives - Output of description, keywords, and robots meta tags 
-  - [[res:plugins:tag|Tags]] - Output of description, keywords, and robots meta tags 
-  - Canonical - Output of the canonical meta tag (selectable) 
-  - Title - Output of pretty titles for categories, archives, and tags pages (selectable) 
-  - Title - Output of the title meta tag (selectable) 
-  - Tries to make pages unique by appending ‘page #nn’ or ‘comments’ to titles and descriptions 
- 
-==== Language Packs ==== 
-english (default), Italiano, {{:res:plugins:hubert:seometataginfo-lang:lang.de-de.zip|Deutsch (contributed by Arvid Zimmermann)}} 
- 
- 
-==== Integration on static pages ==== 
-In order for this plugin to be able to edit metadata on static pages, the file [[https://github.com/flatpressblog/flatpress/blob/master/admin/panels/static/admin.static.write.tpl|admin.static.write.tpl]] in the directory /admin/panels/static/ must be modified. 
-Look for clue ''{*here will go a plugin hook*}'' in about line 42 
- and place the following code below it: <code>{action hook=simple_edit_form}</code>. 
-Then it should look like this: 
-<code html> 
-... 
- rows="20" cols="74">{$content|default:$smarty.request.content|htmlspecialchars}</textarea><br /> 
- {*here will go a plugin hook*} 
- {action hook=simple_edit_form}  {* <<<<<========== ADDED SEO Metatag Info <<<<<========== *} 
- </p> 
-... 
-</code> 
- 
-==== Optional settings ==== 
-Additional valid characters (e.g. german umlauts ÄäÖöÜü) can be specified for the "Description" and "Keywords" meta tags by changing the "$keep_chars" variable. 
-To do this, open the plugin.seometataginfo.php file in the plugin directory with an editor. Around line 24, find the variable ''$keep_char = "";'' and change it as follows: 
-<code php> 
-$keep_char = "ășțîâÄäÜüÖöß"; 
-</code> 
- 
-More plugin configuration switches and their description can be found directly in the plugin.seometataginfo.php file and in the {{:res:plugins:hubert:fp-seometataginfo-v2_2-instructions.zip | Hubert’s World}} archived page. 
- 
-==== Download ==== 
-{{ :res:plugins:hubert:fp-seometataginfo-v2_2_1.zip |}} 
- 
-**Support** 
- 
-Please ask for help on the [[https://forum.flatpress.org/viewtopic.php?p=1678&sid=6146e8816ff7482177d7d03907204a39#p1678|FlatPress Forum]] 
-=== Changelog: === 
-== 2022-08-28 (V2.2.1) == 
-  * Fixes [[https://www.igorkromin.net/index.php/2015/06/09/cve-2015-4399-manipulation-that-targets-missing-input-validation-in-seo-metatag-info-plugin-for-flatpress/|CVE-2015-4399]] reported by Igor Kromin 
res/plugins/seometataginfo.1662506689.txt.gz · Last modified: by fraenkiman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki