The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[SEO] Add Microdata Breadcrumbs Details »» | |||||||||||||||||||||||||||||
Hello.
Before you find out what this mod does, you need to have some knowledge of Microdata. Now its time to take advantage of this wonderful feature; and we will label our breadcrumbs to describe it's type to Google for better understanding and to presenting your site better in Google search result. In order add microdata tags in our breadcrumb here is what we need to do: (please take backup of your template before performing following steps) Step 1: Find and Replace everything in navbar_link template with the following code: Code:
<vb:if condition="$show['breadcrumb']"> <div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li> </div> <vb:else /> <div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit lastnavbit"><span><span itemprop="title">{vb:raw nav_title}</span></span></li> </div> </vb:if> Code:
Hit Save button !! Also check following articles for better understanding: http://support.google.com/webmasters...8472&ctx=topic http://support.google.com/webmasters...8472&ctx=topic http://support.google.com/webmasters...8472&ctx=topic Thank You Download Now
Screenshots
Show Your Support
|
14 благодарности(ей) от: | ||
Abhik, apaydin2148, eTiKeT?, Filgga, heyzeus909, iiioroh, JamalFree, Randhal007, RichieBoy67, sacobra, StormBreaker, xertox, zero477 |
Comments |
#32
|
|||
|
|||
Giving it a try,..will check back
|
#33
|
|||
|
|||
Well it seems to be propagating on my serps.
I noticed it hasnt yet for threads or profiles yet. Google reports for threads: Warning: Itemtype not recognized. I havent determined if this hasnt returned any visitor results improvements yet. But I like how it looks so far. |
#34
|
|||
|
|||
Bump,... so this works for threads? or am I not seeing it right.
|
#35
|
|||
|
|||
its easy , replace this:
Code:
<vb:if condition="$show['breadcrumb']"> <li class="navbit"><a href="{vb:raw nav_url}">{vb:raw nav_title}</a></li> <vb:else /> <li class="navbit lastnavbit"><span>{vb:raw nav_title}</span></li> </vb:if> Code:
<vb:if condition="$show['breadcrumb']"> <div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li> </div> <vb:else /> <div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit lastnavbit"><span><span itemprop="title">{vb:raw nav_title}</span></span></li> </div> </vb:if> |
#36
|
|||
|
|||
Quote:
I have had this installed for weeks but it doesnt seem to be applying to threads. And after testing a thread link with this tool... http://www.google.com/webmasters/tools/richsnippets I get this as a result,... Quote:
I would expect a result like this,.. Website > Catagory > Threadname So what am I not understanding? |
#37
|
|||
|
|||
Great very nice !!
|
#38
|
|||
|
|||
Thanks!! magnific!!
|
#39
|
|||
|
|||
Quote:
Example |
#40
|
|||
|
|||
Quote:
Code:
<vb:if condition="$show['breadcrumb']"> <span itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li> </span> <vb:else /> <span itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit lastnavbit"><span><span itemprop="title">{vb:raw nav_title}</span></span></li> </span> </vb:if> |
#41
|
|||
|
|||
Quote:
|
Благодарность от: | ||
smirkley |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|