ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,379
- Points
- 823
Reputation:
It looks like Google’s crawler is detecting the “Quote” reply button as an indexable link. Since it’s just a functional UI element used for quoting posts, it shouldn’t be treated as a navigational or content link.
This is likely causing unnecessary crawl activity and could lead to redundant entries in the index.
Expected behavior:
The “Quote” reply button should include
Example:...
Read more
Continue reading...
This is likely causing unnecessary crawl activity and could lead to redundant entries in the index.
Expected behavior:
The “Quote” reply button should include
rel="nofollow"
or data-noindex
to prevent crawlers from following or indexing it.Example:...
Read more
Continue reading...