reteep
4th November 2004, 07:36 PM
We from www.musiker-board.de are using a static index.htm before you can enter the board. It's for Google Pagerank reasons. A little trick by using the archive got us a +1 Pagerank in Google.
Due to the fact that you don't really need a link to the archive Index when you're in the archive already(probably due to a search machine) I changed that link.
(I posted it into Template Modifications because in fact it's at least optical a Template change, move it if you think different ;)
* Open forumroot/archive/global.php
Find:
$navarray = array("<a href=\"./\">$vboptions[bbtitle]</a>");
Replace it with:
href=\"http://www.musiker-board.de\">$vboptions[bbtitle]</a>");
Or whatever URL you wanna have there.
Now in at least our case 410 000 .htm pages are linked to www.musiker-board.de and that gonna raise your pagerank of that site.
You can also try that with the index.php of your forum but Google likes .htm much more..
Due to the fact that you don't really need a link to the archive Index when you're in the archive already(probably due to a search machine) I changed that link.
(I posted it into Template Modifications because in fact it's at least optical a Template change, move it if you think different ;)
* Open forumroot/archive/global.php
Find:
$navarray = array("<a href=\"./\">$vboptions[bbtitle]</a>");
Replace it with:
href=\"http://www.musiker-board.de\">$vboptions[bbtitle]</a>");
Or whatever URL you wanna have there.
Now in at least our case 410 000 .htm pages are linked to www.musiker-board.de and that gonna raise your pagerank of that site.
You can also try that with the index.php of your forum but Google likes .htm much more..