Default keywords and description


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ## Default Meta Tags (on all pages the same)
  2. page.meta.author = Name of the Author
  3. page.meta.publisher = Name of the Publisher
  4. page.meta.copyright = Copyright owner
  5. page.meta.robots = index, follow
  6. page.meta.verify-v1 = Google verify code
  7. page.meta.X-UA-Compatible = IE=8
  8.  
  9. ## keywords and description for each page
  10. page.meta.keywords.field = keywords
  11. page.meta.description.field = description
  12.  
  13. ## default keyword and description
  14. page.meta.keywords.ifEmpty = your default keywords
  15. page.meta.description.ifEmpty = your default description

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.