Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Monday, August 15, 2016




Blogger is a popular blogging platform. Blogspot is easy to use but if you have a blog with hundreds of posts and you click on labels you will notice that a big list of blog posts are appearing on the label page. This can be very uncomfortable for your visitors who want to read your blogs.

Even if you set the number of posts to show per page, from the layout page, it still won't work on the label pages. So, here is how to limit the number of posts shown in the label page:


1. Open Template from your Blogger control panel.

2. Click on Edit HTML.

3. In the editing panel, press Ctrl + F and search for
expr:href='data:label.url'

4. Replace all of them with either
expr:href='data:label.url + "?max-results=10"'

5. Click on Save template and have fun.



Friday, April 24, 2015


If you don't want your visitors clicking links and going away from your blog then you should try one of these.

  • Go to your posts 
  • Click edit
  • Click on the link you want your visitors to open in new tab
  • Click "Change"
  • There is a check box that says - "Open this link in a new window" - Mark this check box 
  • Click and Update post
  • Done

OR

  • Go to your Template
  • Click "Edit HTML"
  • Press Ctrl + F and search for <head> tag
  • Now copy this code - <base target="_blank"/>
  • Put it next to your <head> tag
  • Done

TAG: How To Make Blogger Links Open In New Tab

Thursday, February 5, 2015




How To Fix Google Webmaster Tools Structured Data Postid Errors of a Blogger/Blogspot Blog?


When you add a Blogger/ Blogspot site in the Google Webmaster Tools It may show a lot of errors in Search Appearance - Structured Data. If your errors are because of BlogPost then you can fix them by following the steps bellow:

1. Log in to Blogger.

2. Select your Blog.

3. Go to Template.

4. Click on Edit HTML.

5. Inside the code box press Ctrl+F.

6. Search for itemprop='blogPost'.

7. Delete itemprop='blogPost'.

8. Click Save Template.

9. Done.





How To Fix Google Webmaster Tools Structured Data Postid Errors of a Blogger/Blogspot Blog?


When you add a Blogger/ Blogspot site in the Google Webmaster Tools It may show a lot of errors in Search Appearance - Structured Data. If your errors are because of Postid then you can fix them by following the steps bellow:

1. Log in to Blogger.

2. Select your Blog.

3. Go to Template.

4. Click on Edit HTML.

5. Inside the code box press Ctrl+F.

6. Search for itemprop='postid'.

7. You'll find it twice.

8. Delete both the itemprop='postid'.

9. Click Save Template.

10. Done.






How To Fix Google Webmaster Tools Structured Data Blogid Errors of a Blogger/Blogspot Blog?


When you add a Blogger/ Blogspot site in the Google Webmaster Tools It may show a lot of errors in Search Appearance - Structured Data. If your errors are because of Blogid then you can fix them by following the steps bellow:

1. Log in to Blogger.

2. Select your Blog.

3. Go to Template.

4. Click on Edit HTML.

5. Inside the code box press Ctrl+F.

6. Search for itemprop='blogid'.

7. You'll find it twice.

8. Delete both the itemprop='blogid'.

9. Click Save Template.

10. Done.