Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Rich Snippet Breadcrumbs problem?

shashashasha New
edited February 2014 in Vanilla 2.0 - 2.8

This is one of the vanilla forum with rich snippet when i checked the source I found below code.

<div class="Tabs DiscussionTabs"><span class="Breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span class="CrumbLabel HomeCrumb"><a href="http://example.com/" itemprop="url"><span itemprop="title">Home</span></a></span> <span itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span class="Crumb">›</span> <span class="Category-general"><a href="//example.com/categories/general" itemprop="url"><span itemprop="title">General</span></a></span> </span></span> <span class="Breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><span class="Crumb"> &rsaquo; </span><span itemprop="title">Want to show snippet</span></span></div>

I tried modifying mine but my results were this when looking at the source code.

<div id='Breadcrumbs' itemscope itemtype="http://data-vocabulary.org/Breadcrumb" itemprop="url"><span class="Breadcrumbs"><span class="CrumbLabel"><a href="/">Home</a></span> <span class="Crumb">&raquo;</span> <span class="CrumbLabel"><a href="/categories/general">General</a></span> </span></div>

Rich snippet breadcrumbs are not showing on google serps. What changes should I do to make it work. :\

Thanks

Comments

Sign In or Register to comment.