Jump to content

Meta tags changing in BO but not site code


17dm

Recommended Posts

Hi I used the preferences > SEO & URLS to update the meta tags on my index page, however if I view source on the home page the default tags have not changed, I have waited 24 hours and tried it on different browsers  / devices so it is not a caching issue. It just doesn't seem to change the code, yet I can see the changes in the back office.

 

Any ideas?

 

Thanks,

Wayne

Link to comment
Share on other sites

Thanks, no it is definitely not hard coded - snipped from header.tpl...

 

<meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}" />
 
 
It's 1.6.0.6 running the default bootstrap theme, if that helps.
Link to comment
Share on other sites

  • 2 weeks later...

I am having the same problem

 

Hi I used the preferences > SEO & URLS to update the meta tags on my index page, however if I view source on the home page the default tags have not changed, I have waited 24 hours and tried it on different browsers  / devices so it is not a caching issue. It just doesn't seem to change the code, yet I can see the changes in the back office.

 

Any ideas?

 

Thanks,

Wayne

I am having the same problem surely it should not take so long?

, surly it shouldn't take so long?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...