Site Description

sapper

Paragon
Joined
Oct 15, 2009
Messages
1,124
Reaction score
0
FP$
2,037
i want to add a site description metatag to my phpbb forum, is this possible and if so where do I put it ?
 
Go to your templates and edit the overall_header.html file.

Styles > Templates > YOUR STYLE > overall_header.html

You will see these 2 lines near the top of the file:

Code:
<meta name="keywords" content="YOUR TEXT" />
<meta name="description" content="YOUR TEXT" />

Change the 'YOUR TEXT' to what ever you wish.

Regards.
 
John1 said:
Go to your templates and edit the overall_header.html file.

Styles > Templates > YOUR STYLE > overall_header.html

You will see these 2 lines near the top of the file:

Code:
<meta name="keywords" content="YOUR TEXT" />
<meta name="description" content="YOUR TEXT" />

Change the 'YOUR TEXT' to what ever you wish.

Regards.



Ta muchly
 
Back
Top Bottom