Changeset 1298553
- Timestamp:
- 12/01/2015 05:12:35 PM (10 years ago)
- File:
-
- 1 edited
-
epitome-seo/trunk/README.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
epitome-seo/trunk/README.md
r1298131 r1298553 8 8 ##What is Epitome SEO ? 9 9 10 E asily handle SEO metadata for every pages of a theme.10 Epitome SEO let you write optimized metadata for search engines. This plugin provides very simple but powerful features to fully optimize your site without decreasing its performances. Epitome SEO is used under professional conditions by people in the SEO industry. 11 11 12 12 ##Features 13 13 14 * Add SEO metadata fields to regular posts, custom posts and static pages. 15 * Add SEO metadata fields to catagories, tags and other taxonomies. 16 * Add SEO option page to the setting panel. 14 ###SEO Settings 15 * There is a metadata model for pages that are not optimized individually. 16 * Avalaible models: frontpage, singular, category, tag, taxonomy, author, date, search, 404 and paged. 17 * Custom variables such as `%title%`, `%date%` or `%sitename%` can be used to automatically write metadata based on a template. 18 * A model let you optimize: title for search engine, meta description, meta robots tags (index/noindex and follow/nofollow). 19 * An advanced tab for setting analytics tracking code. 17 20 18 ###Pull Requests 21 ###Posts & Pages 22 * Add a light metabox with SEO fields. 23 * Available fields: title for search engine, meta description, long description, canonical link, meta robots tags (index/noindex and follow/nofollow). 24 * Replace the default metadata model whether fields are completed. 25 26 ###Taxonomies 27 * Add several fields to each taxomony panel (first on category and tags). 28 * Available fields: optimized name, title for search engine, meta description, canonical link, meta robots tags (index/noindex and follow/nofollow). 29 * Use the optimized name if you want to improve taxonomies titles in your theme. The default name is used then for small areas of your layout. 30 * Use a long description in the context of search engine optimization, while the built-in short description of WordPress can be used as an introduction in your theme. 31 32 ##Installation 33 34 1. Upload the `epitome-seo` folder to the `/wp-content/plugins/` directory. 35 1. Activate the plugin through the 'Plugins' menu in WordPress. 36 1. Go to the administrator panel Settings/SEO and then modify the general options. 37 1. On each regular post, custom post and static page you will find a metabox named SEO with clearly defined fields. 38 1. On each taxonomy on administrator panel you will find extra fields to provide optimized content. 39 40 ##Pull Requests 19 41 20 42 I want to keep this plugin as simple as possible. I won't merge pull requests for additional features such as download buttons, social like buttons, IE8 compatibility etc. But feel free to fork the project and customize it to suit to your needs. Most wanted pull requests are for bug fixes. Also, a future improvement will be to allow zoom on touchable devices.
Note: See TracChangeset
for help on using the changeset viewer.