Version: , by fastforward
Developer Last Online: Nov 2011
Version: 2.2.x
Rating:
Released: 05-24-2001
Last Update: Never
Installs: 35
No support by the author.
For vB 2.0
This little hackette is a quick fix to allow search engine bots to spider your threads.
Although this will allow the bots to index every thread on your site, it will not make the threads 'search engine optimized'. They will see exactly what you see when you visit your site. It simply removes the CGI bits from the URL's which prevents most search engine bots from spidering more than one level deep.
If you want a hack that allows to fully customize how the thread will look to the search engine bot, you should look at Overgrows more complete hack here.
The advantage of this hack over Overgrows is that it does not require htaccess support which can have performance issues. This could also be seen as a disadvantage though as my hack requires that you have mod_rewrite enabled on your Apache Server, whereas Overgrows method should work with just about any web host out there.
Take yer pick
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by Erwin You need to edit your postings.php - there is a post in this thread on how to do this already.
I installed this fix, and although I haven't even tested it, it only works for merging threads. I still get the same problem when trying to move threads, the forumjump doesn't show up, so all I get is a link to "Please select forum:", and no forum shows up. That is, I can't move threads at all. Any help would be greatly appreciated.
Originally posted by The Piper
the forumjump doesn't show up, so all I get is a link to "Please select forum:", and no forum shows up. That is, I can't move threads at all. Any help would be greatly appreciated.
Have you set <base href="http://yoursite.com/forum/">
in the header?
If that still doesn't work, you may have to edit the window.location() javascript functions in the templates and prefix them with a forward slash or the forum url.
Anyone knows what I need to code the "page navigation" numbers to be Search Engine Friendly?
I know it can be done, because I saw these guys have done it at: http://www.techimo.com/forum/f3/index.html . This links look
like this:
http://www.techimo.com/forum/fid3/dp1000/so/sflastpost/pp50/pn2/index.html .
It would be good to be able to get rid of sessions unless they were required
great hack btw
cheers!
You probably don't want to rely on the file in the first post. Use the following rewrite rules and make sure you change all the templates to remove any passing of the sessionhash. Obviously you will also need to force everybody to use cookies on your board.
This hack is even better than you think cyc, my small board gets about 1000 uniques a day because of this genious hack (got to have some page rank though, which you have)
But I really want to second fello9`s question about the secret to enable this hack for page navigation. Do you have an idea fastforward, or anyone?