Quote:
Originally Posted by daydie
it IS bad for seo you noobs lol..... login to google. goto webmaster tools. Use the spider viewer tool. and you will see that it does not bring up ANY forums because they are hidden.
i wish yas could fix this as i would use it. as its neat
|
It is NOT bad SEO, you may think it is but it is NOT, I have explained why and how the forum index is not a SEO important page. Please stop spreading FUD.
I had been waiting for 4.1.4 to test before new version, I have just updated to 4.1.4 and all is good but a few fixes to match up with vbulletin.
EDIT headerinclude:
Change:
Code:
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.7.0/build/tabview/tabview-min.js"></script>
To:
Code:
<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.9.0/build/tabview/tabview-min.js"></script>
To fix the tab collapse problem edit forumhometab:
Add to the end:
Code:
<script type="text/javascript">
vBCollapseFactory();
</script>