What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I add Nofollow to less important internal links?

How can I add Nofollow to less important internal links?

susanm123
Visitor
1 0 0

How to add Nofollow to some unimportant internal links on the website?

My website has some less important pages. How to add Nofollow so that it will not be tracked by Google?

Reply 1 (1)

OneMobile
Shopify Partner
169 16 35

Dear @susanm123 

 

In Shopify, the platform automatically assigns the "nofollow" attribute to certain links such as your login page, cart page, and search result pages. However, applying the "nofollow" attribute to other internal links on your site isn't an in-built feature in Shopify and requires custom coding. 

 

1. From your Shopify admin, go to "Online Store" > "Themes".

2. Find the theme that you want to edit, and then click "Actions" > "Edit code".

3. Along the left-hand side, you'll see a file structure. The exact file can vary, but here are some common files:

  • If the link is in the Header or Footer: Look for `header.liquid`, `footer.liquid` inside the `Sections` folder.
  • If the link is in a specific page: Look for `page.liquid` or `page.template_name.liquid` in the Templates folder.
  • If the link is on the product page: Look for `product.liquid` in the `Sections` folder or `Templates` folder.

4. After you find the file, open it, and look for the HTML for the link that you want to change.

5. The link will be in an anchor tag that looks something like this: `Link Text`.

6. Add the `rel="nofollow"` attribute to the tag: `Link Text`.

7. Click "Save".

 

I hope that this helps!

If you find my answer helpful, please hit the Like button or Mark as solution to show me some encouragement.
OneMobile: The #1 Mobile App Builder For Shopify Merchants
Pick ready-made themes & customize with drag-n-drop editor.