- Posts: 37
COMMUNITY FORUM
k2 categories as breadcrumbs in rich snippets
- Eduardo
-
Topic Author
- Offline
- Junior Member
Less
More
12 years 9 months ago #100768
by Eduardo
k2 categories as breadcrumbs in rich snippets was created by Eduardo
Hello all.
I've built a review site using k2 categories and items, nicely divided into logical categories for the users.
My kingdom to whoever can teach me how to get these categories to display as breadcrumbs in SERPs as rich snippets. I have tried many ways, and nothing seems to work.
Thanks for your time.
My site at:
www.sipi.com.sv
I've built a review site using k2 categories and items, nicely divided into logical categories for the users.
My kingdom to whoever can teach me how to get these categories to display as breadcrumbs in SERPs as rich snippets. I have tried many ways, and nothing seems to work.
Thanks for your time.
My site at:
www.sipi.com.sv
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
12 years 9 months ago #100769
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: k2 categories as breadcrumbs in rich snippets
Hi. To add breadcrumbs you can use the K2 Tools module.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Eduardo
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
12 years 9 months ago #100770
by Eduardo
Replied by Eduardo on topic Re: k2 categories as breadcrumbs in rich snippets
Easy enough, but will the breadcrumbs get displayed as rich snippets in google, bing and yahoo search results ?
Please Log in or Create an account to join the conversation.
- Eduardo
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
12 years 2 months ago #100771
by Eduardo
Replied by Eduardo on topic Re: k2 categories as breadcrumbs in rich snippets
To anyone interested:
The markup I ended up using to get google to show breadcrumbs on its search results is this:
<div href="http://rdf.data-vocabulary.org/#" target="_blank" rel="nofollow noopener noreferrer">rdf.data-vocabulary.org/#">
<p>Category:<span typeof="v:Breadcrumb"><a href="CategoryA-URL" rel="v:url" property="v:title"> CategoryA</a> ›</span><span typeof="v:Breadcrumb"><a href="CategoryB-URL" rel="v:url" property="v:title"> CategoryB</a> </span></p>
</div>
Done with that markup, google recognizes the breadcrumb path and will display it in it's SERP.
The markup I ended up using to get google to show breadcrumbs on its search results is this:
<div href="http://rdf.data-vocabulary.org/#" target="_blank" rel="nofollow noopener noreferrer">rdf.data-vocabulary.org/#">
<p>Category:<span typeof="v:Breadcrumb"><a href="CategoryA-URL" rel="v:url" property="v:title"> CategoryA</a> ›</span><span typeof="v:Breadcrumb"><a href="CategoryB-URL" rel="v:url" property="v:title"> CategoryB</a> </span></p>
</div>
Done with that markup, google recognizes the breadcrumb path and will display it in it's SERP.
Please Log in or Create an account to join the conversation.