Jump to content

Como Inserir Codigos do Google Search Console em arquivo .TPL? Como Editar ?


Recommended Posts

Boa tarde estou precisando de ajuda uso meu site em plataforma Prestashop ,e tenho que inserir o codigo de confirmação de acordo o exemplo abaixo  : 

<html>
<head>
<meta name="google-site-verification" content="VqDdgP4ix6qAO9ks71cGqJFQaVVqAmkoKKWCuv_8L9E" />
<title> Meu título </title>
</head> 
<body>
conteúdos da página
</body>
</html>
 
 
 
Este código abaixo e o meu arquivo em .tpl e e o footer.tpl e não consigo inserir porque não consigo enxergar o Head ? 
Alguém pode me ajudar por favor ?? 
Aguardo resposta 
Inicio do Arquivo : 
 
{*
 
* 2007-2013 PrestaShop
 
*
 
* NOTICE OF LICENSE
 
*
 
* This source file is subject to the Academic Free License (AFL 3.0)
 
* that is bundled with this package in the file LICENSE.txt.
 
* It is also available through the world-wide-web at this URL:
 
 
* If you did not receive a copy of the license and are unable to
 
* obtain it through the world-wide-web, please send an email
 
* to [email protected] so we can send you a copy immediately.
 
*
 
* DISCLAIMER
 
*
 
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 
* versions in the future. If you wish to customize PrestaShop for your
 
* needs please refer to http://www.prestashop.com for more information.
 
*
 
*  @author PrestaShop SA <[email protected]>
 
*  @copyright  2007-2013 PrestaShop SA
 
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 
*  International Registered Trademark & Property of PrestaShop SA
 
*}
 
 
 
{if !$content_only}
 
</div>
 
 
 
<!-- Right -->
 
<aside id="right_column"  class="span3 column right_home">   
 
              {$HOOK_RIGHT_COLUMN}
 
</aside>
 
</div>
 
</div>
 
     </div>
 
<div class="footer-bg-mob">
 
    <footer class="container ">
 
       <div class="row modules">
 
           {$HOOK_FOOTER}
 
      </div>
 
    </footer> 
 
</div>          
 
</div>
 
</div>
 
 
 
  {/if}
 
 
 
<script type="text/javascript">
 
/* <![CDATA[ */
 
var google_conversion_id = 990279403;
 
var google_custom_params = window.google_tag_params;
 
var google_remarketing_only = true;
 
/* ]]> */
 
</script>
 
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
 
</script>
 
<noscript>
 
<div style="display:inline;">
 
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/990279403/?value=0&guid=ON&script=0"/>
 
</div>
 
</noscript>
 
 
 
</body>
 
</html>
 

 

Link to comment
Share on other sites

O ficheiro deverá ser header.tpl. A posição do código deverá ficar uma linha antes de fechar o tag </head>

 

Só que o código que vc menciona não tem nada a haver com a barra de busca (título do seu tópico), ou seja Google search, mas sim com a verificação do seu site.

 

A barra de busca Google (GSC ou seja Google Search Console) no seu site possue um código totalmente diferente: https://cse.google.com/cse/

Edited by selectshop.at (see edit history)
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...