Yoast seo title question
-
I was referred to this plugin and have found it to be the most irritating and poorly designed plugin in the world.
I want to be able to set my titles without it changing my page headers as well.
For instance -
If I set my title to be "This is my article name | site name" it will make my H1 tag read the same. I do not want or desire this nonsense. Why would they think this is something wise? Why would I want my site name on every single H1 tag on my site?
How can I fix this? I only want my title to be my title. I want my H1 tag to remain the post/page name that I define in wordpress.
-
Hey Noah,
Ray's comment above is correct but might be unclear. Yoast handles this the way you want - you've got a theme issue. This code is wrong:
if(!wp_title("",false)) { echo bloginfo( 'title');} ?>
This tells Wordpress to output "page title - blog name" as the H1. Yoast isn't interfering in that. You'll want your H1 to say this:
-
Ahh I see! Yeah each of them have their ups and downs. In my experience I've come to the conclusion that AIO does things in a much cleaner fashion. And for us it just works better. Nothing bad or wrong with Yoast, I guess it is simply a preference thing.
I don't believe you can disable specific features in Yoast but if anyone else has experience with that, please feel free to chime in. Inquiring minds would like to know
-
I just turned off AIO. I prefer it for titles and stuff. But yoast had the rel canonical function that I needed. I wish there was a way to turn off parts of yoast
-
Hey Noah Glaser!
We've also experienced issues with Yoast. Have you tried using All in One SEO Pack? I am sure there are good and bad that come along with this one as well but in my experience, AIO is much cleaner and a more useful tool that Yoast. Hope this helps in some way! Good luck!
-
Sorry, my response was unclear. The theme is choosing to use the wrong title for the H1 which results in both the <title>tag and the <h1> tag being the same.</p> <p>As Oleg pointed out above, you'll want to update the theme to use the function mentioned to keep them separate.</p></title>
-
use the_title(); for the H1 tag instead
Not sure what that other code does... if(!wp_title("",false)) { echo bloginfo( 'title');} ?>
if no title set, show blog title? what pages would this affect?
-
That is how I want it. I want my H1 to be the name of the page or post. I do not want it to be the title tag though. So that again is going back to something with yoast. Why is it insisting on changing my page title to the title tag
-
That's seems like your themes error - they set the h1 to be the same as the page title.
-
I have modified the auto-generated tags. I want to include my site name at the end of the titles but cannot do so if it will place it in my headers too. And that is what is currently happening.
-
I am editing the "SEO Title" and that is what is changing my headers too.
This is my header theme code
if(!wp_title("",false)) { echo bloginfo( 'title');} ?>
So yoast is somehow overwriting this code to make it the same as my "seo title"
-
The plugin doesn't affect any H1 tags at all.
I'm guessing that you are inputting the SEO title into the wrong section. Name you post whatever you want regularly (this will be your H1), then scroll down to the Yoast section and change the field called SEO Title (which will only change your title tag).
If its doing something else, then the problem is with your theme.
-
Hi Noah - Sorry to hear that you're having difficulty with Yoast. TBH, Yoast is the best WordPress SEO plugin out there and is very effective when used properly.
Have you adjusted the general settings so that the auto-generated titles are to your liking? The H1 tag ends of being the Post/Page Title that is manually entered when editing the post/page.
Also, make sure that your screen options, on the edit page, are set to show the Yoast SERP simulator. There you can further adjust the SEO settings to yours needs.
I agree, your Page Title and the H1 tag should be different - targeted towards the same topic, but creatively different to get the most benefit.
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
-
Merging Pages and SEO
Hi, We are redesigning our website the following way: Before: Page A with Content A, Page B with Content B, Page C with Content C, etc
Intermediate & Advanced SEO | | viatrading1
e.g. one page for each Customer Returns, Overstocks, Master Case, etc
Now: Page D with content A + B + C etc.
e.g. one long page containing all Product Conditions, one after the other So we are merging multiples pages into one.
What is the best way to do so, so we don't lose traffic? (or we lose the minimum possible) e.g. should we 301 Redirect A/B/C to D...?
Is it likely that we lose significant traffic with this change? Thank you,0 -
Can multiple geotargeting hreflang tags be set in one URL? International SEO question
Hi All, I have a question please. If i target www.onedirect.co.nl/en/ in English for Holland, Belgium and Luxembourg, are the tags below correct? English for Holland, Belgium and Luxembourg: http://www.example.co.nl/en/" hreflang="en-nl" /> http://www.example.co.nl/en/" hreflang="en-be" /> http://www.example.co.nl/en/" hreflang="en-lu" /> AND Targeting Holland and Belgium in Dutch: Pour la page www.onedirect.co.nl on peut inclure ce tag: http://www.example.co.nl" hreflang="nl-nl" /> http://www.example.co.nl" hreflang="nl-be" /> thanks a lot for your help!
Intermediate & Advanced SEO | | Onedirect_uk0 -
Is .ME domain is effective in SEO ?
I am always listening about TLD. com. org .net but what about the .me domain. Can this will be effective in SEO. Can i able to beat down my competitors, if i choose .me . I also have a .com or other TLD option but if i am making my name than .me is for me but i need your suggestion for the seo purpose. Is there really domain affective in term of SEO.
Intermediate & Advanced SEO | | pnb5670 -
Quick htaccess question
Hi! I'm trying to do a 301 from www.stevesims.com/index.htm to www.stevesims.com. I know I need to use the request command to avoid an infinite loop, but I can't quite figure out the correct code. Here's the first part of the htaccess file. RewriteEngine On RewriteCond %{HTTP_HOST} ^stevesims.com
Intermediate & Advanced SEO | | Blink-SEO
RewriteRule (.*) http://www.stevesims.com/$1 [R=301,L] RewriteCond %{HTTP_REFERER} !^http://stevesims.com/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://stevesims.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.stevesims.com/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.stevesims.com$ [NC]
RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ - [F,NC] Any suggestions would be much appreciated.0 -
SEO Company that bills on results?
After having bad experiences with a few seo and ppc companies, I would like to find a company that operates on the premise that they should get paid for producing results instead just for signing a contract. I'm not thinking that any payment is contingent results but that a large portion of the billing is. I also know that it can take several months to get to an seo goal so I'm not taking a "you have one month to fix our site or we don't pay" approach. Is there a company out there that has enough confidence in their white-hat processes that they actually back their services with some sort of guarantee?
Intermediate & Advanced SEO | | IanTheScot0 -
Page Titles... question about which is better
Hi, I'm kind of a newbie and I'm working on an e commerce website. I would love to be able to optimize the site so that the keyword "dog boutique" was ranking for the homepage. B/C a lot of the pages call from php to create the meta data, most of generated page titles look like "Product Name, Category - Moondoggie Dog Boutique" My question is would it be more helpful to just have Moondoggie Dog Boutique on the page title on the page I would like to rank for "dog boutique" and use Moondoggie Inc. or Just Moondoggie in it's place on all of the other pages? Would this help or make it worse? Thanks! KristyO If you would like to see hte site: http://www.moondoggieinc.com
Intermediate & Advanced SEO | | KristyO0 -
SEO Provider
At the risk of opening the flood gates, I'm posting this in hopes of finding a SEO provider on this site. I'm currently a member, and have learned a lot through this site, but I'm still having issues ranking higher. Because of this, I have come to the conclusion that I need a dedicated SEO company/professional who can help our company reach the next level. I'm open to suggestions of companies that you have used, or please feel free to throw your hat into the ring. Thanks in advance! AW
Intermediate & Advanced SEO | | TheCTC0 -
Site structure question
Hello Everyone, I have a question regarding site structure and I would like to mastermind it with everyone. So I am optimizing a website for a Ford Dealership in Boston, MA. The way the site architecture is set up is as follows: Home >>>> New Inventory >>> Inventory Page (with search refinement choices) After you refine your search (lets say we choose a Ford F150 in white) it shows a page with images, price information and specs. (Nothing the bots or users can sink their teeth into) My thoughts are to create category pages for each Ford model with awesome written content and THEN link to the inventory pages. So it would look like this: Home >>> New Inventory >>> Ford 150 Awesome Category Page>>>>Ford F150 Inventory Page I would work hard at getting these category pages to rank for the vehicle for our GEO targeted locations. Here is my questions: Would you be annoyed to first land on a category page with lots of written text, reviews images and videos first and then link off to the inventory page. Or would you prefer to go right from the new inventory page to the actual inventory page and start looking for vehicles? Thanks you so much, Bill
Intermediate & Advanced SEO | | wparlaman0