Total Pageviews

Wednesday, April 25, 2018

Adding Schema.org Mark-up to Your Footer

You can take your data you have from above and change it with Schema.org increase to give significantly more precise data to web crawlers.
Adding Schema.org Mark-up


From this… .

<div>

<p> © Copyright 2006-2016 MBSA Marketing LTD exchanging as Hobo, Company No. SC536213 | VAT No. 249 1439 90 <br>

68 Finnart Street, Greenock, PA16 8HJ, Scotland, UK | TEL: 0800 689 0293<br>

Business hours are 09.00 a.m. to 17.00 p.m. Monday to Friday - Local Time is <span id="time">9:44:36</span> (GMT)

</p>

</div>

… to this.

<div>

<div itemscope="" itemtype="http://schema.org/LocalBusiness">

© Copyright 2006-2016 <span itemprop="name">Hobo</span>

<div itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">

ADDRESS:

<span itemprop="streetAddress">68 Finnart Street</span>,

<span itemprop="addressLocality">Greenock</span>,

<span itemprop="addressRegion">Scotland</span>,

<span itemprop="postalCode">PA16 8HJ</span>,

<span itemprop="addressCountry">GB</span> |

TEL: <span itemprop="telephone">0800 689 0293</span> |

EMAIL: <a href="mailto:info@hobo-web.co.uk" itemprop="email">info@hobo-web.co.uk</a>.

</div>

<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">

<meta itemprop="latitude" content="55.9516">

<meta itemprop="longitude" content="4.7725">

</span>

<span>Company No. SC536213</span> |

VAT No.<span itemprop="vatID">249 1439 90</span> |

Business hours are <time itemprop="openingHours" datetime="Mo,Tu,We,Th,Fr 09:00-17:00">09.00 a.m. to 17.00 p.m. Monday to Friday</time>

Neighborhood Time is <span id="time">9:46:20</span> (GMT)

</div>

<span class="rating-desc" itemscope="" itemtype="http://schema.org/Product">

<span itemprop="name">Hobo Web SEO Services</span>

<span itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating"> Rated <span itemprop="ratingValue">4.8</span>/5 in view of <span itemprop="reviewCount">11</span> surveys. | <a class="ratings" href="https://plus.google.com/b/113802450121722957804/113802450121722957804/about/p/pub?review=1">Review Us</a> </span>

</span>

</div>

Tip: Note the code close to the finish of the above illustration, in the event that you are thinking about how to get yellow star appraisals in Google comes about pages.

I got yellow stars in Google inside a couple days of adding the code to my site layout – straightforwardly connecting my site to data Google as of now has about my business.

Additionally – you can change that connection to plus.google.com to interface specifically to your REVIEWS page on Google Plus to urge individuals to survey your business.

Presently you can have a site footer that helps your business conform to UK Law, is more usable, naturally upgrades the copyright see year – and helps your site stand out in Google SERPs.


Star Tip – Now you know the fundamentals, consider executing rich pattern utilizing a much cleaner technique called JSON-LD!

No comments:

Post a Comment

Thanks for commenting my post