Jump to content

Проблема с микроразметкой


Recommended Posts

Уважаемые господа! 

 

Подскажите пожалуйста как исправить косяк в микроразметке:

 

Есть страница http://www.elektronnye-sigarety.com/articles

 

В шаблоне index.tpl прописано <meta property="og:url" content="{$config->root_url}{$canonical}"/>

 

При просмотре кода страница это отображается вот так 

<meta property="og:url" content="http://www.elektronnye-sigarety.com/blog"/>

 

Что нужно сделать чтобы в микроразметке выводился правильный урл http://www.elektronnye-sigarety.com/articles

Link to post
Share on other sites
  • 3 weeks later...

Занимался темой сниппетов.

{* Хлебные крошки *}
<div id="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#">
    <ol class="breadcrumb patchLine">
            <li><span typeof="v:Breadcrumb"><a href="{$config->root_url}/" rel="v:url" property="v:title">Головна</a></span></li>
            {foreach from=$category->path item=cat}
                <li><span typeof="v:Breadcrumb"><a href="catalog/{$cat->url}" rel="v:url" property="v:title">{$cat->name|escape}</a></span></li>
            {/foreach}
            {if $brand}
                <li><span typeof="v:Breadcrumb"><a href="catalog/{$cat->url}/{$brand->url}" rel="v:url" property="v:title">{$brand->name|escape}</a></span></li>
            {/if}
    </ol>
</div>
{* Хлебные крошки #End *}
 
В таком виде отлично понимаются гуглом и яндексом. 
 
может кому пригодится..
Link to post
Share on other sites
  • 1 month later...

Уважаемые господа! 

 

Подскажите пожалуйста как исправить косяк в микроразметке:

 

Есть страница http://www.elektronnye-sigarety.com/articles

 

В шаблоне index.tpl прописано <meta property="og:url" content="{$config->root_url}{$canonical}"/>

 

При просмотре кода страница это отображается вот так 

<meta property="og:url" content="http://www.elektronnye-sigarety.com/blog"/>

 

Что нужно сделать чтобы в микроразметке выводился правильный урл http://www.elektronnye-sigarety.com/articles

Для начала в контейнер <html> нужно добавить

prefix="og: http://ogp.me/ns#"
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...