0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Change order of head tags

  • Change order of head tags

    Posted 16 years 2 months ago
    • When I do a "View source" on my web pages, the META and TITLE tags appear in this order:

      <html xmlns=" www.w3.org/1999/xhtml " xml:lang="en-gb" lang="en-gb" >
      <head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <meta name="robots" content="index, follow" />
      <meta name="keywords" content="my keywords" />
      <meta name="title" content="my title tag" />
      <meta name="description" content="my description" />
      <meta name="generator" content="Adept Technology, Inc." />
      <title>My Page Title</title>

      How can I change the order of these tags? For example, if I want the order something like this:

      <html xmlns=" www.w3.org/1999/xhtml " xml:lang="en-gb" lang="en-gb" >
      <head>
      <title>My Page Title</title>
      <meta name="title" content="my title tag" />
      <meta name="keywords" content="my keywords" />
      <meta name="description" content="my description" />
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <meta name="robots" content="index, follow" />
      <meta name="generator" content="Adept Technology, Inc." />

      I can't seem to find the correct php file i would need to edit.
      Thanks!

Time to create page: 0.070 seconds