The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
I am tired of my 200,000 posts not being listed in Google. I was inspired by phpbuilder.com this morning and I wrote:
vbSpiderFriend - the search engine indexer for all of your posts Purpose: Allow search engine spiders to crawl a linked list of all of your posts. Project Requirements: -Friendly URLs (no query strings) -Good dynamic meta tags -Never have to touch the script again.. It is Y3K compliant, simply re-submit to the engines to update your listings Install Requirements: -vBulletin 1.x or 2.x -about 10 minutes 1) Download the attached Zip. 2) Open class.mysql.php and put your database login info at the top. 3) Create a new directory called archive under your forum, like /forum/archive 4) Open the included .htaccess and change the Error 404 to your new archive path. 5) Open index.php and change the self-explanatory variables at the top of the file. 6) Upload all 3 files to your archive directory. 7) Submit /forum/archive/index.php to search engines and watch em crawl DISCLAIMER: I don't use 2.x but I checked the schema and this should work fine. NOTES: This uses ErrorDocument and query string parsing to get the variables needed. I do not have the time or energy to troubleshoot this if it does not work on your server. Sorry! Show Your Support
|
Comments |
#232
|
|||
|
|||
Is the 404 page it's sending out going to be archived by Google? When google spiders it they will get a page of text (the error page delivered by this script) but with a 404 header which is "not found"....because of this will they bother to index it? Shouldn't this be a rewrite rule to redirect google transparently rather than a 404 error?
|
#233
|
|||
|
|||
Has anyone ever witnessed Google going more than one level deep? Since they get the 404 respose code with this hack they don't index those pages or go any deeper. They are not in the habit of indexing "Not Found 404 error" pages or following the links in them. They will follow the first set of links from the index.php but each of those really doesn't exist so the 404 error is the end of the line even though the pages have content.
I think this has to be rewritten with mod rewrite to rewrite the requests for all pages back to index.php so a 200 OK response code is given and it will be archived. With all these posts didn't anybody realize this? |
#234
|
|||
|
|||
What might be interesting is to check for Google - or "search" - in the referrer, and don't give a <META REFRESH, but properly redirect them to the proper version of the page automatically.
That means that Google won't be given the changed location when it spiders, but any normal user, following a Google search, will get the proper redirect. You can do this by... 1. Changing $refresh=0 to $refresh=1 2. Find $forwarding=1 Replace: PHP Code:
PHP Code:
PHP Code:
PHP Code:
What does the panel think? |
#235
|
|||
|
|||
I hate to keep asking this in all the hacks but..
I'm running 2.2.6 will it work for this? Cheers, veedee |
#236
|
|||
|
|||
Yes it will.
Incidentally, I've used this hack as a basis to create an Avantgo / iSilo PDA version of my forums... check them out at http://forums-lite.mediauk.com/ I've rather heavily hacked this out, though. (Amusingly, this is not search-engine friendly...!!) |
#237
|
||||
|
||||
Great hack mate!
|
#238
|
||||
|
||||
oh. I am sorry to bother but I really tried to find by myself but could not !!
I installed the hack and the index.php page of the /vb/archive directory is displaying nicely. Yet all the links on this index.php page point toward non-existent folders!!! example http://www.mydomain.com/vb/archive/29 and http://www.mydomain.com/vb/archive/13 but checking that archive folder by FTP, there are NO Folders called 13 or 29 .... I am so frustrated as I DID install this hack in the past and it worked nicely then..... Whoever would help, I would be more than grateful and thankful. |
#239
|
||||
|
||||
I can't believe nobody bothered to help me in almost 3 days now....
Anybody ??? Any ideas ??? |
#240
|
|||
|
|||
I have the same problem
|
#241
|
||||
|
||||
will any kind person step out and help a bit.. ??
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|