Um Webseite bei Google zu bestätigen muss ich folgendes machen.
Fügen Sie das HTML-Tag in den HTML-Code der Startseite Ihrer Website ein. Es muss im Abschnitt <head> vor dem ersten <body>-Abschnitt stehen.
<meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" />
Ich habe <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> so in die header.tpl Datei unter Verzeichniss ( templates\Flex\layout\header.tpl ) eingefügt.
<head>
{block name="head-meta"}
<meta http-equiv="content-type" content="text/html; charset={$smarty.const.JTL_CHARSET}">
<meta name="description" itemprop="description" content="{block name="head-meta-description"}{$meta_description|truncate:1000:"":true}{/block}">
<meta name="keywords" itemprop="keywords" content="{block name="head-meta-keywords"}{$meta_keywords|truncate:255:"":true}{/block}">
<meta name="template" content="Themeart.de" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="{if $bNoIndex === true || (isset($Link->cNoFollow) && $Link->cNoFollow === 'Y')}noindex{else}index, follow{/if}">
<meta itemprop="image" content="{$ShopURL}/{$ShopLogoURL}" />
<meta itemprop="url" content="{$cCanonicalURL}"/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="{$meta_title}" />
<meta property="og:title" content="{$meta_title}" />
<meta property="og:description" content="{$meta_description|truncate:1000:"":true}" />
<meta property="og:image" content="{$ShopLogoURL}" />
<meta property="og:url" content="{$cCanonicalURL}"/>
<meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" />
{/block}
<title itemprop="name">{block name="head-title"}{$meta_title}{/block}</title>
Nach dem Hochladen auf den Server <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> verschwindet.
Wie kann ich <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> in Head Bereich einfügen?
Im JTL Shop Version 4.6 sind folgende Temlates installiert.
Fügen Sie das HTML-Tag in den HTML-Code der Startseite Ihrer Website ein. Es muss im Abschnitt <head> vor dem ersten <body>-Abschnitt stehen.
<meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" />
Ich habe <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> so in die header.tpl Datei unter Verzeichniss ( templates\Flex\layout\header.tpl ) eingefügt.
<head>
{block name="head-meta"}
<meta http-equiv="content-type" content="text/html; charset={$smarty.const.JTL_CHARSET}">
<meta name="description" itemprop="description" content="{block name="head-meta-description"}{$meta_description|truncate:1000:"":true}{/block}">
<meta name="keywords" itemprop="keywords" content="{block name="head-meta-keywords"}{$meta_keywords|truncate:255:"":true}{/block}">
<meta name="template" content="Themeart.de" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="{if $bNoIndex === true || (isset($Link->cNoFollow) && $Link->cNoFollow === 'Y')}noindex{else}index, follow{/if}">
<meta itemprop="image" content="{$ShopURL}/{$ShopLogoURL}" />
<meta itemprop="url" content="{$cCanonicalURL}"/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="{$meta_title}" />
<meta property="og:title" content="{$meta_title}" />
<meta property="og:description" content="{$meta_description|truncate:1000:"":true}" />
<meta property="og:image" content="{$ShopLogoURL}" />
<meta property="og:url" content="{$cCanonicalURL}"/>
<meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" />
{/block}
<title itemprop="name">{block name="head-title"}{$meta_title}{/block}</title>
Nach dem Hochladen auf den Server <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> verschwindet.
Wie kann ich <meta name="google-site-verification" content="w61fyQ8tZZdvJIJITLutalB1j6zeYwwdd-sppsvsGs" /> in Head Bereich einfügen?
Im JTL Shop Version 4.6 sind folgende Temlates installiert.