Step 1:- open your
post & then Go to html code Under
your html code first start
your post content from
<div itemprop="liveBlogUpdate" itemscope itemtype="http://schema.org/BlogPosting">
note:- here itemtype="http://schema.org/BlogPosting it is saying search engine that it is blog post
note:- here itemtype="http://schema.org/BlogPosting it is saying search engine that it is blog post
Step 2:- find
out each headline tag <h1>
<h2>
& replace it with code
<h1 itemprop="headline">your heading
</h1>
<h2 itemprop="headline"> put your
subheading </h2>
note: here itemprop="headline" it is saying google search engine that it is heading.
note: here itemprop="headline" it is saying google search engine that it is heading.
Step 3:- find
paragraph tag <p> and replace it with
<p itemprop="articleBody">
Write your article post content here ..
</p>
note:- here itemprop="articleBody" saying that this content of article.
note:- here itemprop="articleBody" saying that this content of article.
Step 4:- finally close your
html </div> tag
for example you can see following :-
<div itemprop="liveBlogUpdate"
itemscope itemtype="http://schema.org/BlogPosting">
<h2 itemprop="headline">
Why to Join Digital Marketng By Om sir ?
</h2>
<p itemprop="articleBody" >
Provide you life time query support & help you till you get your sucess and always motivate you to achieve your goals
</p>
</div>
for example you can see following :-
<div itemprop="liveBlogUpdate"
itemscope itemtype="http://schema.org/BlogPosting">
<h2 itemprop="headline">
Why to Join Digital Marketng By Om sir ?
</h2>
<p itemprop="articleBody" >
Provide you life time query support & help you till you get your sucess and always motivate you to achieve your goals
</p>
</div>
After it check it from
posting your content copy your
post url and check it from following tool :-
Comments
Post a comment