Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

Search Suggest

Social Profile Structured Data For Blogger Search Results

Schema Markup

Many big companies and websites have their social profile embedded under the organization logo or information in search results. The Social Profile Structured Data entitles the social links to the webpage handles in various social media platforms. The social profile is a good sign of recognized website and can increase the click through ate of your blogger blog. The structured data is formed in the google proffered version of structured data to make sure your blogger blog is rendered and include the social profile structured data in testing. In this post i am giving out the social profile schema code to embed into your blogger blog template code.

Social Media Profiles Supported By Social Profile Schema

  1. Facebook
  2. Twitter
  3. Instagram
  4. Google+
  5. Youtube
  6. Linkedin
  7. Myspace
  8. Pinterest
  9. Soundcloud
  10. Tumblr
Those are the top recognized social media profile you can expect in search results when your search results rich right sidebar local business markup appears.

How To Add Social Profile structured Data In Blogger

Follow the easy steps bellow to add the code to blogger blog. Copy the code and paste above the </head>  tag. 
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Person",
"name" : "your name",
"url" : "http://www.your-site.com",
"sameAs" : [ "http://www.facebook.com/your-profile",
"http://instagram.com/yourProfile",
"http://www.linkedin.com/in/yourprofile",
"http://plus.google.com/your_profile"]}
</script>

Copy the Jslod-ld code above to your notepad and and change the URL that points to your profile and others. You can also add the other social media social profile URL`s to your code to make it even more better to accommodate more social profiles.  The bellow is an example of my own social profile schema JSON-ld code that i have embedded in my blogger blog.
<!-- start social profiles hoit.asia-->
 <script type="application/ld+json">
 { "@context" : "http://schema.org",
 "@type" : "Organization",
 "name" : "9 Clouds",
 "url" : "https://www.hoit.asia/",
 "logo": "https://hoit.asia/logo.png",
 "sameAs" : [ 
 "http://www.facebook.com/seoblur",
 "http://www.twitter.com/seoblur",
 "http://instagram.com/seoblur_",
 "https://www.linkedin.com/#.",
 "https://www.youtube.com/channel/seoblur",
 "https://www.pinterest.com/seoblur/"]}
 </script>
 <!-- end social profiles --> 

How To add Social Profile Schema To Blogger

Social profile code above is a major to all social profile lines and can create a good company or personal profile. To make sure you have added the code correctly to your blogger website, follow the steps bellow to validate your website code. 

1. Create a Blogger Social Profile Structured Data

You will have to copy the above code and paste it above the ending of the head tag </head> and save your blogger blog template. Hats all

2. Validate ,Test And Fix errors

You will have to use some structured data testing tool from google to validate the structured data and test whether its working or not. To set up the structured data testing click on the below button and the enter any page URL to test and see the social profile structured data.

3. Submit Your Website To Google Search Console

For the social profile to reflect in the search results it will take you some time and implementing other schema markup to your blogger blog template that i will attach below and that will be it. Make sure you have submitted your website to google search console for integration in google search results.

Read Also on: