SkyUrdu | The Largest Hub Of Tutorials
Select Menu
  • Home
  • Google Adsence
    • Google Adsence Tricks
    • Supports Languages
    • 11 Tips For Adsence
    • 12 Tips For Adsence
    • 100% Approval Tip
    • Achievement Card
    • Adsense Revenue
    • Verify Account
  • Make Money
    • Earn With Bidvertiser
    • Earn With Freelance
    • Earn With Blogging
    • Earn With You Tube
    • Earn With Ads Cash
    • Earn With Adsence
    • Earn With Infolinks
    • Earn With Typing
  • Blogging
    • 404 ERROR Page
    • Google+ Fallow
    • BackUP/Restore
    • Mobile Templet
    • Custom Domain
    • Blogger Tricks
    • Custom Fonts
    • Templetes
  • SEO
    • Google Algorithm
    • Google Analytics
    • Select Keywords
    • Blogger Vistors
    • Alexa Ranks
    • Robots.txt
    • SEO Tricks
    • SEO Tools
  • Social Media
    • Whatsapp
    • Facebook
    • Pinterest
    • Google+
    • Twitter
    • Skype
    • Imo
    • VK
  • Networks
    • Easypaisa
    • Mobicash
    • Mobilink
    • Telenor
    • Warid
    • Ufone
    • Zong
  • Much More
    • How To
    • Much More
Home » How To » SEO Tricks » How To validate Blog and Organization logo by Schema Markup?

How To validate Blog and Organization logo by Schema Markup?

Unknown
Add Comment
How To, SEO Tricks
validate Blog
If you have designed your site according to schema.org markup then all major search engine will easily understand your website content. You can completely validate your site by markup file. There are useful schema.org markups that will help to identify your company logo, and this markup can be used for specifying the logo image of your organization or website.
If you don’t specify your logo image then in search engine result page it won’t be visible. So for branding your site in search engine you should validate your logo by schema.org markup for search result and the knowledge graph.
After specifying your logo image search engine will identify the location of your preferred logo.  We can use the schema.org markup in 2 ways such as Microdata and ld+json. Both are validate for search engine.

Using Microdata for validating Organization Logo

<div itemscope itemtype=”http://schema.org/Organization”>
<a itemprop=”url” href=”http://www.Skyurdu.com/”>Home</a>
<img itemprop=”logo” src=”LOGO URL HERE” />
</div>

Customization

  • Replace http://www.Skyurdu.com/ with your organization homepage URL.
  • Replace LOGO URL HERE with your logo image URL.

Using ld+json for validating Organization Logo

Microdata for validating Organization Logo widely used but recently Google’s recommendation to use ld+json for validation. So you can use following markup for your Logo validation in search engine.
<script type=’application/ld+json’>
{
“@context”: “http://schema.org”,
“@type”: “Organization”,
“url”: “http://www.Skyurdu.com”,
“logo”: ” LOGO URL HERE”
}
</script>

Customization

  • Replace http://www.Skyurdu.com/ with your organization homepage URL.
  • Replace LOGO URL HERE with your logo image URL.

This Schema Markup is not only for organization logo but we can use it for our personal Blog and websites. But for this you must have a logo on your Blog.
For example purpose you can see the below image. Here showing the Microsoft’s logo on Google search engine.

How To validate Blog logo by Schema Markup in Google Blogger?

This trick I am using right now but it will take effect after certain period of time. Because I just added the schema.org markup few days ago and I am using ld+json. However I think a Blog site should be more popular to display the logo image in search engine result page. For validating your Blog logo on search engine please follow the below procedure.
Step 1 Go to https://www.blogger.com and Sign in to your account
Step 2 From Blogger Dashboard click on ->Template ->Edit HTML 
Step 3 And locate the <head> section in your Blogger template
Step 4 Finally copy following line of markup and paste it before/above </head>
<script type=’application/ld+json’>
{
“@context”: “http://schema.org”,
“@type”: “Organization”,
“url”: “http://www.Skyurdu.com”,
“logo”: ” LOGO URL HERE”
}
</script>

Customization

  • Replace http://www.Skyurdu.com/ with your organization homepage URL.
  • Replace LOGO URL HERE with your logo image URL.
Step 5 Now simply hit the Save button.

Validating your Schema Markup file

However after adding the Schema Markup don’t think you have done everything because there maybe any mistake done by you. So for fore sure you must validate your markup on Google structured data testing tools.
Step 1 Visit https://developers.google.com/structured-data/testing-tool/
Step 2 Now click on box from left panel where written Input your source code
Step 3 Now Paste your markup file. And click on red color VALIDATE button.
If your markup data is right then it will show result on the right box with green signal. So you are confirmed that your Schema Markup is valid and it will work on search engine.
If your site has indexed in Google Search Console then you can also check your Markup data under Search Appearance -> Structured Data.
I hope you can brand your Blog or organization logo in search engine result page. For any further help feel free to leave a comment below.
Share This!--- Facebook Twitter Google+

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search Hare

Populer Posts

  • Keyword to increase blog traffic
    Today's article is all about " How to optimize or add keywords to increase the traffic amount in your blog ". Keywords are ...
  • Pattern Lock on Windows 10/8.1/8/7 PC/Laptop
    Every Android user should be familiar with the pattern lock system. Pattern lock normally used on touchscreen Smartphones which is a very...
  • Google Buzz Buttons To Blogger Blog
    Google Buzz is a social tool from Google and it is much similar to Twitter and Facebook :). Google Buzz is a new way to start conversat...
Template by Malik HassanHome - Sitemap - Privacy Policy - Terms And Conditions - Disclaimer - Author