Project

General

Profile

Feature #84798

Updated by Richard Haeser about 6 years ago

Every websites benefits from a good SEO and therefor I think it is good to have some extra options in the core. At the moment there are several extensions adding properties to pages to make it possible to set some meta tags for Search Engine Optimization. By adding this to core, we help TYPO3 to provide more SEO options out of the box.  

 The fields that should be added to TCA (without a "special" function) 
 * SEO title => just an input field a title that differs from page title and navigation title and is used for the <title> tag 
 * robot instructions => two fields: on "Index this page" a field no_index and "Follow this page". This should be a field no_follow to make it possible to set the new toggle feature 
 <meta name="robots"> tag.  
 * OpenGraph-tags OG-tags => 1 input field Add option to set separate title, a textarea for description and a image field when shared on Facebook (and other OG-tag based social networks) 
 * Twitter-tags Twitter cards-tag => 1 input field Add option to set separate title, a textarea for description and a image field 

 This should be done in when page properties on a new tab called SEO. Also the description field (that is now shared on the Metadata tab) needs to be moved to the SEO tab. 

 If you have any question, please ask @richardhaeser Twitter 

 See https://decisions.typo3.org/t/include-some-basic-seo-options-to-core/289

Back