Support #9053

template page.meta seems to have to much data

Added by Ben van 't Ende almost 3 years ago. Updated 12 months ago.

Status:Closed Start date:2010-07-27
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:Release of TYPO3 4.4.2
Votes: 0

Description

page.meta {
    # Use the meta tag 'description' from the constants as default value
    # If the meta field description in the page properties is filled, then this will override the default.
    description = {$plugin.meta.description}
    description.override.field = description

    author = {$plugin.meta.author}
    author.override.field = author

    keywords = {$plugin.meta.keywords}
    keywords.override.field = keywords

    robots.value = {$plugin.meta.robots}
    revisit = {$plugin.meta.revisit}
    copyright = {$plugin.meta.copyright}
}

There seems to be to much info here. Need to investigate after release of 4.4.1. "robots.value" only works with extended metatags.


Related issues

related to Introduction Package - Bug #35357: W3C Validation Error on HTML5 meta tags Resolved 2012-03-29

History

Updated by Oliver Hader 12 months ago

  • Status changed from New to Closed
  • Assignee deleted (Søren Madsen)

Robots is wrong, Copyright and Revisit are not supported with HTML5 anymore (but could be using Dublin Core instead).
Closing this issue, since it will be cleaned up in any way for HTML5...

Also available in: Atom PDF