AMP can generate infinite link loop [CRITICAL]
-
The AMP plugin is able to generate an infinite number of link loops inside the page when a broken link appears on the page.
For example, the url to the website is: https://www.domain.com/
An example of such a link is
<a href="example"> test </a>
In this case, each AMP subpage will have a subpage link inside:
https://www.domain.com/amp/example
after entering this address, another link will appear directing to:
https://www.domain.com/amp/example/example
and so on:https://www.domain.com/amp/example/example https://www.domain.com/amp/example/example/example https://www.domain.com/amp/example/example/example/example ...
This will end up with Google Bot stopping indexing the page because it will loop in those subpages that could generate millions.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘AMP can generate infinite link loop [CRITICAL]’ is closed to new replies.