What would you do about this Pillar Page conundrum?
-
I am re-organizing site structure for an e-commerce site. Here's the problem I have:
The product (shipping container) is available to BUY and HIRE in four sizes, for example a 20ft container is one of them. Now, should I have a 20ft container product page for buying -- and also a 20ft container for hiring?
I want the container sales and seperate container hire page to be pillar pages, if I don't have any cluster pages for the different container sizes below them it I'm worried it'll just be floating out there in the ocean while the sales page gets all the cluster love. At the same time I don't want to have something that looks like duplicate content with 20ft hire and 20ft sale page. Any ideas please?
-
There's gold in your answer Roman, thanks for taking the time!
-
As I understand you want 2 main pages, your product pages are related to shipping containers.
At this point, you have 2 options, build several pages for each product/services will all the variations or just build 2 main pages. Let's assume you have this 2 pages.Also, you mentioned that you have 4 sizes available
- size-1
- size-2
- size-3
- size-4
So the best way to deal with this problem is using Anchor Links
so instead of having several pages with many size variations, you will have
just 2 strong pagesHow to Create Anchor Links in WordPress
https://kinsta.com/blog/anchor-links/So your URL structure will look like this one
- www.yourwebsite.com/buy-container#size-1
- www.yourwebsite.com/buy-container#size-2
- www.yourwebsite.com/buy-container#size-3
- www.yourwebsite.com/buy-container#size-4
-------------------------------------------------------------------->
- www.yourwebsite.com/hire-container#size-1
- www.yourwebsite.com/hire-container#size-2
- www.yourwebsite.com/hire-container#size-3
- www.yourwebsite.com/hire-container#size-4
Wikipedia articles are a good example of what I'm talking about
if you search for Shipping Containers on Wikipedia
you will found this article https://en.wikipedia.org/wiki/Shipping_containerSo this page try show all the important content related to shipping containers
- type of shipping container
- Corrugated box
- Wooden box
- and so on
If you go the page
https://en.wikipedia.org/wiki/Shipping_container
if you check the table of content will look like this- Types
- Intermodal freight containers
- Corrugated box
- Wooden box
If you check the code you can inspect the code and take a look of
how Wikipedia use anchor links to build strong pages. So Basically on that page, you will found all the relevant information about this specific topic such as sizes, materials, international norms etc.These pages are called **10x content **here on Moz, **Cornerstone content **on Yoast or Money Pages on Affiliate marketing. The idea behind is building strong pages rather than dilute your content, trust, link-juice using several pages.
Hope this information helps you to answer your question
If the answer were useful do not forget to mark it as a Good Answer
Regards and have a great day
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
-
Page Optimization Error
Hi, I am trying to track a page optimization feature for one of my project, https://shinaweb.com but i keep getting this below error: "PAGE OPTIMIZATION ERROR
On-Page Optimization | | shinawebnavid
There was a problem loading this page. Please make sure the page is loading properly and that our user-agent, rogerbot, is not blocked from accessing this page." I checked robots.txt file, it all looks fine. Not sure what is the problem? Is it a problem with Moz or the website?0 -
Finacial pages markup
I was wondering if there is away to use Schema for stock market pages?
On-Page Optimization | | ciznerguy0 -
Redirecting https pages
If I add 301 redirects from the https versions of the root domain to the http:www.website.com (canonical version), will this prevent users from being able to access the https version? I believe the https version is only accessed once users log into the site. Thank you!
On-Page Optimization | | HiddenPeak0 -
Meta Title for Category Pages
I am trying to improve the SEO for a few key category pages on my blog. I have two ranking really well so I want to boost them and bring up some others. Can I put two keywords in the meta title? Example: Maternity Deals | Pregnancy Deals Or should I just stick with one? Thanks!
On-Page Optimization | | dealblogger0 -
PAGE TİTLE
<title> </span>Home to home moving 4356 <span></title> page A <title> </span>Home to home moving 3723 <span></title> page B These two titles are the same?
On-Page Optimization | | iskq0 -
10 Mobile Pages. 5 Desktop Pages. Canonnical to where?
I have a mobile site with more pages than the desktop site. Normally I would just point the page equivalents to the desktop site using the rel canonnical tag. What about the 5 pages? Do I just leave them be? Thanks
On-Page Optimization | | Imajery0 -
Which redirect to use when redirecting to https page from http page
I have one form under https which is redirected from the regular http page. this site was not made by me and I am trying to understand if the way it was redirected using 302 redirect is a problem Thanks
On-Page Optimization | | ciznerguy0 -
Avoiding "Duplicate Page Title" and "Duplicate Page Content" - Best Practices?
We have a website with a searchable database of recipes. You can search the database using an online form with dropdown options for: Course (starter, main, salad, etc)
On-Page Optimization | | smaavie
Cooking Method (fry, bake, boil, steam, etc)
Preparation Time (Under 30 min, 30min to 1 hour, Over 1 hour) Here are some examples of how URLs may look when searching for a recipe: find-a-recipe.php?course=starter
find-a-recipe.php?course=main&preperation-time=30min+to+1+hour
find-a-recipe.php?cooking-method=fry&preperation-time=over+1+hour There is also pagination of search results, so the URL could also have the variable "start", e.g. find-a-recipe.php?course=salad&start=30 There can be any combination of these variables, meaning there are hundreds of possible search results URL variations. This all works well on the site, however it gives multiple "Duplicate Page Title" and "Duplicate Page Content" errors when crawled by SEOmoz. I've seached online and found several possible solutions for this, such as: Setting canonical tag Adding these URL variables to Google Webmasters to tell Google to ignore them Change the Title tag in the head dynamically based on what URL variables are present However I am not sure which of these would be best. As far as I can tell the canonical tag should be used when you have the same page available at two seperate URLs, but this isn't the case here as the search results are always different. Adding these URL variables to Google webmasters won't fix the problem in other search engines, and will presumably continue to get these errors in our SEOmoz crawl reports. Changing the title tag each time can lead to very long title tags, and it doesn't address the problem of duplicate page content. I had hoped there would be a standard solution for problems like this, as I imagine others will have come across this before, but I cannot find the ideal solution. Any help would be much appreciated. Kind Regards5