2 adjustments in the Style part
Posted: 16 Dec 2011, 22:43
Hello,
I'm happy that phpBB3 BBCodes is back
I want to ask your opinion about 2 adjustments I'm thinking about.
1- If I put things between h3 tags in viewforum_body.html file:
would that be more efficacious for SEO purpose?
2- If I made the font colour "transparent"
would that confuse search engines, or have any downside for SEO purpose?
Regards,
Danny
I'm happy that phpBB3 BBCodes is back
I want to ask your opinion about 2 adjustments I'm thinking about.
1- If I put things between h3 tags in viewforum_body.html file:
Code: Select all
<!-- IF FORUM_SEO_DESC --><div><h3 class="someClass">{FORUM_SEO_KEY}</h3><br /><h3 class="someClass">{FORUM_SEO_DESC}</h3></div><br /><!-- ELSEIF FORUM_DESC --><div><h3 class="someClass">{FORUM_DESC}</h3></div><br /><!-- ENDIF -->
Code: Select all
<!-- IF FORUM_SEO_BOTTOM --><div><br /><h3 class="someClass">{FORUM_SEO_BOTTOM}</h3><br /></div><!-- ENDIF -->
2- If I made the font colour "transparent"
Code: Select all
h3.someClass {color:transparent}
Regards,
Danny