|
Is it worth rewriting forum URLs as static links these days?
I was going to hack my forum code to show the link of /viewtopic.php?showtopic=45 as /viewtopic.php/45
This use to be very beneficial when optimizing a site for search engines, but now I'm hearing arguments that this is no longer the case. I also learned that Google will spider dynamic links slower so not to tax the sql server.
It just seems to me with observation that Google still prefers static links even though it will crawl and index dynamic links. So I thought maybe a compromise would help. Instead of rewriting the thread links, I would just rewrite the topic links, so /index.php?forum=26 would look like /index.php/26 That way the main topic pages would be updated more often in Google's index, and would link to the dynamic thread links.
Thoughts?
|