Hi, thank you so much for your amazing module. Ive just run a seo check at seotoolset.com on my site and get the following:

The Title tag should be before your Meta Description and Meta Keywords tags

Is this something to do with the module or design of my site?

Most appreciate your response.

Comments

damienmckenna’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Category: Support request » Bug report

Yeah, the title really should be output first.

dave reid’s picture

Category: Bug report » Feature request
Status: Active » Postponed (maintainer needs more info)

No 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

liliplanet’s picture

Thank you! Ive read through the links Dave has mentioned and yes it does not matter if meta precedes title. It's all good.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

While 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.