Skip to main content

5 Important Schema Markup Values to use in Local SEO

Local SEO has never been more important for marketing because of Google’s continued algorithm updates aimed at helping small businesses attract more customers. A local SEO strategy should be a proper mix of factors like:
  • Google My Business profile
  • Consistent NAP across Internet (name, address, and phone)
  • Local citations
  • Social media
  • Local link building
  • Google reviews
  • On-page optimization
All these methods, trust me, are being used by all your competitors to good effect. Where webmasters tend to relax, that’s where your opportunity waits. And one method that is making waves right now is schema markup. Add it to your website and let your business reap the SEO benefits. Here’s a guide to help you out in your local SEO schema markup execution.

Understand schema markup

Put the schema markup code on your site, and help customers find more descriptive and informative results from the search engines. Consider the competitive and saturated state of the market, and you’ll figure out how schema markup helps your business gain an edge over the competition, bridging the link between browsing and converting customers.
Check out a schema markup in action below:
schema markup google my business
Enter the search query ‘SEO services’ and you immediately get a list of SEO companies in and around your location. This is one type of schema markup you are able to deploy on your site for helping visitors find a specific product or service. Let’s look at some of the different schema markup values for local businesses and how they are capable of improving the visibility of your company.

Learn how to implement local business schema markup

Read Google’s guidelines before you tinker with schema markups so you have a better idea about what to do and how to do it. Try to learn as much about coding as possible as some languages tend to be problematic, like Microdata. But simpler and more comprehensible options like JSON-LD are also available. Keep in mind that you don’t need to be a pro coder to work with schema markup. Simply follow all the instructions carefully.
Choose the correct template and adhere to it while creating code. But don’t reject the opportunity to be more descriptive and add value. Use elements, like Google Maps location, website URL, and social profiles for the best results.

Find the best schema markups for local business SEO

Use the following five schema markup values across a variety of website types to achieve the desired results:
  1. Organization schema markup

Harness the power of organization schema markup to produce brand signals capable of improving your website snippet presence and Knowledge Graph entry in the search engine results pages (SERPs). Do not forget to signify your corporate contact details, social profile links, and logo.
Example (with JSON-LD)
<script type=”application/ld+json”>
{ “@context” : “http://schema.org”,
“@type” : “Organization”,
“legalName” : “Over The Top SEO”,
“url” : “https://www.overthetopseo.com/”,
“contactPoint” : [{
“@type” : “ContactPoint”,
“telephone” : “+1-800-550-3101”,
“contactType” : “customer service”
}]
“logo” : “https://www.overthetopseo.com/wp-content/uploads/2017/10/contact-img.jpg”,
“sameAs” : [ “https://www.facebook.com/OverTheTopSEO”,
“https://twitter.com/overthetopseo”,
“https://google.com/+OverTheTopSEO”,
“https://www.youtube.com/c/overthetopseo”,
“https://www.linkedin.com/company/over-the-top-seo-ltd/”,
}
</script>
  1. Website schema markup

Use website schema markup to view the Sitelinks Search Box feature for company SERPs. Help your website name get featured in the search results. Of course, you need to have an existing site search for enabling the Sitelinks Search Box element.
website schema markup
Example (with JSON-LD)
<script type=”application/ld+json”>
{
“@context” : “http://schema.org”,
“@type” : “WebSite”,
“name” : “Over The Top SEO”,
“url” : “https://www.overthetopseo.com/”,
“potentialAction” : {
“@type” : “SearchAction”,
“target” : “https://www.overthetopseo.com/?s={search_term}”,
“query-input” : “required name=search_term”
}
}
</script>
  1. Breadcrumbs markup

Experience the power of breadcrumb rich snippets when you generate them for your pages in the SERPs using the Breadcrumb schema.
breadcrumbs schema markup
  1. Site navigation schema markup

Use the SiteNavigationElement markup to improve the way search engines understand the structure of your website and boost navigation. Also, use this to influence organic sitelinks.
site navigation schema markup
  1. Video schema markup

Every serious marketer knows how important videos are to business SEO. This medium can prove useful when you’re trying to rank in search engines. In fact, for certain search queries, video content often outranks sites, especially when it comes to “how to” type of content.
Hosted or embedded video content can be leveraged through VideoObject schema. Just as Google mainly displays video rich snippets for streaming platforms like YouTube, this schema markup can help rich snippets from your online website show up in the Google Video Search. video schema markup

What properties are necessary?

  • name
  • description
  • thumbnailUrl
  • uploadDate
Find the most useful elements of schema to describe your video to search engines below:

<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “VideoObject”,
“name”: “Name of the Video (title you gave it on YouTube/Vimeo/Website)”,
“caption”: “whatever caption you’d like this video to have – this isn’t a mandatory field but i would recommend it”,
“description”: “A short description of your video: keep it concise (like your Video Meta Description in YouTube and Vimeo, so approximately 150 characters).”,
“thumbnailUrl”: “http://www.example.com/thumbnail.jpg”,
“embedUrl”: “A URL pointing to a player for the specific video. Usually this is the information in the src element of an <embed> tag”,
“uploadDate”: “2017-04-05T08:00:00+02:00”,
“duration”: “PT1M33S – this section has to be in ISO8601 formatting”,
“contentUrl”: “http://i.vimeocdn.com/video/515473390_100x75.jpg?r=pad”,
“embedUrl”: “http://www.example.com/embed?videoetc”,
“interactionCount”: “2347”,
“transcript”: “A transcript of your video is helpful for SEO – it’s also great for adding more detail about the video for search engines to understand given that the description above is so short”
}
</script>

Implement video schema markup

Visit Google Tag Manager and create a custom HTML Video Schema tag. Copy the format given above and alter the fields to reflect your video details. Ensure that it runs on the page containing the video by turning on the preview and debug mode. Once you’ve verified that it is firing, publish the video and give it a try in the Google Structured Data testing tool.

Maximize the potential of schema markup values

Get richer results and greater benefits from schema by sticking to a few rules. First, list all the schemas that are commonly used. Second, find all the schema types that you think will come in handy to achieve your local SEO goals. There are lots of different categories out there, so be sure to explore the full list and see which markup type fits your business better. Third, always mark up. There is a huge range of item types available, and the more content you mark up, the greater the rewards. But ensure that you mark only that content which is visible to your website visitors; marking up content hidden in page element like hidden div’s will not yield any results.

Validate the schema markup

Take your time to perfect the code and when you finally think that it is ready to be deployed, run it through the Structured Data Tool from Google. Chances are that you will find this tool to be immensely helpful and it can be a great resource when you’re quickly trying to validate the code prior to uploading it onto your site. Keep in mind that you are likely to come across numerous tools that exist solely to help you create the necessary code. But the problem is, most of them are not high quality and can feel highly dated. So, it is best if you develop a code that is entirely reliable, like the ones mentioned above, and then alter the elements to fit your requirements as and when you must.

Upload your schema markup

To simplify the process of uploading your code, always stick to the custom HTML tag from Google Tag Manager. If your business is situated across various location, it is recommended that you devise codes for each of them and then implement them on your location pages to get the desired results. As soon as the code is set up and ready in the container, all you have to do is hit the publish button and then complete the verification process via the structured data tool from Google by drawing upon the URL of your website. Now, you will notice that the Local business markup is being noticed by search engines.

Comments

Popular posts from this blog

Technical SEO Checklist that Work GREAT in 2018

9 Steps to a Technically Perfect Site in 2018 Here we talk about the technical SEO checklist. Building, managing, and auditing your backlinks is a critical aspect of SEO. On-page SEO is a main part for website ranking; particularly now that Google's increasingly shifting to semantic search, and the old-school tactics don't seem to work as well as they used to. 1. Review your sitemap. You know how much important your sitemap for website. It tells the search engines about your site structure and lets them discover fresh content. A sitemap is a way of organising a website, identifying the URLs and the data under each section. As you check your sitemap, make sure it is: Clean. Keep your sitemap free from errors, redirects, and URLs blocked from indexing; otherwise, you're at risk of search engines ignoring the sitemap like it isn't there. Up-to-date. Make sure your sitemap is updated every time content is added to your site (or removed from it) — ...

What Is SEO / Search Engine Optimization?

What Is SEO? SEO stands for “search engine optimization.” It is the process of getting traffic from the “free,” “organic,” or “natural” search results on search engines. Search engine optimization (SEO) is the process of affecting the online visibility of a website or a web page in a web search engine's through the unpaid results—often referred to as "natural", "organic", or "earned" results. . SEO has two major components, On Page and Off Page SEO. Search Engine Success Factors There are three major groups covered by SEOdigitaltech’s  Of SEO Success Factors: 1. On-the-page SEO 2. Off-the-page SEO 3. Violations On-Page Search Engine Optimisation 1. Page Titles Your page titles are one of the most important SEO factors on your site. Each of your pages & posts should have its own unique title, which includes the main keywords for that page. For example, you could write a blog post about a new food recipe that you have tri...

How to do Re-marketing of Video Promotion in Google AdWords?

Before you begin Video Ads Promotion Before you can use remarketing for video campaigns, you need to link your YouTube account to your AdWords account. You can do this from either the YouTube channel or from within your AdWords account.  See how to link YouTube and AdWords accounts .  How it works ·          You can create a remarketing list from only one channel or from videos within a single channel. Once you’re done, you can combine remarketing lists to reach a custom audience. For example, let’s say you’re promoting the DVD release for a movie. You can combine separate remarketing lists to reach people who viewed your movie trailer but have not yet seen your video ad promoting the DVD. ·          You can create as many video remarketing lists as you want. You can even create copies of the default lists we created for you. ·          You can a...

Basic Seo Interview Questions and Answers 2018 for freshers

Here we discuss the  SEO interview questions  for job  interviews  with executives and managers and also  SEO interview questions  for  freshers . 1. What is SEO? Ans: It is the method of changing the rank of a web page or a website in the search results of a search engine. 2. What are the Types of SEO? Ans: There are mainly two types of SEO are present: On Page Optimization and Off Page Optimization. 3. What are the SEO Techniques available? Ans: Two SEO Techniques are: White Hat SEO and Black Hat SEO which is also called as Negative SEO. 4. What is On Page Optimization? Ans: On-page optimization gives outcome to a web page or website ranking on Search Engine Results Page. This will regulate your webpage by page coding or by you. 5. What is Off Page Optimization? Ans: Off Page Optimization is a type of SEO which is not regulated by your page coding. Link building, Image Sharing, Blog posting, Document Sharing, Info graphics submission...