Elaine Leung Posted October 15, 2014 Share Posted October 15, 2014 Hi Need to verify I am the owner of my website on Google plus. I got the message: Link your website: By adding a short line of code to Https://www.naturalskincarelondon.co.uk by adding the following line of code to <a href="httpsL//plus.google.com/.... " rel="publisher">google+ Please help me. Where and how to add this line? Kind Regards Elaine Link to comment Share on other sites More sharing options...
Paulito Posted October 15, 2014 Share Posted October 15, 2014 Hello Google usually gives you a few ways to add these sort of things for verification, anyway, probably the easiest eay is to insert the code in your header.tpl So, go to: public_html/Your Sop/themes/Your Theme/header.tpl and add the code directly under the opening <head> tag For instance, this is a google verification code below in Red: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="{$lang_iso}"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="{$lang_iso}"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="{$lang_iso}"> <![endif]--> <!--[if gt IE 8]> <html class="no-js ie9" lang="{$lang_iso}"> <![endif]--> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}"> <head> <meta name="google-site-verification" content="Nmmmmmmmmmmmmn6AwL_ZJ8frtyufujgiokhhgfM" /> <title>{$meta_title|escape:'htmlall':'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'}" /> {/if} <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta http-equiv="content-language" content="{$meta_language}" /> <meta name="generator" content="PrestaShop" /> Paul Link to comment Share on other sites More sharing options...
Elaine Leung Posted October 15, 2014 Author Share Posted October 15, 2014 (edited) Hi Thank you for the reply. I think I have not chosen the right header.tpl, after I have inserted the code. I still can't verify.I I can't find public_html/Your Sop/themes/Your Theme/header.tpl I can find for example: public_html/Your Shop/themes/default-bootstrap./modules/ header.tpl There are many with header.tpl and I have tried a few and it didn't work. I edited the code in File Manager. I think I did it in the right place. Google specifies place the code in the homepage! I am not sure which file is the homepage. Please please give me some advice. Kind Regards Elaine Edited October 15, 2014 by Elaine Leung (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 17, 2014 Share Posted October 17, 2014 in cases like that i use module like html box or content box i paste verification code to the box, select "header" as a place where i want to display contents and that's all. Link to comment Share on other sites More sharing options...
Elaine Leung Posted October 18, 2014 Author Share Posted October 18, 2014 Dear Vekia Thank you for the html box. It works and I am Kind Regards Elaine Link to comment Share on other sites More sharing options...
Recommended Posts