MENUMENU
  • Services
    • Services
      • Search Engine Optimization
      • International Search Marketing
      • Local Search Marketing
      • Pay Per Click Advertising
      • Social Media Marketing
      • Email Marketing
      • Conversion Rate Optimization
      • Public Relations
      • Website Design & Development
      • Reporting & Analytics
      • Amazon Marketing Services
      • Digital Marketing Strategy
      • Franchise Marketing
  • Case Studies
  • About Us
    • About Ignite Visibility
      • Our Story
      • Clients
      • Our Values
      • Diversity & Inclusion
      • Our Team
      • UCSD Extension Courses
      • Careers
  • Thought Leadership
      • Our Blog
      • Podcast
      • SEO: The Movie
      • Social Media Marketing: The Movie
      • Book: The Forecaster Method
      • Attend Our Next Digital Marketing Event
  • Contact
  • 619.752.1955
Home / Local SEO / JSON-LD SEO, What Is Jason-LD And How It Impacts SEO

JSON-LD SEO, What Is Jason-LD And How It Impacts SEO

February 5, 2020 By John E Lincoln

Confused about JSON-LD? You’re not alone.

This little acronym plays a pretty major role in Google’s ability to index your content.

In this article, I’ll explain JSON-LD SEO, why it’s important, and how you can use it.

JSON-LD

What Is JSON-LD Code?

JSON-LD (JavaScript Object Notation for Linked Data) offers a simpler means to create machine-readable data from websites to promote search results.

In simpler terms, it delivers more easily indexable content to search crawlers like Googlebot.

JSON-LD offers syntactic simplicity found with the traditional JSON, but offers more inherent meaning.

As a result, Google and Bing are embracing JSON-LD because structured data allows developers to easily organize and connect data. This creates a better website in the eyes’ of humans and Google.

The light-weight data format will enhance a website’s performance as all data is seamlessly linked across the internet.

Where Does JSON-LD Schema Go?

Unlike microdata, RDF, or microformats, JSON-LD is embeddable in a <script> in the page’s <head> and just about anywhere else instead of having to be present in the page’s <body>.

<script type=“application/ld+json”>

{your code}

</script>

JSON-LD Nesting

Nesting is the term used to define the information that is organized in layers. This is an important component for accurately marking up Schema.org JSON-LD.

JSON-LD nesting

Source

Nesting in JSON-LD starts with the item property which specifies the item type. The item properties will belong to item types that are unique.

For example, an item property “name” can be an event name, person name, or name of a place. In the example below, the name of the performer and venue are both nested.

JSON-LD nesting example

Source

In the first item type, (ex. Performer) you would first match it with the item property (ex. actor, director, singer). The item property is then identified by opening curly brackets with the new item type (“@type”:) and attribute/value data.

Why is JSON-LD Schema Important for SEO?

JSON-LD harnesses more power for people who publish and access information on the internet. It’s simpler for people to read and write, and creates a network of standards for machine-readable data from websites to promote the indexing process.

Think of it as a spider web of sorts. An application begins at one piece of Linked Data and then is followed to other pieces of Linked Data from embedded links that are hosted on different websites to promote search results.

“High quality structured data must not create a misleading or deceptive experience for search users,” says Google. “It should be an accurate reflection of the topic and content already found on the page, such as text, images, and videos.”

With the foundation of the existing JSON format, developers are able to easily transform their current JSON to JSON-LD to better describe the content of their website to search engines. Search engines are then able to more effectively understand your webpages and feature your content more relevantly through simplified web development.

What’s the difference between JSON-LD and JSON?

JSON-LD is very similar to the traditional JSON, but it offers a few more benefits that are directly derived from schema.org compatibility.

JSON, by itself, stands for “JavaScript Object Notation.” It’s a data format that’s easily readable by humans and computers alike.

By the way, in case you’re unfamiliar with JavaScript, it’s a software programming language that’s often used for websites. Generally, JavaScript does a lot of the “heavy lifting” in terms of handling UI logic.

For example, if you press a button on a website, it’s likely that some JavaScript code will handle the task that’s supposed to occur when you press the button.

The reason JSON uses “JavaScript” in its acronym is because the data format was designed for JavaScript. It’s often the case that when JavaScript makes web service calls under the covers, it will expect data in JSON format.

If this all sounds like too much “geek speak” for you, then it’s probably best to outsource your JSON-LD efforts to a qualified web developer. Otherwise, you could do more harm than good to your website.

JSON-LD allows you to provide more in-depth and consistent web components. The data is better absorbed by search engines to improve page indexing, which may result in search results displaying rich snippets.

Since schema.org basically does the hard work for you, there’s no need to learn a new structure. Instead, you’re able to build a more complex system using compatible web components to create developer and search engine-friendly data.

How does JSON-LD work?

Now that I’ve answered the question “What is JSON-LD?”, let’s take a look at how it works.

The data from your webpage is used in a structured means with schema.org vocabulary that has been imbedded into your webpages with a JSON-LD snippet.

When combined with custom Web Components to define a distinctive aspect of the user interface and a Custom Element to define the behavior of your Web Component, you’re able to share and reuse across other webpages to simplify website development.

However, Google offers a word of warning, saying, “In general, Google won’t display any content in rich snippets that is not visible to human users. Google will ignore content that isn’t visible to human users, so you should mark up the text that visitors will see on your webpages.”

Since Web Components and JSON-LD for SEO compliment one another, the Custom Element functions work as the presentation layer while the JSON-LD functions work as the data layer. So, human visitors will easily view your information while Googlebots are better able to retrieve information for indexing.

You can think of JSON-LD as metadata. In other words, it’s data about data.

In the case of your web page, the JSON-LD code tells Googlebot a little more info about the contents of your web page. That way, the search algorithm will know when to surface it in response to a specific user query.

Common JSON-LD Schema Mistakes

If you’re having trouble getting your markup validated, then you could be facing some common JSON-LD mistakes. Did you:

  • Check your Syntax – “ ” is not the same as ” “. One is curly, and one is straight.
  • Only use the allowed vocabulary – Schema.org lists the required/allowed properties within the item type specifications.
  • Include all annotated information – information that is not on the page, but is annotated, will most likely not appear in search results.
  • Check your formatting – Copy/pasting from Microsoft software like Word and Excel can create added style formatting that could break your markup.

What changes Will I See?

Google supports JSON-LD syntax for company logos, contacts, social profile links, events in Knowledge Graph, event rich snippets, and site link search boxes.

With structured markup, you’re able to alert Google to the types of content on your site, then direct Google where to take the internet user when they perform a search. This is very beneficial for featuring events in the knowledge graph because you can promote ticket sales and location-based events easier and more effectively.

In addition, businesses can use structured data to markup and modify how social networks are displayed in the knowledge box.

Google will recognize social profiles when you publish a markup on a page within your website that’s unblocked by Googlebots. However, be sure to include a person or organization in the markup by specifying your website’s URL or the URLs of your social media profiles. Then, insert the script anywhere on your page for Google to start indexing and displaying your profiles in the search results.

Google is working to support other features in the future as development grows.

JSON-LD SEO: Testing Your Structured Data

To test how if your structured data is effective, use Google’s Structured Data Testing tool to help your content get discovered higher in search results.

JSON-LD: use Google's structured data testing tool

JSON-LD: use Google’s structured data testing tool

You can also take a look at Google’s in-depth documentation on structured data for more information and a thorough guide to enabling it.

Wrapping Up JSON-LD

JSON-LD is just another reason the world of SEO is diversifying to promote the search experience for internet users as search engines provide more relevant results. From a business stand point, you’re able to leverage JSON-LD in your favor to paint a clearer picture of your site’s content to allow Google to more relevantly index your content to increase visibility. It’s a simple and effective means to boost your ranking by transitioning your existing data.

Now is the time to start linking your data with JSON-LD for better indexing with the next generation of search engine communication tools.

JSON-LD Frequently Asked Questions

1.🤔What is JSON-LD schema markup used for?

Using JSON-LD markup helps to improve a website’s representation in search engine positioning. JSON-LD markup allows you to markup data for the knowledge graph rich snippets, display site search in SERPs and markup different types of events.

2.🧐 Should I use JSON-LD schema?

If you’re not doing so already, it would be in your best interest to migrate your structured data to JSON-LD format, as it is much easier to use in the long run and is what Google recommends using.

3.☝️Where should I put JSON-LD schema?

JSON-LD can be placed anywhere on a webpage that is fit for schema.org structured data. Usually, it is placed in the head section with other metadata, but it can also be placed near the end near the closing body tag.

About John E Lincoln

John Lincoln (MBA) is CEO of Ignite Visibility (a 2017, 2018, 2019 and 2020 Inc. 5000 company) a highly sought-after digital marketing strategist, industry speaker and author of two books, "The Forecaster Method" and "Digital Influencer." Over the course of his career, Lincoln has worked with over 1,000 online businesses ranging from small startups to amazing clients such as Office Depot, Tony Robbins, Morgan Stanley, Fox, USA Today, COX and The Knot World Wide. John Lincoln is the editor of the Ignite Visibility blog. While he is a contributor, he does not write all of the articles and in many cases he is supported to ensure timely content.

You may also like:


  • SEO Study Reveals the Biggest Investments for 2023
  • Semantic Search
    What is Semantic Search? Does it Matter for SEO in…
  • How to Rank #1 on Google
    How to Rank 1st on Google – SEO for 2023

  • Want To Build A Successful Franchise Marketing Strategy? Here’s How.

Search Here

NEWSLETTER // SIGN UP NOW

About The Editor

John E Lincoln, CEO

John Lincoln is CEO of Ignite Visibility, one of the top digital marketing agencies in the nation and a 6x Inc. 5,000 company. Lincoln is consistently named one of the top marketing experts in the industry. He has been recipient of the Search Engine Land "Search Marketer of the Year" award, named the #1 SEO consultant in the USA by Clutch.co, most admired CEO and 40 under 40. Lincoln has written two books (The Forecaster Method and Digital Influencer) and made two movies (SEO: The Movie and Social Media Marketing: The Movie) on digital marketing. He is a digital marketing strategy adviser to some of the biggest names in business. John Lincoln is the editor of the Ignite Visibility blog. While he is a major contributor, he does not write all of the articles.

LEARN MORE ABOUT JOHN

Contact Us. Let’s Chat!

  • Hidden

Marketing Guides

SEO In 2020: How To Prepare For Major Disruption

"SEO: The Movie" - Have You Seen Our Film? Watch Now

"Social Media Marketing: The Movie" - Have You Seen Our Film? Watch Now

Amazon Seller Central vs Vendor Central

Listen To The Podcast Featuring The Best Minds In Marketing

John Lincoln Interviews Global Director of Digital Marketing & Strategy at Qualcomm, Jessica Jensen

Check Out 227 Free Online Marketing Classes

The 2020 Guide To Dominating SEO With Advanced Schema

Learn More About Our Digital Marketing Agency

Learn More About Our SEO Services

Learn More About Our Paid Media Services

SELECT CATEGORY

Become A Contributor

Interested in writing for Ignite Visibility?

APPLY NOW

Services

  • Search Engine Optimization
  • Pay Per Click Management
  • Conversion Rate Optimization
  • Website Design & Development
  • Social Media Company
  • Public Relations
  • Amazon Marketing Services
  • Franchise Marketing
  • International Services
  • Digital Marketing Agency Services

About

  • Our Team
  • Our Values
  • Clients
  • Reviews
  • UCSD Extension Courses
  • Careers
  • Tools & Resources
  • Sitemap

Contact

4250 Executive Square, Suite 100
La Jolla, California 92037

619.752.1955

Join The Newsletter

Sign up for our newsletter to get the latest from Ignite Visibility.

google parther logo

©2023 Ignite Visibility. All Rights Reserved. Privacy Policy