Sie sind hier: Individuelle Lösungen » DotNetNuke-Module » BMS SEO BreadCrumb
Register  |  Login

BMS SeoBreadCrumb

A breadcrumb trail is a set of links (breadcrumbs) that can help a user understand and navigate your site's hierarchy. Google published its own breadcrumb markup so Google can use the data in the snippet.

The Code for this page (without markup) would be look like:

<A HREF=”/” CLASS=”Navi”>business media solutions</A> &gt;
<a href=”/reisen.php” class=”Navi”>DNN Modules</a> &gt;
<b> SEO BreadCrumb </b>

Using the Google breadcrumb markup, the code for the breadcrumb have to look like:

<div itemscope itemtype=”http://data-vocabulary.org/Breadcrumb”>
<a href=”http://www.business-media-solutions.de/” itemprop=”url”>
<span itemprop=”title”>business-media-solutions.de</span>
</a> &gt;
</div>

<div itemscope itemtype=”http://data-vocabulary.org/Breadcrumb”>
<a href="http://www.business-media-solutions.de/DNNModuls" itemprop=”url”>
<span itemprop=”title”>DNN Modules </span>
</a> &gt;
</div>

Detailed Informations about this can be found in the webmaster central.

And this is what BMS SEOBreadCrumb for DNN5 does for you. Just install the SkinObject und integrate it into your templates as a SkinObject. All parameters are the same as they are in the standard DNN breadcrumb. All you have to do is to add  the reference in your template and change the name of the skinobject: 

<%@ Register TagPrefix="dnn" TagName="SEOBREADCRUMB" Src="/Portals/0/~/DesktopModules/seobreadcrumb/seobreadcrumb.ascx" %>

<dnn:SEOBREADCRUMB runat="server" id="dnnBREADCRUMB" CssClass="Breadcrumb" RootLevel="0" Separator="&nbsp;&raquo;&nbsp;" /> 

Note: In your css you have to add an additional "display:inline" for the new div-Containers:
#bread_style div {display:inline;}

You can find the download of the SkinObject on the right.

Ihr Kontakt.
Persönlich und direkt.

Rufen Sie uns an - oder schreiben Sie eine eMail. Gerne beraten wir Sie ganz unverbindlich:

0731/977 4570-10
mail@business-media-solutions.de