Plugin Directory

Changeset 1298553


Ignore:
Timestamp:
12/01/2015 05:12:35 PM (10 years ago)
Author:
freddessaint2
Message:

Additional destiption.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • epitome-seo/trunk/README.md

    r1298131 r1298553  
    88##What is Epitome SEO ?
    99
    10 Easily handle SEO metadata for every pages of a theme.
     10Epitome 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.
    1111
    1212##Features
    1313
    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.
    1720
    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
     341. Upload the `epitome-seo` folder to the `/wp-content/plugins/` directory.
     351. Activate the plugin through the 'Plugins' menu in WordPress.
     361. Go to the administrator panel Settings/SEO and then modify the general options.
     371. On each regular post, custom post and static page you will find a metabox named SEO with clearly defined fields.
     381. On each taxonomy on administrator panel you will find extra fields to provide optimized content.
     39
     40##Pull Requests
    1941
    2042I 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.