Re: GSC Error Stating No Anchor Text on links - wher edo i edit this?

GSC Error Stating No Anchor Text on links - wher edo i edit this?

bingleyfencing
Tourist
30 0 1

I have got 256 links with anchor texting missing - where do i input this?

 

I have opened up one of the pages and clicked the link box and i have completed the URL box and also the Link Title box ... where am i supposed to put the "Anchor Text"??

 

Thanks

Non Developer - winging it using Shopify - Send Technical Help always!
Replies 4 (4)

BitByBitCoin
Excursionist
15 1 0

Anchor text is the visible, clickable text in a hyperlink. It is the text that is displayed to the user and is used to describe the link's destination.

 

For example, in the following HTML code:

 

<a href="https://www.example.com">Learn more</a>

 

The anchor text is "Learn more". When the user clicks on the link, they will be taken to the URL specified in the href attribute (in this case, "https://www.example.com").

 

Anchor text is often used to give users an idea of what to expect when they click on a link. It is also used by search engines to understand the content and context of a webpage, as the anchor text can provide clues about the topic of the linked page.

 

I hope this helps! Let me know if you have any questions.

bingleyfencing
Tourist
30 0 1

Hi - thanks for this

So its not editable using the shopify portal ... you need to manually add the HTML code specified above directly into the code?

Non Developer - winging it using Shopify - Send Technical Help always!
bingleyfencing
Tourist
30 0 1

the current HTML is this

<p><a href="https://bingleyfencing.co.uk/pages/decking-installations" title="Decking Installations">https://bingleyfencing.co.uk/pages/decking-installations</a></p>

 

But GSC is saying this isnt anchor text ??

Non Developer - winging it using Shopify - Send Technical Help always!
bingleyfencing
Tourist
30 0 1

ive changed the code now to this ... is this right ??

<p><a href="/pages/decking-installations" title="Decking Installations">View our Decking Installations</a></p>

Non Developer - winging it using Shopify - Send Technical Help always!