| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Pisius
Joined: 22 Mar 2008 Posts: 20
|
Posted: Sun Mar 23, 2008 1:08 am Post subject: Help with meta tags |
|
|
Ok i am stuck with them, tried installing your phpbb3_seo_dynamic_meta_tagsV0-2-0 mod, also tried to manualy input the variables in includes/function in meta tag section,but still got this when i choose to view my page source
| Quote: | <meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" /> |
Its the standart version
Can anyone help me?
Thanks. |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 829
|
Posted: Sun Mar 23, 2008 4:52 am Post subject: Re: Help with meta tags |
|
|
Did you remember this part? Did you purge the cache in the ACL?
| Code: | #
#-----[ OPEN ]------------------------------------------
#
styles/prosilver/template/overall_header.html
#
#-----[ FIND ]------------------------------------------
#
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
#
#-----[ REPLACE WITH ]------------------------------------------
#
{META_TAG}
{META} |
|
_________________ Dan Kehn |
|
| Back to top |
|
 |
Pisius
Joined: 22 Mar 2008 Posts: 20
|
Posted: Sun Mar 23, 2008 5:47 am Post subject: Re: Help with meta tags |
|
|
yea,i did that, it looks like this:
| Quote: | <head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
{META_TAG}
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
|
ALso i tried removing all meta parts just leaving these two: {META_TAG}
{META} but the results are the same
Well tommorow i will try look very closely maybe i missed something in coding which i dont think happend but might be  |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 829
|
Posted: Sun Mar 23, 2008 12:25 pm Post subject: Re: Help with meta tags |
|
|
| Yes, double checking your work is a good idea. Also remember to purge the cache (yoursite.com/phpBB3/cache), otherwise changes to your style template files like overall_header.html won't take effect. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
Pisius
Joined: 22 Mar 2008 Posts: 20
|
Posted: Sun Mar 23, 2008 11:44 pm Post subject: Re: Help with meta tags |
|
|
Wuhouu found my mistake, one item was missing quote
Thanks for your help  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |