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.
H1 Tag as Logo on the Homepage.
-
So I was working on a Genesis theme website where they have the H1 Tag as the Logo on the homepage. I wanted this changed because I always use my H1 tag to include a keyword I want to rank for. I was told by the Genesis Forum Manager that Yoast said the Logo should be the H1 tag on the homepage. (Yoast has a WP SEO Plugin that is very popular)
That makes no sense to me, so I was looking for Opinions.
Thanks,
-
I agree with Doug - I would never have the H1 containing a logo. It should include 3-5 words that are you main targeted keywords/phrase for that page. (Be it company name, blog name, what you are offering etc)
Change the template so the logo isn't inside a H1 tag. I think nearly every SEOer would agree with this.
-
Thanks Doug. I did mod the theme, but with genesis it isn't so easy.
-
Yup, your context and your goals etc are all going to play their part. I don't agree that H1 = your logo on your home page. That's a bit too black and white for me.
Do whatever you need to do - nothing to stop you modifying the theme!
<object id="plugin0" style="position: absolute; z-index: 1000;" width="0" height="0" type="application/x-dgnria"><param name="tabId" value="ff-tab-33"> <param name="counter" value="556"></object>
-
Maybe if you are using WP for a blog at makes sense for the H1 tag, but I am using it as a CMS, so maybe that is not what he intemded.
-
I agree with Doug, but w/out knowing what your website looks like or if you have the Yoast plugin. I'm assuming your CMS is wordpress You should double check your scripts (header.php) for the designated theme is pointing where appropriate for your H1, and make the necassary changes.
-
Don't agree that that H1 tag should be your logo and I don't think this is what Yeost was getting at either.
According to this article on his blog, he suggests that the H1 tag on the homepage should be the "Blog's Name."
http://yoast.com/blog-headings-structure/
Single posts then have an H1 equal to the title of the article, and category pages would have the name of the description/tag.
You've got to be careful not to confuse the semantic structure of the content and the branding.
The function of the logo is to provide your content with a consistent brand across all page types. This isn't specific to the home page.
Besides, there are lots of logos that don't spell out their names of the entities they represent so you might want to have both your logo/ident and then say your company name spelt out in the H1.
You could also argue that the subject matter of the home page is not actually the brand/entity name but the value proposition - the "what's in it for you" and I've seen that used at the H1 heading too...
Just ask yourself what makes things easier for visitors to understand/interpret the content on the page depending on the type of site/organisation etc.
<object id="plugin0" style="position: absolute; z-index: 1000;" width="0" height="0" type="application/x-dgnria"><param name="tabId" value="ff-tab-0"> <param name="counter" value="96"></object>
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
-
Adding Schema and No index tags via GTM
If we were to deploy schema and noindex tags to our website via Google tag manager, would these tags be viewed and respected by other search engines?
Technical SEO | Sep 22, 2018, 6:41 PM | GregLB0 -
Same H1 & H2 Tags
Is it bad to have the same H1 & H2 tag on one page? I found a similar question here on the moz forum but it didn't exactly answer my question. And will adding "about" on the H2 help, or should we avoid duplicate tags completely? Here is a link to the page in question (which will repeat throughout this site.) Thanks in advance!
Technical SEO | Nov 13, 2015, 8:15 PM | Mike.Bean0 -
Is alt text inside an img tag inside an h1 the same weight as text directly inside the h1?
Right now I use a background image and CSS to tie the h1 tag to my logo on each page. However, I am concerned that may not be best practice. Plus, I am interested in using schema markup on my logo. So, my question is, if I use an image with alt text inside my h1 tag, will the alt text carry as much weight as a text-based h1?
Technical SEO | May 21, 2014, 10:05 PM | Avalara0 -
Can I have an H1 tag below an H2?
Quick question for you all - Is there an issue with me having an H1 tag physically below an H2 tag on a web page??
Technical SEO | Sep 19, 2013, 1:21 PM | Pete40 -
I need help with a PHP canonical URL tags
I found a little difficult for me to do a canonical tag in my PHP. On-Page Report Card We check to make sure that IF you use canonical URL tags, it points to the right page. If the canonical tag points to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. If you've not made this page the rel=canonical target, change the reference to this URL. NOTE: For pages not employing canonical URL tags, this factor does not apply. I don't know how to tidy my PHP Any suggestion.
Technical SEO | Jul 18, 2013, 2:00 PM | lnietob0 -
Duplicate Title Tag issue due to Shopify CMS
Hi guys, I'm a novice really when it comes to SEO, yet have taken it in house for the next year or so, firstly because I have had my fingers burnt twice...and secondly, to allow me to recoup some of the loss from my prior campaigns. One thing I have noticed on my site (which uses a Shopify E-commerce CMS), is that Shopify duplicates a url for each my products. An example of this is http://www.vidahomes.co.uk/collections/designer-radiators-heating/products/reina-aliano
Technical SEO | Aug 18, 2012, 6:41 AM | philscott2006
http://www.vidahomes.co.uk/products/reina-aliano Both products provide exactly the same information, yet appear in different ways subject to how the customer finds them. I contacted Shopify to find a fix to this issue when I noticed a high amount of Duplicate Title Tags in my SEO crawl. Their response was as follows. Using a rel canonical link will help prevent duplicate content issues with search engines. All you need to do is add this line of code: **<link rel="canonical" href="{{ canonical_url }}" />** ** before the tag in the theme.liquid file. It’s that simple :)** The theme liquid file basically generates the outer template for the whole site, and is only compromised when over-ruled. This all seems a little too easy for me, so I am hoping whether someone can elaborate as to whether this will work or not, as I'm not entirely sold on their response. I was always under the impression with canonical tags, that they should be added to the header section of the duplicate page in question, which refers back to the original page. The code I have been told to add above implies that the canonical tag would be added to every page in my site so the Google robot would have a hard time in finding anything at all of relevance Thanks in advance for any assistance with this. Kind Regards Phil Scott Vida Homes0 -
Robots.txt and canonical tag
In the SEOmoz post - http://www.seomoz.org/blog/robot-access-indexation-restriction-techniques-avoiding-conflicts, it's being said - If you have a robots.txt disallow in place for a page, the canonical tag will never be seen. Does it so happen that if a page is disallowed by robots.txt, spiders DO NOT read the html code ?
Technical SEO | Aug 19, 2011, 6:49 AM | seoug_20050 -
Meta tag "noindex,nofollow" by accident
Hi, 3 weeks ago I wanted to release a new website (made in WordPress), so I neatly created 301 redirects for all files and folders of my old html website and transferred the WordPress site into the index folder. Job well done I thought, but after a few days, my site suddenly disappeared from google. I read in other Q&A's that this could happen so I waited a little longer till I finally saw today that there was a meta robots added on every page with "noindex, nofollow". For some reason, the WordPress setting "I want to forbid search engines, but allow normal visitors to my website" was selected, although I never even opened that section called "Privacy". So my question is, will this have a negative impact on my pagerank afterwards? Thanks, Sven
Technical SEO | Jun 6, 2011, 1:25 PM | Zitana0