Best practice for heading structures on Ecommerce homepages
-
I have been doing some research into the heading structures of some of the top selling online stores in the UK. One thing that has come to my attention is that many of them do not have H1 elements on their homepage. I am presuming that because they are targeting their own brand on the homepage that they feel no need to have a H1??
Examples are:
http://chainreactioncycles.com/
http://www.jdsports.co.uk/home
Some of them even use the logo as a H1 such as http://www.missguided.co.uk/
Does anyone think that using the logo as a H1 would have any negative effect from a search engine perspective?
Look forward to hearing your thoughts!
-
EGOL has it right. Should not need any targeted SEO to rank for your brand on the home page. But, for that reason, you should work on getting your home page to rank for non-branded terms in addition. I would include those in the title tag and an H1 tag on the page (I don't think it matters any more if it is H1, or H2, or H3, by the way, but some heading tag).
Put the major non-banded keyword to the far left of the title tag and the heading. Brand name at the end.
Also, the heading tag and the title tag do not need to be identical, so you can use different variants of the non-branded keyword in the title tag and heading.
-
We have a rule at our office...... "Do not assume that your competitor knows what he is doing."
Why? Bet on yourself. Bet on yourself.
Your competitor probably doesn't know what he is doing... and you probably can't figure out what he is trying to do.
Map your own course. Make your own decisions. Don't let competitors who are probably noobs jerk your plan around.
=================================================
Does anyone think that using the logo as a H1 would have any negative effect from a search engine perspective?
I think that it is a waste. If you are not ranking for your own brand you have big problems. Use the H1 for what you are attacking.
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
-
Pros/Cons on Where to Host Stores for Ecommerce Solution Provider (subdomain vs. throwaway domain, etc)
Hello! Does anyone have any experience with the pros/cons for where to host storefronts as an ecommerce solution provider. I'm looking for a recommendation on where to house the stores/websites people create with our software (think of us like a shopify/squarespace). What are the pros & cons of creating stores on the main domain name “brand.com” versus buying a new top level domain name who’s only purpose will be to hold all the subdomains, such as “mybrand.com”, or even “.my.brand.com”. store.brand.com <— subdomain our our primary domain
Branding | | andrewmeyer
store.my.brand.com <— subdomain of a subdomain
store.mybrand.com <— subdomain of a throw-away domain Weebly/Squarespace/Tictail go with the first option (store**.weebly.com** and store.squarespace.com). Shopify goes with the 3rd option (store.myshopify.com) Are there any advantages or disadvantages to one or the other? Am I missing any other options? Thanks in advance!0 -
Hosting videos on your own website versus youtube - which is best?
_Hi Folks, __simple question - We are creating a highly shareable video __to gain links/shares/traffic/google love for our site _and want to know if its worth hosting it on youtube i__n any circumstances.? We have the bandwidth to host it for sure. Cheers, Tom
Branding | | tomnivore1 -
Best use for a second domain?
Hi, I have a client who has a website with its brand name in its URL and this is not very keyword friendly as it is just numbers http://www.44-16.com/ -- the website has been up for a few months and is starting to see it traffic increase (mainly due to PPC). The client has told me that they also have another URL which is directly relevant to the industry they are in and they have asked me for advice on the best way to use the second domain. Would it be best to create a second website that has several links to the main site (although new content, not duplicated content) or would a blog be the best option for the new site? The existing site does have a blog that generates some good traffic so they'd have to be writing two blogs I assume? The client doesn't want to stop using the first site and I want to give them the best advice to make the best use of this second domain. Thanks!
Branding | | bendyman0 -
Slow loading Homepage - loads twice (Pingdom)
Thanks for looking. Site is: www.vintageheirloom.com My homepage seems slower than the rest of my pages, & erratic load times, 2 -6 secs. It looks like it loads twice when run through Pingdom tools (http://tools.pingdom.com)? On the results page I can see the html script object at the top http://www.vintageheirloom.com/ and then reappears at the bottom again. Load time 1st is approx 761 ms then 1.35 seconds. I've looked for images that might be loading the site, I saw this as a reason, but I can't see this being the problem. I've seen mention of looking in my .htaccess file if that is the cause. I've removed chunks of code to see any changes but couldn't spot any, still loads html script for www.vintageheirloom.com twice. Thanks Kevin .htaccess file details: <code>RewriteOptions inherit # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2\. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <filesmatch "\.(tpl|ini|log|ds_store)"="">Order deny,allow Deny from all</filesmatch> # Prevent Direct Access to files <filesmatch "fbcindex"="">Order deny,allow Deny from all</filesmatch> # Use PHP 5.3 AddType application/x-httpd-php53 .php # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1\. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2\. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3\. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4\. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5\. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6\. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 ## INCREASE PAGE SPEED HTACCESS MODIFICATION ## <ifmodule mod_headers.c="">Header set Connection keep-alive</ifmodule> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html <ifmodule mod_headers.c="">Header append Vary User-Agent</ifmodule> ## END INCREASE PAGE SPEED HTACCESS MODIFICATION ## ## DIVERT NON WWW TO WWW http://www.seomoz.org/q/is-there-an-easier-way-from-the-server-to-prevent-duplicate-page-content ## <ifmodule mod_rewrite.c="">RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]</ifmodule> ## END DIVERT NON WWW TO WWW http://www.seomoz.org/q/is-there-an-easier-way-from-the-server-to-prevent-duplicate-page-content ## # BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]</ifmodule> # END WordPress RewriteCond %{HTTP_HOST} ^.*$ RewriteRule ^authentic\-preowned\-designer\-handbags$ "http\:\/\/www\.vintageheirloom\.com\/authentic\-second\-hand\-designer\-bags" [R=301,L]</code>
Branding | | well-its-1-louder0 -
Tips for promoting the blog section of our eCommerce site
Hi, With the recent Google updates we're thinking that unique content is more important than ever in order to gain high quality, natural links from genuine users. As such we're thinking that our blog (http://www.refreshcartridges.co.uk/igloo/) might be more important than ever. Don't be put off by the lack of Page Authority or Google Page Rank; we've only just moved to this address from the subdomain igloo.refreshcartridges.co.uk. The content is certainly rather niche; an article like http://www.refreshcartridges.co.uk/igloo/how-to-the-reset-purge-counter-on-a-brother-printer-with-a-numerical-pad/ will be helpful to thousands of users who own this particular range of printer but it's debatable as to whether it is sufficiently mainstream to be openly shared and linked to. We ping to sites such as Technorati, produce videos to accompany much of the content (http://www.youtube.com/watch?v=-dxmm4-blN8&list=UUH93Kwax4CcEIAOsXWb6CiA&index=1&feature=plcp for example) and provide easy sharing buttons. I do however think that we could be doing more to actively ‘push’ this content on to potential customers. I'm not naive enough to think that niche articles like this will be enough to get hundreds of links and tens of thousands of reads but printer news, reviews and support is pretty much the only thing we can write about while being relevant to our core business. I would however like to get the best exposure that we can for these articles which is why I’m asking for your advice today. I would really appreciate any ideas you may have as to how else we could gain the best value from these unique articles and videos. I apologise for this being such an open ended question but any and all advice on how to maximise this resource would be appreciated. Many thanks!
Branding | | ChrisHolgate0 -
Best image size for FB Timeline updates?
Does anyone know the best size for images that are uploaded to FB timeline? For instance if I make a meme, the worlds seem to always get cut off when they show up on people's timelines, or view them for their phone. Any thoughts on this? At first I thought square worked best (and looks like it does if you visit the actual page) but for people viewing on their phones or their own timeline (maybe?) it looks like they are seeing a 4:3 image. Is the image size that people see not universal? Thanks!
Branding | | NoahsDad0 -
I am changing the name of my company and would like to know best practices for SEOmoz
YES you made a good point my main problem is I have been signed up under a different domain name then what my company will have so the domain name will be new I am changing my brand, name, logo, site with SEOmoz been kind enough to have given me credit for the link and other links what's the best way to go about trying to keep some of my previous rank (301?) I would appreciate any and all information. I am I apologize English is not my first language I am sorry about any miscommunication
Branding | | BlueprintMarketing0 -
What is best way of using facebook share
I recently launched a scrollable web comic at www.shoutout.co.in. In space of 2 days after launch, i got more than 100 likes. While this is great number, i am not sure if this is best usage of options provided by facebook. Which option is best share/like/share-with-comment option? Currently i only have "like" implementation. Is this giving less probability of visibility to friends than "share-with-comment" option? stats and numbers from your experience/campaigns will help.
Branding | | ShoutOut0