Joeychgo
05-15-2005, 07:53 PM
Recommended vBulletin Hack
vBulletin Easy Archive (http://www.vbulletin.org/forum/showthread.php?t=65703)
This hack will help get all your threads listed in google and other search engines and get your threads easily spidered! It works by creating an archive and turning all your posts into .html format.
The purpose of this hack are to get your keywords from your forums listed in google and get people visiting them! Since these are all pure text and don't use tables or excess font tags, they are very friendly on bandwidth! This will display all your files in a nice text format that google will absolutely love!
I use this on all my forums. It was written by Xenon and he did some nice work here.
I have hacked this hack to improve it just a little more.
When you install this, you can name the directory anything you like. Use one of your main keywords as the name for this directory.
In archive_functions.php look for:
<title>' . $pagetitle . '</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Afterwords put:
<meta name="description" content="YOUR DESCRIPTION HERE - DIFFERENT THEN WHATS ON YOUR FORUM" />
<meta name="keywords" content="YOUR KEYWORDS HERE" />
Also - place a series of links in the header.php file, each one linking to one of your forums.
If you want to decorate your archive a little, put your forum banner in the header as well. I also place Google Adsense ads in my archive and make a nice little amount every month from these ads. The header.php and footer.php are there for you to customize your archive.
Warning, dont go overboard. This is suppose to be the archive. Dont start tossing a bunch of images in or using alot of css. This archive is there mainly so google can easily spider your site, and as such should be plain so search engines done have to trip over all that stuff. Keep it relatively simple.
News Feeds
I am currently testing placing a newsfeed into the footer of the archive. The reason being that Google likes content that changes frequently, and a newsfeed does just that.
vBulletin Easy Archive (http://www.vbulletin.org/forum/showthread.php?t=65703)
This hack will help get all your threads listed in google and other search engines and get your threads easily spidered! It works by creating an archive and turning all your posts into .html format.
The purpose of this hack are to get your keywords from your forums listed in google and get people visiting them! Since these are all pure text and don't use tables or excess font tags, they are very friendly on bandwidth! This will display all your files in a nice text format that google will absolutely love!
I use this on all my forums. It was written by Xenon and he did some nice work here.
I have hacked this hack to improve it just a little more.
When you install this, you can name the directory anything you like. Use one of your main keywords as the name for this directory.
In archive_functions.php look for:
<title>' . $pagetitle . '</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Afterwords put:
<meta name="description" content="YOUR DESCRIPTION HERE - DIFFERENT THEN WHATS ON YOUR FORUM" />
<meta name="keywords" content="YOUR KEYWORDS HERE" />
Also - place a series of links in the header.php file, each one linking to one of your forums.
If you want to decorate your archive a little, put your forum banner in the header as well. I also place Google Adsense ads in my archive and make a nice little amount every month from these ads. The header.php and footer.php are there for you to customize your archive.
Warning, dont go overboard. This is suppose to be the archive. Dont start tossing a bunch of images in or using alot of css. This archive is there mainly so google can easily spider your site, and as such should be plain so search engines done have to trip over all that stuff. Keep it relatively simple.
News Feeds
I am currently testing placing a newsfeed into the footer of the archive. The reason being that Google likes content that changes frequently, and a newsfeed does just that.

