der_Mausbiber: Welches Schema sollte ich nehmen? LocalBusiness/Organization/WebPage/Article?

Beitrag lesen

problematische Seite

Das lese ich da so nicht raus: “Structured data markup is most easily represented in JSON-LD format.”

Da steht aber etwas weiter unten auch :

JSON-LD is the recommended format. Google is in the process of adding JSON-LD support for all markup-powered features. The table below lists the exceptions to this. We recommend using JSON-LD where possible.

Okay, letztendlich ist es wohl egal und ja, die doppelten Angaben im Quelltext nerven. Aber wie gesagt, wenn ich den Footer mit LocalBusiness bestücke, dann habe ich Probleme beim Teilen über Google+.

Quellcode footer:

	<footer class="container">
        <div class="row">
            <div class="col-xs-12">
                <div class="shariff" data-theme="grey" data-services="[&quot;facebook&quot;,&quot;googleplus&quot;,&quot;pinterest&quot;,&quot;qzone&quot;,&quot;xing&quot;,&quot;linkedin&quot;]"></div>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-12" itemscope itemtype="http://schema.org/LocalBusiness">
                <div class="pull-left"><p>&copy; 2012 <span itemprop="name">Rink GmbH</span>  &middot; </p></div>
                
                <div class="pull-left-none" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><p>
                    <span itemprop="streetAddress">  Altenberger Straße 53</span>  &middot;
                    <span itemprop="postalCode">35576</span> 
                    <span itemprop="addressLocality">  Wetzlar</span> <br class="visible-xs-block">
                    <span class="visible-sm-inline visible-md-inline visible-lg-inline">  &middot; </span>Telefon <span itemprop="telephone">06441 5571</span>  &middot;  
                    Telefax <span itemprop="faxNumber">06441 5994</span>
                </p></div>
                
                
                <div class="pull-right"><p><a title="Impressum Rink GmbH Wetzlar" href="impressum">Impressum</a> &middot; <a title="Datenschutzerklärung und Privatsphäre" href="datenschutz">Datenschutz</a></p></div>
            </div>
        </div>
	</footer>

Was müsste ich hier ändern, damit er beim Teilen nicht mehr "Rink GmbH" als Überschrift nimmt, sondern das was bei og:title angegeben ist.