Meta tagi
Data zgłoszenia: 15 02 2011
Status: Rozwiazany
Wersja systemu: 1.0.1
Priorytet: Wysoki
Autor: mp3-10
Witam! Źle są zakodowane miejsce na metatagi, co powoduje, że google twierdzi, że nie ma DESCRIPTION oraz KEYWORDS Rozwiazałem problem z meta tagami: W pliku design/_tpl/frontend/core/header.tpl zamieniłem: {$SHOP_NAME} http://verison.pl"/> NA: {$SHOP_NAME} http://verison.pl"/>

Komentarze
Autor: mp3-10
Data: 16 02 2011
Na forum pojawia się rozwiązanie, a tu obcięło
Rozwiazałem problem z meta tagami:
W pliku design/_tpl/frontend/core/header.tpl
zamieniłem:
<!-- begin: Meta information -->
<title>{if $metadata.keyword_title != ‘’}{$metadata.keyword_title} : {/if}{$SHOP_NAME}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Author" content="Verison; http://verison.pl"/>
<meta http-equiv="Description" content="{$metadata.keyword_description}"/>
<meta http-equiv="Keywords" content="{$metadata.keyword}"/>
<meta name="robots" content="all" />
<meta name="revisit-after" content="3 Days” />
<meta http-equiv="content-language" content="{$languageCode|substr:0:2}">
<link rel="shortcut icon” href="{$URL}favicon.ico"/>
<!-- end: Meta information -->
NA:
<!-- begin: Meta information -->
<title>{if $metadata.keyword_title != ‘’}{$metadata.keyword_title} : {/if}{$SHOP_NAME}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Author" content="Verison; http://verison.pl"/>
<meta name="description" content="{$metadata.keyword_description}"/>
<meta name="keywords" content="{$metadata.keyword}"/>
<meta name="robots" content="all" />
<meta name="revisit-after" content="1 Day” />
<meta http-equiv="content-language" content="{$languageCode|substr:0:2}">
<link rel="shortcut icon” href="{$URL}favicon.ico"/>
<!-- end: Meta information -->
