Dofollow/Nofollow links for SEO

ChrisW3
Explorer
130 0 20

We had an SEO report done for https://www.physioworldshop.co.uk and one factor was links missing the "rel=nofollow" attribute

 

The links are for social media and parcel tracking etc.

 

Is it important to make these nofollow or will it not make a difference?

Replies 5 (5)
Shop_Lovers
Shopify Partner
279 45 67

Hi,

 

You need to add rel attribute for anchor
<a href="http://www.example.com/" rel="nofollow">Link text</a>

Webmasters are encouraged to use the nofollow attribute to prevent Google from crawling, indexing, and analyzing a link that you would rather Google not associate with your site.

For Sponsored

<a href="http://www.example.com/" rel="sponsored">Link text</a>

For UGC (user-generated content)


<a href="http://www.example.com/" rel="ugc">Link text</a>

 

Thanks

 

Hit Like and Accept as Solution.

ChrisW3
Explorer
130 0 20

Is there a way of doing this in bulk?

Shop_Lovers
Shopify Partner
279 45 67

Hi,

 

You need to this one by one by editing the code in each file.

 

Thanks 

flareAI
Shopify Partner
1823 169 426

Hello @ChrisW3,


Gina here from flareAI.

 

dofollow and nofollow are ways to specify the relationship between the current website/URL and the linked website/URL.  

 

dofollow is the default means if you haven't specified dofollow or nofollow in the hyperlink, by default the URL will be crawled by Google and other search engines to point back to your website.

 

If you add nofollow to a hyperlink it directs search engines not to use the link for page ranking calculations.

 

If you want a URL to get crawled and indexed by the search engine, you have to make sure rel="nofollow"  is not specified in the URL.


Hope this was helpful.


Gina
flareAI: Generate Sales from Google Search, on Autopilot

If you find the answer helpful give it a Like and ✓ Mark it as an Accepted Solution
flareAI : Get Sales from Google Search, on Autopilot
$10+ billion in eCommerce on Google Search, every day. Find out how much you are missing
JohnQQQ
New Member
2 0 0

Hello, could you please tell me which file? I want to add default nofollow in my blog for every external link.