• Resolved egornmore

    (@egornmore)


    Hello, I am trying to change the position of the <title> tag in the head. When loading the page with AMP plugin deactivated the <title> tag appears just after <meta charset="UTF-8"> and <meta name="viewport" ... > but when AMP is activated – scripts, styles and other AMP related meta are pushing <title> to the very bottom of head. How I can change the position of the title tag? Tried to change the wp_head _wp_render_title_tag in includes/default-filters.php action priority from 1 to a lower value but it didn’t help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @egornmore

    Thank you for the support topic, The AMP plugin reorder the <head> tags to optimize it’s performance you can learn more about it here

    the code reference

    I think it should not effect on anything on where we place the <title> tag as long as it’s inside <head>

    Hope this is helpful!

    Thread Starter egornmore

    (@egornmore)

    Alright, thanks for the fast response!

    Hi @egornmore,

    We have published your website in our showcase section.

    Thread Starter egornmore

    (@egornmore)

    Hello @fellyph,

    On behalf of Nmore, thank you. Your team has been swift and resourceful. We will continue to promote AMP to our clients and as such are interested in becoming an expert.

    We aim to develop a ‘best practices’ web template but not a theme just yet, and could use all the support we can get.

    Once again thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title Tag Position in Head’ is closed to new replies.