Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Graeme S. Posted September 7, 2020 Posted September 7, 2020 Is there any solution for this? It looks like a lot of indexed URLs have parameters. E.g. ?do=email&comment=47180 All of these are just giving errors: Page Not Found. Removing the params loads the topic fine. Any quick fix for this to redirect to the topic without landing users on a page not found?
bfarber Posted September 8, 2020 Posted September 8, 2020 That used to be a page in the software, and it is no longer a valid page in the software. It absolutely should produce a "page not found" message so that search engines know that the page no longer exists and it can be delisted/deindexed.
Solution CoffeeCake Posted September 8, 2020 Solution Posted September 8, 2020 @Graeme S. you could rewrite the URL at your web server to remove the do=email bit. That's probably an artifact of the previous "e-mail this page" functionality that was found to be used by spammers and subsequently removed in an update to 4.4.x. You'd want to throw a permanent redirect in your rewrite to make sure that spiders don't see it as duplicate content. All that said--where are you seeing these addresses pop up? If in your error logs, it's not real humans and may be indicative of attempts to find and exploit unpatched IPS installs.
Graeme S. Posted September 8, 2020 Author Posted September 8, 2020 1 minute ago, Paul E. said: @Graeme S. you could rewrite the URL at your web server to remove the do=email bit. That's probably an artifact of the previous "e-mail this page" functionality that was found to be used by spammers and subsequently removed in an update to 4.4.x. You'd want to throw a permanent redirect in your rewrite to make sure that spiders don't see it as duplicate content. All that said--where are you seeing these addresses pop up? If in your error logs, it's not real humans and may be indicative of attempts to find and exploit unpatched IPS installs. Yeah, it was in the error logs. I just assumed these links were indexed on search and people are finding them through there.
Recommended Posts