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.
Category Pages & Content
-
Hi
Does anyone have any great examples of an ecommerce site which has great content on category pages or product listing pages?
Thanks!
-
Hi
This is great, thank you for responding
Some really good examples!
Becky
-
Some other examples that come to mind, since it seems that so many ecommerce site owners overlook this opportunity:
- Home Depot - note how this top level category page - http://www.homedepot.com/b/Building-Materials/N-5yc1vZaqns and also a sub-category such as http://www.homedepot.com/b/Building-Materials-Drywall/N-5yc1vZar3d include great images, helpful tools, the actual products for that category, and also descriptive text at the bottom. All a shining example of ecommerce category pages with great SEO
- REI doesn't try to optimize as much as Home Depot but they do a good job as well - https://www.rei.com/h/cycling
- This is a decent example of a B2B site including some optimization on a category page - http://www.coastalcreative.com/product-category/large-format-prints/
- A good example of a category page not feeling like one - http://www.chameleoncoldbrew.com/our-coffees/ready-to-drink/
Those come to mind first. It actually is hard finding ecommerce sites that do category page SEO perfectly!
-
Great thank you for the detailed response
I also wanted to find out what opinions were on hub pages/user guides over category page content - management don't want the content to detract from products, so are hub pages the solution?
My only concern is that all this new content, will also take time to rank so will it in fact help the category pages enough as adding content to the category page itself?
Thanks!
-
(**I'm really sorry for the awful formatting of this comment. I'm having a really hard time getting the formatting to cooperate at all. I swear it's not user error but then again I could be wrong). Great question, Becky. I hope more people respond with good examples (Duluth Trading did not impress me, sorry Jordan). We're always searching for examples of ecommerce sites that do great on-page optimization on their category and product pages. It seems easy to find ecommerce sites with great design and intuitive filtering but rarely any that do any "next-level SEO" - which therein probably lies the answer that you don't "SEO" a page or page template, it happens by good design and functionality. We realize that, but it's still an on-going hunt to find any ecommerce sites that do anything unique or clever with the optimization of their content.
On-page aspects we look for are as follows:
Internal Linking:
- how many
- what anchor text
External Linking:
- do-follow or no-follow
- how many
- what anchor text
- target="_blank"
Description Copy:
- how many words, format
- how many subheadings
- formatting of subheadings
- do they link in subheadings
Images:
- how many
- what size
- alt text
- file name
- title and/or caption
Headings:
- how many h1s, h2s, h3s
- how many characters
- how many keywords
- how many variations of keywords
Structured Data:
- what do they markup with schema
- any schema that we're not already doing
Social Buttons:
- what social do they offer sharing to
- any unique or clever social share enablement
- do they offer text link to phone (a favorite of mine)
- email to friend
I'm sure there's even more to consider but that was my top-of-mind list. If I find or think of any good examples I'll come back and comment. I'm sorry that I don't have any great examples but I did want to chime-in to say that I think your question is a great one. Thanks.
edit: Someone linked to ModCloth in the comments on the Moz FB page that posted your question in the feed. From a simply design perspective, which is not my forte, ModCloth impressed me. Also, The Tie Bar. I'm also really impressed with The Wirecutter and their sister-site, The Sweethome.
-
Duluth trading co has some good examples of product level page content. However there isnt a lot of category level content on most pages. But I think they have some good examples and ideas anyone can borrow from.
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
-
Is it good or bad to add noindex for empty pages, which will get content dynamically after some days
We have followers, following, friends, etc pages for each user who creates account on our website. so when new user sign up, he may have 0 followers, 0 following and 0 friends, but over period of time he can get those lists go up. we have different pages for followers, following and friends which are allowed for google to index. When user don't have any followers/following/friends, those pages looks empty and we get issue of duplicate content and description too short. so is it better that we add noindex for those pages temporarily and remove noindex tag when there are at least 2 or more people on those pages. What are side effects of adding noindex when there is no data on those page or benefits of it?
Intermediate & Advanced SEO | | swapnil120 -
URL structure - Page Path vs No Page Path
We are currently re building our URL structure for eccomerce websites. We have seen a lot of site removing the page path on product pages e.g. https://www.theiconic.co.nz/liberty-beach-blossom-shirt-680193.html versus what would normally be https://www.theiconic.co.nz/womens-clothing-tops/liberty-beach-blossom-shirt-680193.html Should we be removing the site page path for a product page to keep the url shorter or should we keep it? I can see that we would loose the hierarchy juice to a product page but not sure what is the right thing to do.
Intermediate & Advanced SEO | | Ashcastle0 -
Trailing Slashes for Magento CMS pages - 2 URLS - Duplicate content
Hello, Can anyone help me find a solution to Fixing and Creating Magento CMS pages to only use one URL and not two URLS? www.domain.com/testpage www.domain.com/testpage/ I found a previous article that applies to my issue, which is using htaccess to redirect request for pages in magento 301 redirect to slash URL from the non-slash URL. I dont understand the syntax fully in htaccess , but I used this code below. This code below fixed the CMS page redirection but caused issues on other pages, like all my categories and products with this error: "This webpage has a redirect loop ERR_TOO_MANY_REDIRECTS" Assuming you're running at domain root. Change to working directory if needed. RewriteBase / # www check If you're running in a subdirectory, then you'll need to add that in to the redirected url (http://www.mydomain.com/subdirectory/$1 RewriteCond %{HTTP_HOST} !^www. [NC]
Intermediate & Advanced SEO | | iamgreenminded
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L] Trailing slash check Don't fix direct file links RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.)/$
RewriteRule ^(.)$ $1/ [L,R=301] Finally, forward everything to your front-controller (index.php) RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [QSA,L]0 -
Contextual FAQ and FAQ Page, is this duplicate content?
Hi Mozzers, On my website, I have a FAQ Page (with the questions-responses of all the themes (prices, products,...)of my website) and I would like to add some thematical faq on the pages of my website. For example : adding the faq about pricing on my pricing page,... Is this duplicate content? Thank you for your help, regards. Jonathan
Intermediate & Advanced SEO | | JonathanLeplang0 -
Different Header on Home Page vs Sub pages
Hello, I am an SEO/PPC manager for a company that does a medical detox. You can see the site in question here: http://opiates.com. My question is, I've never heard of it specifically being a problem to have a different header on the home page of the site than on the subpages, but I rarely see it either. Most sites, if i'm not mistaken, use a consistent header across most of the site. However, a person i'm working for now said that she has had other SEO's look at the site (above) and they always say that it is a big SEO problem to have a different header on the homepage than on the subpages. Any thoughts on this subject? I've never heard of this before. Thanks, Jesse
Intermediate & Advanced SEO | | Waismann0 -
Effect of Removing Footer Links In all Pages Except Home Page
Dear MOZ Community: In an effort to improve the user interface of our business website (a New York CIty commercial real estate agency) my designer eliminated a standardized footer containing links to about 20 pages. The new design maintains this footer on the home page, but all other pages (about 600 eliminate the footer). The new design does a very good job eliminating non essential items. Most of the changes remove or reduce the size of unnecessary design elements. The footer removal is the only change really effect the link structure. The new design is not launched yet. Hoping to receive some good advice from the MOZ community before proceeding My concern is that removing these links could have an adverse or unpredictable effect on ranking. Last Summer we launched a completely redesigned version of the site and our ranking collapsed for 3 months. However unlike the previous upgrade this modifications does not URL names, tags, text or any major element. Only major change is the footer removal. Some of the footer pages provide good (not critical) info for visitors. Note the footer will still appear on the home page but will be removed on the interior pages. Are we risking any detrimental ranking effect by removing this footer? Can we compensate by adding text links to these pages if the links from the footer are removed? Seems irregular to have a home page footer but no footer on the other pages. Are we inviting any downgrade, penalty, adverse SEO effect by implementing this? I very much like the new design but do not want to risk a fall in rank and traffic. Thanks for your input!!!
Intermediate & Advanced SEO | | Kingalan1
Alan0 -
Duplicate Content From Indexing of non- File Extension Page
Google somehow has indexed a page of mine without the .html extension. so they indexed www.samplepage.com/page, so I am showing duplicate content because Google also see's www.samplepage.com/page.html How can I force google or bing or whoever to only index and see the page including the .html extension? I know people are saying not to use the file extension on pages, but I want to, so please anybody...HELP!!!
Intermediate & Advanced SEO | | WebbyNabler0 -
Should I prevent Google from indexing blog tag and category pages?
I am working on a website that has a regularly updated Wordpress blog and am unsure whether or not the category and tag pages should be indexable. The blog posts are often outranked by the tag and category pages and they are ultimately leaving me with a duplicate content issue. With this in mind, I assumed that the best thing to do would be to remove the tag and category pages from the index, but after speaking to someone else about the issue, I am no longer sure. I have tried researching online, but there isn't anything that provided any further information. Please can anyone with any experience of dealing with issues like this or with any knowledge of the topic help me to resolve this annoying issue. Any input will be greatly appreciated. Thanks Paul
Intermediate & Advanced SEO | | PaulRogers0