0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
Index
Recent Topics
Rules
Search Forum
Premier Support
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.
You are here:
Forum
General
Configuration and Security
Topic
Change order of head tags
Last Post
Search Topic
Zach Meissner
Rocketeer
Posts:
91
Thanks:
0
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!
#302586
Time to create page: 0.070 seconds
Powered by
Kunena Forum