Changes between Version 8 and Version 9 of TechnicalDescription
- Timestamp:
- 10/31/14 11:59:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TechnicalDescription
v8 v9 44 44 45 45 # SEO # 46 ## Index/no index, follow/no follow drop down menu ## 46 ## Page level robots ## 47 Add a meta like 48 49 {{{ 50 <meta name="robots" content="..., ..." /> 51 }}} 52 53 With drop down values: 1) index, follow 2) noindex, nofollow 3) index, no follow 4) noindex, follow 54 47 55 ## Meta title ## 56 User input for meta title. 48 57 ## Meta description ## 58 User input for meta description. 49 59 ## Canonical field ## 60 User input for <link rel="canonical" href="{{user input}}" /> 61 Important: If the input field isn't field by the user, then this field shouldn't be rendered. 50 62 ## Friendly URLs ## 63 Ability to change the url, but with keeping the hierarchy of the pages. 64 Note: Let's discuss it f2f. 51 65 ## 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. ## 66 Ability 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 ## 68 Create HTTP Code 404 page sending a valid 404 response error. It should be a customizable page on our CMS. 69 ## Templates requirements ## 70 No frames, no iframes for content, no table for layout, no flash. 54 71 ## Semantics (correct headings) ## 72 We should discuss what would be the h1, h2, h3, h4 before we cut the HTML. 55 73 ## No flash ## 56 74 ## Img alt ## 75 User input 57 76 ## Robots.txt upload via ftp ## 58 77 ## Search engine friendly Breadcrumbs markup ##