ampproject / amp-toolbox

A collection of AMP tools making it easier to publish and host AMP pages.
Apache License 2.0
449 stars 243 forks source link

Customise the ReorderHead transformer #1267

Closed NickInSpace closed 3 years ago

NickInSpace commented 3 years ago

Hi, is there any way we can move specific tags to the top of the head tag while still using the ReorderHeadTransformer?

Use case: We have had SEO guidance that moving title and meta description tags to the very top of the head tag will help our SEO, but we would still like to use use the ReorderHeadTransformer to optimise all other tags in the head.

sebastianbenz commented 3 years ago

You can fix this by adding a custom transformer which runs last and moves the title and description to the top.