
Now there are three solutions to fix this problem. You can do one of the following to solve this issue.
Option 1: Adding Post Snippet Description
1. Go to Dashboard > Design > Edit HTML.
2. Back up your template.
3. Tick the Expand Widget Templates check box on top right of the HTML window.
4. Look for the following line in your HTML code:
<data:post.body/>
5. Add the code below right before that line: <b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.snippet'>
<meta expr:content='data:post.snippet' name='description'/>
</b:if>
</b:if>
6. Save TemplateOption 2: Adding Paragraph <p> Tag
There are two ways to add paragraph tags. One is manually and other other is automatically which will be added to all your previous and upcoming posts.
1. Manually enclose the first paragraph of your post in the tag. You need to do this every time you write a new post, using post editor’s HTML mode. To make the tag count, make sure you put at least 120 characters inside the tag:
<p>FIRST PARAGRAPH OF YOUR POST</p>
2 . Add the tag into your template.
- Go to Blogger’s Dashboard > Design > Edit HTML tab and check “Expand Widget Template”.
- Find <data:post.body/> and add the <p> tags as shown below:
<p><data:post.body/></p>
3 . Use Windows Live Writer to write your post. WLW will automatically attach a <p> tag to each paragraph as you write your post.
Option 3:
If the two options above doesn't work, let's combine the two ways. Add Post Snippet Description and Manually enclose the first paragraph of your post in the tag.
According to Facebook, it scrapes your page every 24 hours to ensure the description (and other share data) are up to date. However, you can manually refresh it by entering the post URL into the Facebook URL Linter.
No comments:
Post a Comment