Google’s Updated Link Guidance

Google’s Updated Link Guidance

googles-updated-link-guidance-feature-image

The new guidance for best practices to be used for links has what is already known about the right use of HTML and Google algorithms.

The key takeaways for best practices for link-building are as follows:



article’s title attribute
  1. If the anchor text is not there then Google can make use of the article’s title attribute. When the anchor text is missing Google can use the title attribute for the link element.

    For example, a link that has an anchor text can be written as

    >a href=”https://www.example.com/”>Example1 Anchor Text
    If the anchor text is missing then the title element is used by Google as an anchor text.

    >a href=”https://www.example.com/”> title=”Example1 Anchor Text” >



provide the right information
  1. The main reason for using the title attribute for a link element is to provide the right information that is provided by the anchor text of a link. The W3c standard for HTML has stated that:

    ‘When the title attribute is used for an anchor text then check that the attribute and link text explain the purpose of using a link.’

    The tile attribute is a global attribute and can be used by all the elements and is not specific only to an anchor element. This means that the title attribute can be placed on other elements like paragraph (p), italic (i) and on heading (H1) element.

    When you use the title attribute for any of the elements it will lead to the tooltip popping up. For example, if used for the heading elements H1, H2 … the tooltip will pop from the word of the headings containing the words of the title attribute.



good practice to use long anchor text
  1. Google’s new guideline states that it is not a good practice to use long anchor text. The anchor text you use should be concise and relevant.

    The main reason for using anchor text is to tell the users what information the link covers. The W3c standard states that:

    ‘It allows you to provide descriptive anchor text and also explain the purpose of a link. The description will help the users to differentiate this particular link from the other links on a web page. The destination URL is usually not descriptive enough.’

    This will require knowing HTML and using it properly. If the HTML is valid and the various attributes and elements are used correctly then Google will give a positive response. It is important to know how to write HTML.




ensure that the content is optimised
  1. The use of natural language becomes necessary to ensure that the content is optimised. Google’s machine learning and AI algorithms focus on understanding the natural language used. If Google algorithms are analysing the text in some way then you should create content that is easy to follow and clear. The new guideline states that:

    ‘When you are linking to a page you should write naturally and you should not add every keyword that is relevant to the web page you are linking to. Ask yourself if these keywords are required to make the reader understand what is on the next page. Do not force keywords while creating anchor text.

    You should write anchor text naturally so that Google understands it because Google uses technology like BERT.

  2. When you add links close together and each linked word does not properly communicate what the linked page is about it is called chaining links. You should not chain links because the text that surrounds and provides context for a link is lost.
Category