Add a link to tags.php in footer

Adding a link to tags.php in your footer will help search engines find your thread tag cloud easier, and will follow the links there faster thus helping with SEO performance perhaps! And not to mention some users will love it being easier to access.

1. Open Footer Template
2. Search For:

Code:
<if condition="$show['contactus']">

3. Before that (or whever you want to appear) add:

Code:
<a href="tags.php" title"$vboptions[hometitle] tags">Tags</a> -

4. Save template

Disclaimer: Wether or not this actually helps SEO performance is yet to be determined, though it will not hurt your SEO of the page. Backup template before editing incase desired results are not achieved.
 
Back
Top