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
-
Would You Redirect a Page if the Parent Page was Redirected?
Hi everyone! Let's use this as an example URL: https://www.example.com/marvel/avengers/hulk/ We have done a 301 redirect for the "Avengers" page to another page on the site. Sibling pages of the "Hulk" page live off "marvel" now (ex: /marvel/thor/ and /marvel/iron-man/). Is there any benefit in doing a 301 for the "Hulk" page to live at /marvel/hulk/ like it's sibling pages? Is there any harm long-term in leaving the "Hulk" page under a permanently redirected page? Thank you! Matt
Intermediate & Advanced SEO | | amag0 -
Ecommerce Site - Duplicate product descriptions & SKU pages
Hi I have a couple of questions regarding the best way to optimise SKU pages on a large ecommerce site. At the moment we have 2 landing pages per product - one is the primary landing page with no SKU, the other includes the SKU in the URL so our sales people & customers can find it when using the search facility on the site. The SKU landing page has a canonical pointing to the primary page as they're duplicates. Is this the best way? Or is it better to have the one page with the SKU in the URL? Also, we have loads of products with the very similar product descriptions, I am working on trying to include a unique paragraph or few sentences on these to improve the content - how dangerous is the duplicate content within your own site? I know its best to have totally unique content, but it won't be possible on a site with thousands of products and a small team. At the moment I am trying to prioritise the products to update. Thank you 🙂
Intermediate & Advanced SEO | | BeckyKey0 -
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 -
My blog is indexing only the archive and category pages
Hi there MOZ community. I am new to the QandA and have a question. I have a blog Its been live for months - but I can not get the posts to rank in the serps. Oddly only the categories rank. The posts are crawled it seems - but seen as less important for a reason I don't understand. Can anyone here help with this? See here for what i mean. I have had several wp sites rank well in the serps - and the posts do much better. Than the categories or archives - super odd. Thanks to all for help!
Intermediate & Advanced SEO | | walletapp0 -
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 -
Case Sensitive URLs, Duplicate Content & Link Rel Canonical
I have a site where URLs are case sensitive. In some cases the lowercase URL is being indexed and in others the mixed case URL is being indexed. This is leading to duplicate content issues on the site. The site is using link rel canonical to specify a preferred URL in some cases however there is no consistency whether the URLs are lowercase or mixed case. On some pages the link rel canonical tag points to the lowercase URL, on others it points to the mixed case URL. Ideally I'd like to update all link rel canonical tags and internal links throughout the site to use the lowercase URL however I'm apprehensive! My question is as follows: If I where to specify the lowercase URL across the site in addition to updating internal links to use lowercase URLs, could this have a negative impact where the mixed case URL is the one currently indexed? Hope this makes sense! Dave
Intermediate & Advanced SEO | | allianzireland0 -
Artist Bios on Multiple Pages: Duplicate Content or not?
I am currently working on an eComm site for a company that sells art prints. On each print's page, there is a bio about the artist followed by a couple of paragraphs about the print. My concern is that some artists have hundreds of prints on this site, and the bio is reprinted on every page,which makes sense from a usability standpoint, but I am concerned that it will trigger a duplicate content penalty from Google. Some people are trying to convince me that Google won't penalize for this content, since the intent is not to game the SERPs. However, I'm not confident that this isn't being penalized already, or that it won't be in the near future. Because it is just a section of text that is duplicated, but the rest of the text on each page is original, I can't use the rel=canonical tag. I've thought about putting each artist bio into a graphic, but that is a huge undertaking, and not the most elegant solution. Could I put the bio on a separate page with only the artist's info and then place that data on each print page using an <iframe>and then put a noindex,nofollow in the robots.txt file?</p> <p>Is there a better solution? Is this effort even necessary?</p> <p>Thoughts?</p></iframe>
Intermediate & Advanced SEO | | sbaylor0 -
How to resolve Duplicate Page Content issue for root domain & index.html?
SEOMoz returns a Duplicate Page Content error for a website's index page, with both domain.com and domain.com/index.html isted seperately. We had a rewrite in the htacess file, but for some reason this has not had an impact and we have since removed it. What's the best way (in an HTML website) to ensure all index.html links are automatically redirected to the root domain and these aren't seen as two separate pages?
Intermediate & Advanced SEO | | ContentWriterMicky0