Articles by "Blogger SEO Tips"

Add-on Wordpress Plugin Add-ons Mozilla Adsense adsense trik Advertising Wordpress plugin Alexa Aplikasi Program Backlink Berita Bing Bisnis Online Blockquote Blog And Magazine Wordpress Themes Blog Reviews Blog SEO Blog Stuff blog tutorial Blogger Gadgets blogger hack Blogger SEO Blogger SEO Tips Blogger Template Blogger Templates Blogger Tool Blogger Tricks blogger trik Blogger Tutorials Blogger Widgets Business Calendars Wordpress Plugin CodeCanyon Contact Form Corporate Wordpress Theme Creative Creative Market Creative Wordpress Theme CSS CSS3 Custom Domain Directory & Listings DMOZ Dofollow Dunia eCommerce WordPress Plugin eCommerce Wordpress Theme Education Wordpress Theme Elegantthemes Wordpress English Post Entertainment Wordpress Theme Extensions Pack Font FontAwesome Food Forms Wordpress Plugins Free Software Free Stuff Galleries Wordpress Plugin GenesisFramework Google Chrome Google Pagerank Halaman Health & Beauty Hosting HTML Interface Elements WordPress Plugin Intermezzo JavaScript jQuery KlasikThemes Kode HTML Komentar Kontes SEO Lintas Berita Magazine Blogger Template Marketing Media Membership Menus Miscellaneous Miscellaneous Wordpress Theme Multipurpose Blogger Template Music And Brands News Blogger Template Opini Page Loading Personal Photography PHP Scripts PHP SEO Portfolio Posting Premium Blogger Templates Products Project Management Tools ProjectPanorama Promosi Blog RealEstate Rekomendasi Relevanssi Request Responsive Blogger Template Restaurants & Cafes Wordpress Theme Retail Wordpress Theme Search Engine SEO Blogspot SEO Tips SEO Tools Share Button Sidebar Slider Social Bookmark Social Networking WordPress Plugin Social Subscription Widget Software Soliloquywp StudioPress Tag Kondisional Technology Wordpress Theme Teknologi Template TheEventsCalendar Theme ThemeForest Templates Themeisle ThemeJunkie Themes Pack Ting Tips dan Trik Blogging Tokoh Tools Blogging Travel Trik Tutorial Blogging Uncategorized Unik Utilities WordPress Plugin Website Widget dan Plugin Widgets Wikipedia WooCommerce WooThemes Wordpress Plugin Wordpress Premium Themes Wordpress SEO Plugins Wordpress ThemeForest Themes Wordpress Themes Wordpress Tricks Wordpress Tutorials WP Plugins WP Sliders WPMUdev WPRocket Yithemes Yoast Youtube
Showing posts with label Blogger SEO Tips. Show all posts

How to optimize blog posts meta description for good search engine visbility
Do you want to take your website or blog to high ranking? For that first you optimize your Blog Post or website for better search visibility. From the beginning of Blogger platform it has introduced adding search description for each blog post.You can see now days lots of website or blogs using search description feature in blogger post.But to enabled this feature in your post you first need to enable it.There are lot of benefits of this feature like you can add relevant keyword in your post,you can add descriptions for each blog posts,you can use good and quality SEO keywords to enhance your post SEO.Below we will show how you can enable this feature in your website or blog.

Enable Post Search Description In Blogger

Step 1. Sign in to your blogger account and go to blogger dashboard
Step 2. Now from Blogger Dashboard Click ->Settings -> Search preferences
Step 3. Now you can see Description under Meta tags, which is Disabled,you need to enable it.To enable it click on Edit link.
enable search description button in blogger
After clicking on edit button,now write description about your blog within 150 characters that will be visible on search engine result page.After that click on save button.
write your blogger or website brief search description here
Step 4. Now go to your blog post and right side you can see post settings and search description is enabled.Now click on search description button and write your concise description for your post and after that click on save button.
enabled write your blogger post search descrition here

That's it Folks !!
We hope this article helped you to learn How To Add Search Description In Blogger Posts For Better SEO.If you liked this article please Join us on Facebook,Twitter,Google Plus.

fixed datemodified:missing error in google structure data testing tool
Hello Folks,In previous post we have talked about how to fix datepublished:missing error required in Blogger Template. Today in this article we are going to teach you how to fix datemodified:missing and recommended error in blogger template.dateModified:recommended error evolve from Accelerated Mobile Pages (AMP) Articles.Google has introduced Accelerated Mobile Pages (AMP), the main purpose of this AMP to send f Fast,neat and clean website or blogs to Mobile traffic.You can check this error through google structure data testing tool by visting https://developers.google.com/structured-data/testing-tool/. This error comes in article rich snippets.
amp article google structure datemodified:missing and recommended error in blogger template easy to fix

This error comes because search engine not understand when you updating or publishing on your website and if robots get updates they will index your blog accordingly.For this reason your blog posts won't get higher ranking in search engine.so to fix this error follow the steps mentioned below.

Before fixing dateModified:missing and recommended error,you have to check that datePublishes:missing and required error is fixed or not ?If datepublished error is not yet fixed,first fix then only you can fix dateModified error in blogger template.

Now We Are Heading to fix dateModified:Missing and Recommended Error.

Installation steps:

Step 1. Open https://www.blogger.com and Sign in to your account
Step 2. Now From Blogger Dashboard click on ->Template ->Edit HTML 
Step 3. Now Search for the following script in your Blogger template.
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span>
Step 4. Now from the above script,change itemprop='datePublished to itemprop='datePublished dateModified'

Now the outcome will look like this :
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished dateModified '><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span>
Step 5. Now Save your template..Done !!


After Completing above steps,again go to google structure data testing tool page and check and you will find see all datemodified:missing and recommended error is fixed in your blogger template.
blogger template datemodified:missing and recommended error fixed in google structure testing tool

We hope this article helped you to learn How To Fix dateModified:Missing and Recommended Error in Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.

how to Fix Datepublished:Missing And Recommended Error In Blogger Template
Hello Folks,In previous post we have talked about how to fix Missing:Author error in Blogger Template. Today in this article we are going to teach how to fix datepublished:missing error recommended error in blogger template.In Blogger template you will see an error about post publishing date.You can check this error through google structure data testing tool by visting https://developers.google.com/structured-data/testing-tool/. This error comes in article rich snippets.This error comes because search engine not understand when you updating or publishing on your blog or website and if robots get updates they will index your blog accordingly.For this reason your blog posts won't get higher ranking in search engine.so to fix this error follow the steps mentioned below.
Recommended:How To Fix dateModified:Missing And Recommended (Amp)Error In Blogger Template.

installation steps:

Step 1. Open https://www.blogger.com and Sign in to your account
Step 2. Now From Blogger Dashboard click on ->Template ->Edit HTML 
Step 3. Now Search for the following script in your Blogger template.
<span class='post-timestamp'>
                <b:if cond='data:top.showTimestamp'>
                  <data:top.timestampLabel/>
                  <b:if cond='data:post.url'>
                    <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
                    <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
                  </b:if>
                </b:if>
              </span>
Step 4. Now change the above script by below script.
<span class='post-timestamp'>
               <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
      <b:if cond='data:post.url'>
          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
        </b:if>
        </b:if>
 </span>
          </span> 
Step 5. Now Click on Save Template.Done !

After Completing above steps,again go to google structure data testing tool page and check and you will find no datepublished error in your blogger template.

We hope this article helped you to learn How To Fix Datepublished:Missing And Recommended Error In Blogger Template.If you liked this article please Join us on Facebook,Twitter,Google Plus.