Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
All my product pages are showing as "Orphan page (has no incoming internal links)" - This issue exists on the Prestige Theme by Maestroo.
Does anyone know a smart SEO Friendly solution to this issue?
On collection pages the products are displayed, so it shouldn't be hard for Google to pick up that each product is linked internally there, however, there seems to be an issue indeed.
IMAGES ATTACHED BELOW:Orphan Pages Issue #1
Orphan Pages Issue #2
Looking forward to any recommendations & input.
Thank you for your attention.
By default Shopify has multiple URLs for every product for each collection the product exists in. You can consolidate all the links to the single /products/ URL in the Prestige theme by editing your theme code as follows:
OPEN: product-item.liquid
FIND ALL INSTANCES OF:
{{ product.url | within: collection }}
REPLACE WITH:
{{ product.url }}
Hi.
Thank you kindly for your reply.
It seems that within the code of the product-item.liquid there isn't a line like that:
Only: <a href="{{ product.url }}" class="ProductItem__ViewButton Button Button--secondary hidden-pocket">{{ 'collection.product.view_product' | t }}</a>
Looking forward to your reply.
I believe this can be solved by adding the class=link to the product title element in the collection pages code, however, I'd need some help with this in adding it here:
<a href="{{ product.url }}">
<h2 class="ProductItem__Title Heading">
{{ product.title }}
</h2>
The code needs to maintain the structure above in order for Google to be able to crawl the h2 titles for SEO purposes.
Looking forward to any help/replies.
I need to know how to fix these both canonical no incoming internal link & orphan page no internal link while using the electro 6 themes?
Do these pages actually matter? If so, why does Google find them thin?
sir , I need to know for Electro 6 theme these solution fixes the both canonical no incoming internal link & orphan page no internal link ?? Please could you reply me ?
This issue was fixed by adding the href link inside the h2 title.
This means if you then have products displayed on your collection pages, each collection page will have many product links resolving the orphaned product pages issue.
Works on every theme that wasn't SEO optimized to begin with.
Hey, Great question.
Can you please elaborate on the way you fixed this?
Thankyou
If you are still around, could you explain exactly how you fixed the issue?
Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025