Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2474

phpBB Discussion • Re: Remove sid's dfrom URLs

$
0
0
Doesn't link rel="canonical" neutralize this issue? I thought it should.
That's only for after they load a page, e.g. Google follows a post link(or anything else with different/extra parameters) you are telling it the base URL so it only indexes the original. It won't know it's duplicate until it loads it.

Bots will follow any link. That's part of the issue because you are creating an infinite amount of URL's to crawl when they aren't named bot added to bots list.

I had a site I was working on and I think it was Claudebot with about 2000 guest entries and it was running really slow. Adding it to bots list of course removed it from guests list and the slowness immediately stopped, that wasn't because it stopped making requests. Something is inefficient when all these ID's are created in the sessions table.

Is there any reason for guests to have sessions to begin with? I know you can enable topic making for guests but beyond that do they need them?

Statistics: Posted by thecoalman — Wed Apr 23, 2025 3:33 pm



Viewing all articles
Browse latest Browse all 2474

Trending Articles