Beschrijving
Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.
f(x) SEO
Beschrijving
f(x) SEO is a basic SEO Plugin. WordPress is SEO-friendly enough to get our site crawled and indexed properly but lack in some area to modify title tag and add proper meta description. And that is all this plugins do.
After installation of this plugin, you can configure title and meta description template in “Settings > SEO”.
Features:
- Super simple. Only the essentials.
- Override Front Page Title and Meta Description.
- Title and Meta Description Template for other pages.
- Extendable and fully documented (read the Other Notes).
- The GPL v2.0 or later license. 🙂 Use it to make something cool.
- Support available at Genbu Media.
Notes for developer:
GitHub
Development of this plugin is hosted at GitHub. Pull request and bug reports are welcome.
Opties
This plugin save the options in single option name: fx-seo.
Hooks
List of hooks available in this plugin:
filter: fx_seo_render_title (string)
Modify the title tag. This loaded after the plugin done replacing template tag with actual text. You use this filter to add your own template tag.
filter: fx_seo_render_meta_desc (string)
Modify the meta description text string. This loaded after the plugin done replacing template tag with actual text. You use this filter to add your own template tag. This output is only the text/content of meta description (without the <meta> tag).
filter: fx_seo_template_title_explain (array)
List of Template available. Filter this to add additinal template to add in the settings page. This is just for adding the description in the input field.
filter: fx_seo_template_meta_desc_explain (array)
List of Template available. Filter this to add additinal template to add in the settings page. This is just for adding the description in the input field.
Installatie
- Navigate to “Plugins > Add New” Page from your Admin.
- To install directly from WordPress.org repository, search the plugin name in the search box and click “Install Now” button to install the plugin.
- To install from plugin .zip file, click “Upload Plugin” button in “Plugins > Add New” Screen. Browse the plugin .zip file, and click “Install Now” button.
- Activeer de plugin.
- Navigate to “Settings > SEO” page in your admin panel to manage the plugin settings.
FAQ
Where is the settings ?
The settings is in “Settings > SEO” in your admin panel.
What is %current_title% template tag output ?
Current title output depends on what page you are viewing in the front end. Here’s the full list of the output (without the quote):
- Posts Page (if set): “{Page Title}”
- Single Post/Page/Custom Post Type: “{Title}”
- Category, Tag, and Taxonomy Archive: “{Term Name}”
- Custom Post Type Archive: “{Post Type Label Name}”
- Author Archive: “{Author Name}”
- Month Archive: “Archive for {Month Year}”
- Year Archive: “Archive for {Year}”
- 404 Error: “404 Not Found”
- Other Pages: “Archives”
What is %current_description% template tag output ?
Current description output depends on what page you are viewing in the front end. If it’s not available it will not output meta description for that page. Here’s the full list of the output (without the quote):
- Posts Page (if set): “{Page Content}”
- Single Post/Page/Custom Post Type: “{Excerpt}”
- Author Archive: “{Author Bio}”
- Category, Tag, and Taxonomy Archive: “{Term Description}”
- Custom Post Type Archive: “{Post Type Description}”
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“f(x) SEO” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “f(x) SEO” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1.0 – 12 Jan 2015
- Use get_the_archive_title() in archive title tag.
- fix text domain string.
1.0.0 – 9 Jan 2015
- Init





