noindex
so I'm not really sure where or why you're seeing them anywhere.noindex
there is little benefit in redirecting them (and no harm in not). Any crawlers ignoring it, should eventually drop them off the index.Fixes bingbot issue where Likes are being searched instead of Reactions. This add-on will redirect Likes to Reactions.
Or is it just trying to crawl links it previously knew about to check if they are stillI think some crawlers are optimized to look at Xenforo likes for factoring in PageRank.
noindex
? That seems more plausible. I guess they can't assume that an instruction not to index a page is permanent. Even so, I wouldn't recommend trying to redirect them (by any means). They'll drop off eventually.This might be a safe assumption, but it's an assumption nonetheless since search engines are black box, so really no way to tell if they are "smart" enough to detect and weigh likes into page rank. Google certainly weighs google analytics traffic into page rank so would make sense they would also weigh sentiment for social media, which forums essentially are. Of course, we are talking Bing not Google here, so clearly Google is not doing this, but Bing might be. I'll try to dig into this more.it won't affect any SEO signals
Highly unlikely.I think some crawlers are optimized to look at Xenforo likes for factoring in PageRank. Their code is apparently unaware of the emotions. I haven't narrowed down who is doing it, since the referrer information isn't shown based on how I'm looking at the 404s. It's one of the major/reputable crawlers since I block all unknown ones.
It really isn't just an assumption. We are talking about 404 errors (Page Not Found ). These have never impacted Google rankings or any other search engine:This might be a safe assumption, but it's an assumption nonetheless since search engines are black box, so really no way to tell if they are "smart" enough to detect and weigh likes into pagerank. Google certainly weighs google analytics traffic into pagerank so would make sense they would also weigh sentiment for social media, which forums essentially are. Of course, we are talking Bing not Google here, so clearly Google is not doing this, but Bing might be. I'll try to dig into this more.
Why else would they navigate the /likes node when it doesn't exist many many months after it's been removed from my site (and the site is crawled regularly)? There seems to be some hard coded logic that is aware of the likes on XF sites, which implies they are using these signals for page rank.Highly unlikely.
As always: It depends.It really isn't just an assumption. We are talking about 404 errors (Page Not Found ). These have never impacted Google rankings or any other search
I doubt that as well. Google just does recrawl URLs from time to time even if they gave 404/410 in the past.There seems to be some hard coded logic that is aware of the likes on XF sites
One reason would be if you track valid 404s (e.g. threads merged/deleted, posts/attachments deleted, etc.) which you actually want to fix and having lots of noise (e.g. /search, /likes, etc.) makes the signal to noise ratio high. There are a lot of things that could be built into XF to make managing 404s not necessary, but unfortunately XF doesn't do this. E.g. URLS to deleted posts could still redirect to the next post in the thread or at least the thread. Merging two threads could automatically redirect the old thread to the new thread (without the option for the old thread to still be displayed which si the only option now), etc.There's quite literally no point in redirecting these (in regards to Bing). The Bing crawler won't magically know what to do with a completely differently structured page with completely different data just because you redirect it there. If they would accommodate for this new data, they certainly would handle the transition from /likes to /reactions as well.
That would be semantically incorrect and should not be done.E.g. URLS to deleted posts could still redirect to the next post in the thread or at least the thread.
Yep, that makes sense.Merging two threads could automatically redirect the old thread to the new thread (without the option for the old thread to still be displayed which si the only option now), etc.
I'll give you navigating to the next post is bad, but navigating to the parent thread would be better than nothing.That would be semantically incorrect and should not be done.
The next post ist not the new URL of the deleted post - the deleted post is gone for good and can't be redirected anywhere.
We use essential cookies to make this site work, and optional cookies to enhance your experience.