Breaking News
Loading...
Sunday, 27 January 2013

Info Post
Wrong Description In Facebook Like Or Share - Solved
When you share some one's blog page does the Facebook share shows the description correctly. When we share or like any post on Blogger blog it is displayed on our wall in Facebook.But many times it shows completely different from what we have expected. The description shown is some random text taken from sidebar or from blog's description or any other text. Hence, the shared article will go waste.

How Facebook Works While Liking Or Sharing Any Post:

Facebook will first look for meta description of that page.If the meta description is missing it then it will search for the first paragraph on the page or any other random text from the page.

Steps To Solve Wrong Description Error: 

Step.1:

  • Log in to your Blogger Account.
  • Go to Settings >> Search Preferences.
  • Now, click on Description option in the Meta tags section.
  • Enable it.
  • Add your blog's description there.

Step.2:

  • Now, click on New post.
  • Write your Post.
  • Then add your post's description in the Description Box in the right side.
  • Publish your post.

Step.3:

  • Go to Template>> Edit HTML.
  • Paste the below code just below <head> tag.
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>

  • Now click on Save the Template.
It's done.
Now, your description will be perfectly displayed while sharing your post.


0 comments:

Post a Comment