Advertisement:

Author Topic: Breadcrumbs issue  (Read 1093 times)

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Breadcrumbs issue
« on: July 06, 2015, 08:20:44 pm »
Hello. I was looking at the breadcumbs and i noticed something really strange
Code: [Select]
<ul class="breadcrumb">
<li class="first-child" itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="">
<a itemprop="url" href="https://demo.osclass.org/cars/">
<span itemprop="title">Acme Inc.</span>
</a>
</li>
<li itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="">
»
<a itemprop="url" href="https://demo.osclass.org/cars/index.php?page=search&sCategory=33">
</li>
<li class="last-child" itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="">
»
<span itemprop="title">Saab 95 2.3turbo 170cv</span>
</li>
</ul>

That can be see when you view for instance https://demo.osclass.org/cars/index.php?page=item&id=620

So, what's with these itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="" ?

They are specific to the template or to the osclass script?