How to Fix Orphaned Pages / Orphan Pages / Orphan Product Pages Prestige Theme Shopify?

How to Fix Orphaned Pages / Orphan Pages / Orphan Product Pages Prestige Theme Shopify?

BeautifulDesign
Explorer
56 0 8

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 #1Orphan Pages Issue #1Orphan Pages Issue #2Orphan Pages Issue #2

Looking forward to any recommendations & input.

Thank you for your attention.

Replies 9 (9)

p1Commerce
Shopify Partner
129 17 67

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 }}

 

Appreciate the assistance? Please hit the Like and Accepted Solution buttons.
--
An Exceptionally Technical eCommerce Firm
Entirely Focused on Search Position - p1commerce.com
BeautifulDesign
Explorer
56 0 8

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.

 

BeautifulDesign
Explorer
56 0 8

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.

MSGowtham
Shopify Partner
15 0 1

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?

 

p1Commerce
Shopify Partner
129 17 67

Do these pages actually matter? If so, why does Google find them thin?

Appreciate the assistance? Please hit the Like and Accepted Solution buttons.
--
An Exceptionally Technical eCommerce Firm
Entirely Focused on Search Position - p1commerce.com
MSGowtham
Shopify Partner
15 0 1

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 ?

 

BeautifulDesign
Explorer
56 0 8

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.

RHecomm
Shopify Partner
2 0 0

Hey, Great question.

Can you please elaborate on the way you fixed this?

Thankyou

Seeker245
Tourist
6 0 2

If you are still around, could you explain exactly how you fixed the issue? 

Thanks!