Skip to content

Instantly share code, notes, and snippets.

View nicolaslule's full-sized avatar

Nicolas Lule nicolaslule

View GitHub Profile
@nicolaslule
nicolaslule / gist:5a53039b516584a7ece91541247ed86b
Last active August 15, 2018 16:37
Review page using JSON-LD
<script type="application/ld+json">
[
{"@context":"https://schema.org",
"@type":"LocalBusiness",
"name":"reviews",
"url":"https://homeandgardenlawncare.com/reviews/",
"aggregateRating":{"@type":"AggregateRating",
"ratingValue":5,
"reviewCount":3,
"bestRating":5,"worstRating":1},
@nicolaslule
nicolaslule / gist:4f1fb162d9d82757532aa20128273245
Last active August 15, 2018 14:23
Local business aggregate rating example.
<div itemscope itemtype="http://schema.org/LocalBusiness">
<meta content="Home And Garden Lawn Care" itemprop="name">
<meta content="$25-$45" itemprop="priceRange">
<meta content="https://homeandgardenlawncare.com/wp-content/uploads/2017/12/cute-lawn-care-background.jpg" itemprop="image">
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<h2><span itemprop="name">Home And Garden Lawn Care</span></h2>
<div>
<span>Rating <span itemprop="ratingValue">5.0</span> / 5 out of <span itemprop="reviewCount">3</span> Reviews
</span>
</div>
@nicolaslule
nicolaslule / html
Last active August 15, 2018 02:54
Head meta tags for local SEO
<meta name="description" content="Lawn Care and Landscaping Services for Joliet and surrounding towns. Mowing, Aeration, Dethatching, Mulch, Fertilizer.">
<meta name="keywords" content="Joliet Lawn Care, Joliet Lawn Service, Joliet Lawn Mowing, Joliet Core Aeration, Joliet Lawn Dethatching, Power Raking Service, Joliet Fertilizer Companies, Joliet Grass Cutting Service">
<title>Joliet Lawn Care Service | Lawn Maintenance In Joliet, IL</title>
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode":"60603",
"streetAddress": "100 S State St"