How to get the meta description and keywords to work for
Posted: 17 Oct 2011, 21:24
I have this seo mod installed and: http://www.phpbb.com/customise/db/mod/t ... words_mod/
Now the link above is the mod currenlty having the:
My question is how to implement the edit of this mod:
Into the keywords and meta description in overall_header.php
Is it good for seo to offer all 4, instead of now two?
So you would have keywords for topic, forum
description for topic and forum
In total 4 types of seo data to be found for search engines.
Is it possible?
Now the link above is the mod currenlty having the:
Code: Select all
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
Code: Select all
<meta name="keywords" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_DESC}<!-- ENDIF -->" />
Is it good for seo to offer all 4, instead of now two?
So you would have keywords for topic, forum
description for topic and forum
In total 4 types of seo data to be found for search engines.
Is it possible?