Schema.org Breadcrumbs

Hi there,

I have put this code together for my breadcrumbs using shema.org. Does it look ok to you guys?

<div class="container-fluid breadcrumbs hidden-xs">
         <div class="container">
         <div itemscope itemtype="http://data-vocabulary.org/BreadcrumbList">
            <a href="./" itemprop="url"><span class="fa fa-home"></span><span itemprop="title">Home</span></a> / <a href="./"><span itemprop="title">Services</span></a> / <span itemprop="title">Website Design</span></a>
         </div>
         </div>
      </div>

thanks!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.