Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
SEO plugin by Yoast messing up my title/meta description
-
Hey guys,
I'm having some issues with my wordpress blog, and I believe SEO plugin by Yoast could be the one causing it.
I have set a title for my wordpress blog, and a tagline. This was set in dashboard > settings > general
Under "titles and metas" > home in the plugin it says, title: %%sitename%% %%page%% %%sep%% %%sitedesc%%, and meta description is blank.
The reports on seomoz says my title is title+meta description - making it to long (to many characters).
What could be the issue here?
Thanks in advance!
-
You too man!
-
That did the trick! Thanks for the support.
Have a great weekend.
-
In Google Chrome:
1. Right click on the page in question and select: View page source
2. Search for <title></em> to see your title</p> <p>3. Search for <em><span><meta </span><span>name</span><span>="</span><span>description</span><span>"</span></em> to see your description</p> <p>Shout if you get stuck!</p> <p>Cheers<br />Marcus </p></title>
-
Awesome, thanks Marcus!
Just one last thing, where can I in an easy way see what my title and meta description/title is? To see if it works.
-
If you are using the SEO plugin it allows various variables in the title templates. So, to use the page / post title and the site name you would use:
%%title%% | %%sitename%%
To use the title and the site description you would use:
%%title%% | %%sitedesc%%
If you wanted title, site name, site description
%%title%% | %%sitename%% | %%sitedesc%%
If you go to the help tag under the Titles & Meta's section you can get a full list of these variables you can get to customise your template titles.
But, the plugin also allows you to customise on a page by page basis in the page / post settings which is also really useful.
Hope that helps!
Marcus -
In the plugin this code is put in the title template box: %%sitename%% %%page%% %%sep%% %%sitedesc%%
Maybe this is the reason why title and tag line/meta description is put as title? The "%%sitedesc%%" should perhaps be put in the Meta description template beneath?
-
I tried disabling, and what I got now was an empty title. What does that tell me?
That's the problem, part of the title should be in the meta description (as it is put under "tag line" in wordpress settings > general.
Put the tagline is shown right after the title in the title.
-
Hey, page title looks fine, no meta description though by the look of things?
-
Marcus,
First of all, thanks for the reply!
I will try to disable the plugin and see what happens.
Where do need a link? Here is to the blog in question blogg.loveday.se (don't know if it is of any use though, as it is in swedish).
-
Hey Daniel
Hard to say without a link but the first thing I would do would be to disable the plugin and see if that puts things right. If that does not work, the plugin may have some incompatibilities with your theme or your theme may have some problems itself.
The Yoast plugin has some configuration that allows you to force the rewriting of the titles so you can check to see if that is enabled on the titles and metas page (and try turning it on / off).
Ultimately, this is likely a theme conflict and many themes have their own SEO settings that may need to be disabled or removed so I would look there firfst.
Can you post a link?
Marcus
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
-
Sudden Indexation of "Index of /wp-content/uploads/"
Hi all, I have suddenly noticed a massive jump in indexed pages. After performing a "site:" search, it was revealed that the sudden jump was due to the indexation of many pages beginning with the serp title "Index of /wp-content/uploads/" for many uploaded pieces of content & plugins. This has appeared approximately one month after switching to https. I have also noticed a decline in Bing rankings. Does anyone know what is causing/how to fix this? To be clear, these pages are **not **normal /wp-content/uploads/ but rather "index of" pages, being included in Google. Thank you.
Technical SEO | | Tom3_150 -
Bing webmaster tools incorrectly showing missing title and description tags
Hey all, Was wondering if anyone else has come across this issue. Bing is showing title and description tags missing in the head of my wordpress blog. I can't seem to find any documentation on this. Thanks, Roman
Technical SEO | | Dynata_panel_marketing0 -
Schema for Banks and SEO
I'm researching Schema opportunities for a bank, but besides the shema markup available today (like bankorcreditunion) and developments with FIBO, I can find no answer as to the effect of tagging interest rates and such in terms of SERP/CTR performance or visibility. Does anyone have a case study to share or some insight on the matter?
Technical SEO | | Netsociety0 -
Title Tag vs. H1 / H2
OK, Title tag, no problem, it's the SEO juice, appears on SERP, etc. Got it. But I'm reading up on H1 and getting conflicting bits of information ... Only use H1 once? H1 is crucial for SERP Use H1s for subheads Google almost never looks past H2 for relevance So say I've got a blog post with three sections ... do I use H1 three times (or does Google think you're playing them ...) Or do I create a "big" H1 subhead and then use H2s? Or just use all H2s because H1s are scary? 🙂 I frequently use subheads, it would seem weird to me to have one a font size bigger than another, but of course I can adjust that in settings ... Thoughts? Lisa
Technical SEO | | ChristianRubio0 -
Special Characters in Title Tags & Meta Descriptions
Do special characters, such as the "&" symbol or a "," in title tags and meta descriptions negatively affect your ranking in search engines? Any feedback is much appreciated. Thank you!
Technical SEO | | ZAG1 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
Auto generated meta description tag in Drupal
Was having issues on Drupal not autogenerating a meta description tag, but I think I have figured it out. Just to verify, would this piece of code be the meta description tag (reason I ask is b/c it looks a little different than the usual tag I have seen):
Technical SEO | | kevgrand0 -
Robots.txt to disallow /index.php/ path
Hi SEOmoz, I have a problem with my Joomla site (yeah - me too!). I get a large amount of /index.php/ urls despite using a program to handle these issues. The URLs cause indexation errors with google (404). Now, I fixed this issue once before, but the problem persist. So I thought, instead of wasting more time, couldnt I just disallow all paths containing /index.php/ ?. I don't use that extension, but would it cause me any problems from an SEO perspective? How do I disallow all index.php's? Is it a simple: Disallow: /index.php/
Technical SEO | | Mikkehl0