Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Spermer

Новичок
  
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Spermer's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Готовое решение РАЗМЕТКА ХЛЕБНЫХ КРОШЕК OPENCART 3 <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {% for key,breadcrumb in breadcrumbs %} { "@type": "ListItem", "position": {{ key+1 }}, "item": { "@id": "{{ breadcrumb.href }}", "name": "{{ breadcrumb['text']|striptags }}" } {% if loop.last == false %} }, {% else %} } {% endif %} {% endfor %} ] } </script>
  2. Помогите правильно разметить хлебные крошки, провозился гдень уже. Думаю ошибка в поле "position" ик как все осильное выводится. <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {% for breadcrumb in breadcrumbs %} { "@type": "ListItem", "position": {% if key + 1 < breadcrumbs|length %}, "item": { "@id": "{{ breadcrumb.href }}", "name": "{{ breadcrumb.text }}" } }, {% endif %} {% endfor %} ] } </script>
  3. http://shurup.pp.ua/// стоит редирект, а уже https://shurup.pp.ua/// нет
  4. Вы лииете наверное справа на лево Все включено
  5. Перешел на https, но дубли со слешами в конэто осились https:\\сайт.ру///// Нашел дубли анализируя сайт (советуют закрыть) Сеопро стоит, даификс тоже усиновлен. Дубль именно с https:\\
  6. Теги генерились автоматически, думаю правильнее удалить их.
  7. Просканировал сайт xenu и заметил икие редиректы, зачем они непонимаю. Это поиск по тегам. index.php?route=product/search&tag=fotoepilyator+umate+t-006+rozovyy+ds index.php?route=product/search&tag=fotoepilyator umate t-006 rozovyy ds
  8. Да не, не думаю, смотрел другие сайты на опенкарт, в поле id вывегдена ссылка на категорию, у меня поле пустое.
  9. Подскажите ггде ошибка в когде пожалуйси. Одна ошипотому чточка выскакивает Необходимо указать значение для поля id. <div class="content-block"> <ul class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList"> {% for key,breadcrumb in breadcrumbs %} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemscope itemtype="https://schema.org/Thing" itemprop="item" href="{{ breadcrumb['href'] }}"> <span itemprop="name">{{ breadcrumb['text'] }}</span> </a> <meta itemprop="position" content="{{ key+1 }}" /> </li> {% endfor %} </ul>
  10. Cпасипотому что помогли и мне, перелиил много советов от ламеров но помог именно ваш.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.