Changes between Version 8 and Version 9 of TechnicalDescription


Ignore:
Timestamp:
10/31/14 11:59:03 (11 years ago)
Author:
dagmon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalDescription

    v8 v9  
    4444
    4545# SEO #
    46 ## Index/no index, follow/no follow drop down menu ##
     46## Page level robots ##
     47Add a meta like
     48
     49{{{
     50<meta name="robots" content="..., ..." />
     51}}}
     52
     53With drop down values: 1) index, follow 2) noindex, nofollow 3) index, no follow 4) noindex, follow
     54
    4755## Meta title ##
     56User input for meta title.
    4857## Meta description ##
     58User input for meta description.
    4959## Canonical field ##
     60User input for <link rel="canonical" href="{{user input}}" />
     61Important: If the input field isn't field by the user, then this field shouldn't be rendered.
    5062## Friendly URLs ##
     63Ability to change the url, but with keeping the hierarchy of the pages.
     64Note: Let's discuss it f2f.
    5165## HTTP Code 301 redirection Management ##
    52 ## HTTP Code 404 page sending a valid 404 response error, customizable in CMS. ##
    53 ## No frames, no iframes for content, no table for layout.  ##
     66Ability to point one old URL to another, through 301 redirect. (I'd rather not do it by manually editing htaccess, but on the application level).
     67## 404 page ##
     68Create HTTP Code 404 page sending a valid 404 response error. It should be a customizable page on our CMS.
     69## Templates requirements ##
     70No frames, no iframes for content, no table for layout, no flash.
    5471## Semantics (correct headings) ##
     72We should discuss what would be the h1, h2, h3, h4 before we cut the HTML.
    5573## No flash ##
    5674## Img alt ##
     75User input
    5776## Robots.txt upload via ftp ##
    5877## Search engine friendly Breadcrumbs markup ##