SCHEMA FOR BLOGGERS. BEST SEO STRATEGY IN 2019

You can create manual Schema markups and incorporate them into your blogger or blog post. Here are few simple steps how to do it.

SCHEMA FOR BLOGGERS.


SEO - Search engine optimization, the word that is ruling the world of the internet. Every blog and website try to abide by the rules of SEO to be visible in search results.

[To know more about SEO of blogger click here]

Giant search engines like Google, Bing and Yahoo are using their bots to crawl into our websites. This helps to index our web-pages based on predefined groups.

In simple words, these search engines do the work of an official librarian. They segregate and group our web-pages into specific indices. This is the reason why, when you search for a t-shirt on google, you will be getting all the search results related to it.

SCHEMA FOR BLOGGERS.
But have you ever seen, that few results in them contain images, ratings, prices and even comments? These are "rich snippets".

The search engines struggle a lot to understand our data when they crawl. Hence to make their work easy, they have come up with something called SCHEMA MARKUP.

WHAT IS SCHEMA MARKUP?

Schema markup is a code designed by search engines. Using this code in your website or blog will help search engines to understand your data. 

Using schema markup you can reveal the following information to the crawling bot:

  1. The name of the website
  2. Author's name
  3. The official log of website
  4. Information on what the website is about
  5. Social connections of website
  6. like Facebook page or Twitter account linked to it.

WHY SCHEMA MARKUP IS IMPORTANT?

Schema markup helps the search engine to understand your website or blog in a better way. It helps in improving your search engine rankings [SERPs]. 

This, in turn, has the potential to increase your blog or web traffic. Let me explain it with a simple example. I have a website in a coffee shop somewhere in New York. 

The search engine results should show my coffee shop's name if anyone is searching for a coffee shop in New York. We call this as "LOCAL SEO".

There is no use if my coffee shop results are being shown for search results in INDIA. Hence in such case, we can instruct the crawling bot to restrict our SERPs to New York.

Schema markup helps our websites or blogs to rank for different types of data markups. These data markups are content indices. There are different fields of data markups.

Here are a few examples:
  1. Local business
  2. Multinational companies
  3. Websites
  4. Blogs
  5. e-commerce websites/Product websites
  6. Restaurants
  7. Online games
  8. Review sites etc...
and the list goes on.

HOW DOES SCHEMA MARKUP HELP IN INCREASING TRAFFIC?

Rich snippets in Google search results aid in higher click-through rate. A webpage with Schema markup info has more chance to appear in rich snippets.

This will increase the CTR of the web link, aiding a potential increase in web traffic.

SCHEMA MARKUP FOR BLOGGER?

Wordpress users have many plugins to build Schema markup for their posts or web-pages. Some common plugins are Schema pro, Schema ninja and WP review.

Wordpress users can use these plugins to generate the page-specific SCHEMA MARKUPS.

But Blogspot lacks such plugins. You can create manual Schema markups and incorporate them into your blog. Here are few websites where you can build SCHEMA FOR YOUR BLOG.

Hence we thought of providing a demo SCHEMA MARKUP for a blogging site and individual blog post.

CHECK YOUR BLOG FOR RICH TEXT SUPPORT

Before following the below procedure, once check your blog for "rich text support". Click the link below and enter your blog URL. Set the search to "Google bot smartphone".

CLICK HERE

Click on Test URL.

If the results are positive, then no need to go further. But if they are negative, kindly follow the steps shown below.

SCHEMA MARKUP FOR YOUR BLOG

Step 1: To create SCHEMA MARKUP for your blog you can click on the below link.
CLICK HERE

SCHEMA FOR BLOGGERS.

Step 2: Click on the option "Website".

Step 3: Fill the boxes "name", "alternative name", "url", with the required information.

SCHEMA FOR BLOGGERS.

Step 4: Copy the script generated in the 2nd box. It usually starts with <script> and ends with </script>.

SCHEMA FOR BLOGGERS.

Step 5: Go to blogger dashboard. Click on "themes" > "Edit HTML".




SCHEMA FOR BLOGGERS.
Step 6: Click on Ctrl+q to find "<head>. Paste the copied code below <head>, and save the HTML.

THAT'S ALL, YOU HAVE MADE YOUR BLOG COMPATIBLE WITH RICH TEXT SUPPORT.

SCHEMA MARKUP FOR INDIVIDUAL BLOG POSTS

Google has provided a separate tool to create SCHEMA MARKUP for individual pages or posts.

Click on the link below

CLICK HERE

Step 1: Click on "Article".
Step 2: Enter your blog post URL.

SCHEMA FOR BLOGGERS.
Step 3: Your page will be displayed. Now highlight the title of your blog post. The title gets coloured and a box appears beside it with various headings. Within the box click on "Name".

SCHEMA FOR BLOGGERS.

Step 4: Click on the featured image [which you want to incorporate in SCHEMA], and click on "image" in the box displayed.

SCHEMA FOR BLOGGERS.

Step 5: In a similar way, highlight the body of post and link it the "Post body".
Step 6: Carry on similar steps to fill or complete the displayed box with information.
note: In case of any difficulty you can fill all these manually by clicking on "Add missing tags".
Step 7: After completion, click on "create HTML".
Step 8: Copy the generated HTML code.
Step 9: Open your blog post in blogger> Click on "Edit" > Click on "HTML".

SCHEMA FOR BLOGGERS.

Step 10: Paste the copied code on the top and click "Update". 

NOW SCHEMA MARKUP FOR INDIVIDUAL BLOG POSTS IS COMPLETED.
NOTE:Making your blog page SCHEMA MARKUP compatible, doesn't qualify you page as rich text. Google takes a lot of other things into account before showing your page as Rich text snippet.

SHORTCUT TO SCHEMA MARKUP FOR BLOGGER

The above process is a bit tedious to new bloggers. Hence we thought of providing a shortcut to it.

Copy the code shown below and paste it below the <head> tag of your blogger code.
Change the places AS DESCRIBED IN THE CODE. The recommended format is JSON-LD.

<script type="application/ld+json">
{
"@context":"http://schema.org/",
"@type":"Organization",
"url":"URL OF YOUR WEBSITE/BLOG",
"name":"NAME OF YOUR WEBSITE/BLOG",
"sameAs":[
"FACEBOOK PAGE LINK/FACEBOOK LINK",
"INSTAGRAM LINK",
"TWITTER LINK",
"YOUTUBE LINK",
"ANY OTHER LINK"
],
"logo":{
"@type":"ImageObject",
"url":"URL OF LOGO OF YOUR BLOG",
"width": 60,
      "height": 60
}
}
</script>

EDIT THE CODE IN NOTEPAD OR WORD AND MAKE NECESSARY CHANGES. THEN PASTE THEM INTO YOUR BLOG <head> section.

SHORTCUT TO SCHEMA MARKUP FOR INDIVIDUAL BLOGGER POSTS

As described above, copy the code shown below and make the necessary changes. Then add the code to your individual blog post in HTML format. (REMEMBER THE CODE HAS TO BE PASTED ONLY IN HTML FORMAT, NOT IN THE COMPOSE FORMAT).

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "your url"
  },
  "headline": "YOUR BLOG TITILE",
  "description": "DESCRIPTION OF BLOG POST",
  "image": "URL OF YOUR BLOG IMAGE",
  "author": {
    "@type": "Person",
    "name": "AUTHOR NAME"
  },
  "publisher": {
    "@type": "Organization",
    "name": "YOUR BLOG NAME",
    "logo": {
      "@type": "ImageObject",
      "url": "YOUR BLOG LOGO URL",
      "width": 60,
      "height": 60
    }
  },
  "datePublished": "YYYY-MM-DD",
  "dateModified": "YYYY-MM-DD"
}
</script>


Now your blog and blog posts are rich text supportive and compatible with Search engines.

Hope you understood the process. If you find this article useful, please do share it with your friends. For any information or queries comment below.

COMMENTS

Name

5300,1,5600,1,AdSense,1,AFFILIATE MARKETING,2,air cleaner,1,air purifier,2,automatic slideshow html,1,best air purifier,1,best air purifier 2020,1,best air purifier for allergies,1,best air purifier for dust,1,best air purifier for smoke,1,best blogger themes for free,1,best blogspot template,1,best buy gadgets in 2019,1,BEST CAR AIR PURIFIER,1,best HEPA air filter,1,best home air purifier,1,best responsive blogger template,2,best vpn in india,1,best vpn service,1,blogger,1,blogger in 2020,1,blogger themes,1,BLOGGING,3,blogspot template,1,blogspot themes,1,bootstrap,1,BROADBAND,1,BUYING DOMAIN,1,CAR,1,carousel,1,cheap vpn,1,COMPUTERS,1,conventional vs convection,1,D3200,1,D3300,1,D3500,1,DIGITAL MARKETING,6,DOMAIN,1,domain purchase,1,domain registration,1,DUAL SCREEN MOBILE,1,encrypted connections (https).,1,FLIPKART,1,gadgets,2,GO DADDY VS BIG ROCK,1,google bots,1,google search console,1,google search console google bots,1,Google site ranking,2,google web master tools,1,GOOGLE WEB SITE CHECKER,1,home gadgets,1,how to add bootstrap in blogger,1,how to buy microwave,1,how to purchase domain,1,image slider,1,image slideshow html,1,JIO,1,jio fiber registration,1,jio giga fiber price,1,jio set top box,1,kitchen gadgets,1,LAPTOPS,1,lens,1,LG G8x,1,LGG8X,1,MAC BOOK AIR,1,microwave oven buying guide in india,1,MOBILES,5,Nikon D3400.Nikon,1,nikon lenses,1,plagairism,1,purchase domain name,1,RELIANCE,1,RELIANCE JIO FIBER BROADBAND PLANS,1,responsive blogger template,2,responsive blogger template free,2,SCHEMA,1,SCHEMA FOR BLOGGER,1,SCHEMA JASON,1,SCHEMA JSON,1,SCHEMA MARKUP,1,SCHEMA OF DATA BASES,1,scraped content,1,Search engine marketing,2,search engine optimization,2,search engine ranking,1,SEM,1,SEO,4,SEO AND SCHEMA MARKUP,1,slide show html,1,slideshow html,1,TECHNOLOGY,4,TELUGU FONTS FOR WEBSITE,1,TOP5,3,tricks,4,VALUABLE INVENTORY: SCRAPED CONTENT,1,virtual private network,1,VPN,1,VPN for ipad and iphone,1,VPN for mac,1,VPN for windows,1,WEB PUSH NOTIFICATIONS,1,whatsapp,1,whatsapp hacked,1,Whatsapp security breach,1,which template is best for blogger,1,
ltr
item
Techno Talks 4u: SCHEMA FOR BLOGGERS. BEST SEO STRATEGY IN 2019
SCHEMA FOR BLOGGERS. BEST SEO STRATEGY IN 2019
You can create manual Schema markups and incorporate them into your blogger or blog post. Here are few simple steps how to do it.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nxqKeArZ3YIorCWY2ATVRXk_Bf4-qJtBxIgacLrRnHf4wIQNatr7xvXTvqT7cAfroQS1rL-hrwR3zql39AyBASBExJ0i5qoImBaK2-aHUDEVVO9fjDtFal-MhkH5cJ5ncWiOMSWUw/s320/20190607_184503_0000.webp
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD4nxqKeArZ3YIorCWY2ATVRXk_Bf4-qJtBxIgacLrRnHf4wIQNatr7xvXTvqT7cAfroQS1rL-hrwR3zql39AyBASBExJ0i5qoImBaK2-aHUDEVVO9fjDtFal-MhkH5cJ5ncWiOMSWUw/s72-c/20190607_184503_0000.webp
Techno Talks 4u
https://technotalks4u.blogspot.com/2019/06/schema-for-bloggers-best-seo-strategy.html
https://technotalks4u.blogspot.com/
https://technotalks4u.blogspot.com/
https://technotalks4u.blogspot.com/2019/06/schema-for-bloggers-best-seo-strategy.html
true
854755670482999819
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content