17dm Posted September 5, 2014 Share Posted September 5, 2014 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 More sharing options...
agenceweb74 Posted September 5, 2014 Share Posted September 5, 2014 You should check your theme template (which version of prestashop ? ) Your meta tags may be hardcoded in html source. Link to comment Share on other sites More sharing options...
17dm Posted September 5, 2014 Author Share Posted September 5, 2014 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 More sharing options...
vekia Posted September 6, 2014 Share Posted September 6, 2014 how many languages you have? do you changed meta tags for each available language in your shop? Link to comment Share on other sites More sharing options...
17dm Posted September 8, 2014 Author Share Posted September 8, 2014 Just the one language, English. Link to comment Share on other sites More sharing options...
17dm Posted September 8, 2014 Author Share Posted September 8, 2014 Hey, just checked this morning and it is updated. I have no idea why it would take 4 full days to update the code, there you go! Thanks for all your assistance anyway. Link to comment Share on other sites More sharing options...
suewright Posted September 16, 2014 Share Posted September 16, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now