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 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. 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. Step 4:- f