Metadata-Version: 1.1
Name: fourdigits.seo
Version: 1.0
Summary: Package for SEO
Home-page: http://www.fourdigits.nl
Author: Four Digits
Author-email: info@fourdigits.nl
License: GPL version 2
Description: Introduction
        ============
        fourdigits.seo brings additional Publisher and Author data support and SEO overrides support in Plone 4.
        
        - The supported platforms for Publisher are Twitter Card, Open Graph and Google Plus.
        - The title and description of the login form, registration form and contact form can be overriden.
        - Favicon.ico and Apple Touch icons can be set.
        
        
        Site widesettings
        ==================
        General / default:
        - Include site name in title (Include the site name in the title tag)
        - Site name seperator (Separator used to separate the object title and the site name in the title tag)
        - Expose Publication date (Expose publication date in the head)
        - Login Form Title (Title for the login form)
        - Login Form Description (Description for the homepage)
        - Register Form Title (Title for the registration form)
        - Register Form Description (Description for the registration form)
        - Contact Info Title (Title for the contact info page)
        - Contact Info Description (Description for the contact info page)
        
        Social
        - Publisher information for the major social media providers: Google Plus, Twitter Card and Open Graph.
        - Google+ Publisher Page
        - Expose Twitter Card
        - Twitter Site Account
        - Expose Open Graph
        - Open Graph fallback image
        - Expose Open Graph Author
        
        Icons:
        - Favicon url
        - Touch icon iPhone url
        - Touch icon iPhone Retina url
        - Touch icon iPad url
        - Touch icon iPad Retina url
        
        Indexing:
        - Index Login Form
        - Index Register Form
        - Index Contact Info
        
        
        Per object settings
        ===================
        - Override meta title
        - Override meta description
        - No Index
        - No Follow
        - No Archive
        - No Snippet
        
        
        Installation
        ============
        - Add 'fourdigits.seo' to the eggs section of your buildout.cfg.
        - Install 'SEO' using the 'Add-ons' section in the Plone control panel.
        - Enable the 'SEO' behaviour in the 'Dexterity Contect Types' in the Plone Control Panel.
        Note: the 'Site wide settings' are available without enableing the behavior.
        
        Changelog
        =========
        
        1.0 (2015-06-19)
        ----------------
        
        - First public release.
          [jaroel]
        
        
        0.17 (2014-11-24)
        -----------------
        
        - Nothing changed yet.
        
        
        0.16 (2014-11-10)
        -----------------
        
        - Nothing changed yet.
        
        
        0.15 (2014-11-03)
        -----------------
        
        - Nothing changed yet.
        
        
        0.14 (2014-10-23)
        -----------------
        
        - Add linkedin, upgrade step, add profile data to memberpas
          [maartenkling]
        
        0.13 (2014-10-13)
        -----------------
        
        - Nothing changed yet.
        
        
        0.12 (2014-10-07)
        -----------------
        
        - Nothing changed yet.
        
        
        0.11 (2014-09-16)
        -----------------
        
        - Nothing changed yet.
        
        
        0.10 (2014-09-10)
        -----------------
        
        - Nothing changed yet.
        
        
        0.9 (2014-09-03)
        ----------------
        
        - Nothing changed yet.
        
        
        0.8 (2014-07-16)
        ----------------
        
        - Nothing changed yet.
        
        
        0.7 (2014-05-08)
        ----------------
        
        - Nothing changed yet.
        
        
        0.6 (2014-05-06)
        ----------------
        
        - Nothing changed yet.
        
        
        0.5 (2014-04-21)
        ----------------
        
        - force locale to be lang_LANG like nl_NL to be valid
          [maartenkling]
        
        0.4 (2014-04-21)
        ----------------
        
        - og needs property attribute not name
          [maartenkling]
        
        0.3 (2014-04-03)
        ----------------
        
        - Nothing changed yet.
        
        
        0.2 (2014-03-30)
        ----------------
        
        - Nothing changed yet.
        
        
        0.1 (2014-03-30)
        ----------------
        
        - Nothing changed yet.
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
