Meta Title and Description Placement in Wordpress
-
I noticed in wordpress code that the <title>and <description> are not at the top of the code and rather located a ways down the code and not displayed how previous sites used to be.</p> <p>Does this still matter for SEO.</p> <p>I thought it should have been,</p> <div id="syn_row5" class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"><<span class="HTML_ELM">title</span>></span><span class="HTML_TAG"></<span class="HTML_ELM">title</span>></span></span></div> <div class="SYN_ROW"> <div id="syn_row6" class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"><<span class="HTML_ELM">meta</span> <span class="HTML_ATR">name</span>=<span class="HTML_VAL">"Description"</span> <span class="HTML_ATR">content</span>=<span class="HTML_VAL">""</span> /></span></span></div> <div class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"> <div id="syn_row6" class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"><<span class="HTML_ELM">meta</span> <span class="HTML_ATR">name</span>=<span class="HTML_VAL">"Keywords"</span> <span class="HTML_ATR">content</span>=<span class="HTML_VAL">""</span> /> (if still needed ?)</span></span></div> <div class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"><span class="HTML_TXT"><span class="HTML_TAG"> </span></span></span></span></div> <div class="SYN_TXT"><span class="HTML_TXT"><span class="HTML_TAG"><span class="HTML_TXT"><span class="HTML_TAG"><span class="HTML_TXT"><span class="HTML_TAG">Is there a way to do this in Wordpress? Or does placment not matter anymore?</span></span></span></span></span></span></div> </span></span></div> </div></title>
-
The placement of these tags within the head doesn't matter - Google and the other search engines will find them - but Wordpress sometimes seems to put a lot in the headers which isn't great and less code is always preferable for SEO. There is a good article on meta tags here by Kate Morris: http://www.seomoz.org/blog/the-wonderful-world-of-seo-metatags where she says: _"Think about it like this, your page code is like a set of step by step directions to get somewhere, but for a browser, extraneous meta tags are the annoying 200 feet line items in directions that tell you to stay on the same road you were on!". _ So strip out anything not needed if you can and just have the core tags that you need.
She also answers your question regarding keywords - that is, they're not necessary and there's no point spending time optimising them. If anything, they're a negative because they tell your competitors what keywords you're targetting!
Hope that helps,
Jen
-
The location of these tags within the tag makes absolutely no difference at all.
It is computer code which is compiled and extracted regardless of it's location within the tag.
-
I think that it is preferable for many to follow this same placement of them, but I have many sites and pages with the same structure and have never had any problem
Regards,
Andy
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How do I use meta descriptions properly?
Hi there, I am starting to write a blog and I wanted to know, how to write meta descriptions correctly? I have been reading a lot about this subject lately and I found very different opinions in terms of length. Could you give me some advise about this? Thank you!!
Content Development | | lucywrites1 -
Best Wordpress theme for blogging
Hi all, What is the best Wordpress theme for a professional DM blog? I am looking for something minimalistic where I can add my personal profile and have articles nicely listed, potentially grouped within categories. Any ideas? Thanks. Katarina
Content Development | | Katarina-Borovska3 -
Meta discription WP
I want to update my meta discriptions on product category level in a Wordpress website. I can update a bulk in Yoast. it's now set as:
Content Development | | Happy-SEO
%%term_title%% %%page%% %%sep%% %%sitename%% but i want it to be:
Text (term title) text, (term title) text ✓ UPS text, ✓ USP text. Does anyone know what code i can use to update the meta discriptions?1 -
Advice on Security Concerns for WordPress Site
My company has a WordPress site (URL is learn.automationdirect.com) It is a very simple site and is currently under utilized. I would like to make some SEO improvements to it by activating comments and installing an SEO plugin like Yoast but, I am being help back by concerns about the sites security. Is there some sort of suggestion/advice you guys can point me to that will help get the site to a place where we are confident in it's security level, and I can move forward with optimizing it?
Content Development | | ChadC0 -
Optimal Alt Description Size
What is an optimal size for a description of an image without being penalized. In the past, I would put whole paragraphs in the alt and title tags. These were well structured sentences to avoid the "keyword stuffing." Just wondering whether any research has been done on this element.
Content Development | | manintights280 -
Duplicate page title on blog
Is this something I should b concerned about? I get about 6 posts per page with unique titles - however the title per page is not unique. Is this important?
Content Development | | MartinSpence460 -
Meta descriptions and conversion rates
Hi, does there exist any good data on the correlation between the meta description and having the same text in the body text (as pre-ample in bold, for instance) and conversion rates?
Content Development | | vibelingo0 -
Please help me stop google indexing https pages on my wordpress site
I added SSL to my wordpress blog because that was the only way to get a dedicated IP address for my site at my host. Now I am noticing Google has started indexing posts both as http and https. Can some one please help how to force google not to index https as I am sure its like having duplicate content. All help is appreciated. So far I have added this to top of htaccess file: RewriteEngine on Options +FollowSymlinks RewriteCond %{SERVER_PORT} ^443$ RewriteRule ^robots.txt$ robots_ssl.txt And added robots_ssl.txt with following: User-agent: Googlebot Disallow: / User-agent: * Disallow: / But https pages are still being indexed. Please help.
Content Development | | rookie1230