Closed (won't fix)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2015 at 16:06 UTC
Updated:
20 Apr 2015 at 15:32 UTC
Jump to comment: Most recent
Comments
Comment #1
damienmckennaYeah, the title really should be output first.
Comment #2
dave reidNo no no, this is not a bug at all. Is there factual data behind this or was it only a recommendation of a tool designed to make money?
http://webmasters.stackexchange.com/questions/11623/order-of-html-meta-tags
http://moz.com/community/q/meta-attributes-does-order-matter
http://stackoverflow.com/questions/5572471/in-head-which-comes-first-met...
The only ordering that matters is content-type first
Comment #3
liliplanet commentedThank you! Ive read through the links Dave has mentioned and yes it does not matter if meta precedes title. It's all good.
Comment #4
damienmckennaWhile working on the D8 port I discovered that core in D8 outputs the page title after the "head" tags are output, though before the CSS and JS calls. In order to increase compatibility between the two, we're not going to do this. Thanks for bringing up the issue so we could at least discuss it.