How to Add Social Media Icons to Google Search Engine (2021 Hack)

Hello friends sometimes you look for anything on Google You see some social icons appear on Google my business page today I'm getting to tell you ways to feature those social media icon in Google Profile, like within the instance below result



Currently, Google only supports these social profiles:

There are 4 steps to feature social media links to google?

1.Create structured markup

2.Upload your structured data to your homepage

3.And Verify it works with Google's structured data testing tool too

4.Recrawl your site to Google Search Console

1.Create structured markup

Make sure you've got some programming knowledge to feature the script on your websites. And If you don’t Know, send these instructions to your website developer/ programmer to fix it.

Copy and paste the next code into a transparent text document:

<script type="application/ld+json">
{ "@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "Your Organization Name",
  "url" : "http://www.your-site.com",
  "sameAs" : [ "http://www.facebook.com/your-profile",
    "http://www.twitter.com/yourProfile",
    "http://plus.google.com/your_profile"]
}
</script>

Upload your structured data to your homepage

After adding your social links within the script upload them to your website <head> section.

And Verify it works with Google's structured data testing tool.

For testing, there are on the tool from Google you'll check here is that the link you'll check it in two ways first you'll type your website URL



Or you can paste your code directly into the tool and verify it



How to force your social icons into your knowledge panel through the code

So here is the manual code schema I used in the video above, obviously, you will need to adjust it and then test it.

To test the code is working correctly go to :
https://search.google.com/structured-data/testing-tool


4. Recrawl your site to Google Search Console

Overall All done, After recrawl, it takes around 1 week to display your social icons in Google My Business Knowledge Panel

Comments