This blog content is to help bloggers specially blogspot.com bloggers to have tips and tricks few hacks to make their blog look good to people and even to google bots



Make Your non-compatible blogger codes to compatible

Parse your blogger code here 👇

Use this online converter to parse your chitika, adsense,adsterra, adbrite and any HTML code into XML code which is not compatible with all the Blogger templates to make code compatible with all blogger templates or other blogs systems.

Parse Code


Now Copy pate this code and it will be compatible in blogger template

Parse Code
Share:

How do I fix m1 problem on Blogger? Solve ?m=1 Issue

How to Fix ?m=1 error issue in blogger m=1 Fix: Many blogger face this problem. This is a normal thing for smartphone url. It jusr suffix for mobile to direct user to mobile version of blog. But some time search consol give error related to m=1. If you think search consol giving error related to this or you dont want this suffix for your blog. you have to add small code in your blog. For this edit your blog theme for this follow these points one by one as it is 


Solve m=1 Issue







1. First login in your blog. 

2. Go to your theme by clicking theme on right side control panel in blogger. 

3. If you wann see this by images go this post How to Edit Theme in this post i show how to create blog and edit theme, layout to add widget. 

4. Note: Before editing anything take backup of your theme, so anything go wrong you can revert to previous form. If you do not know how to take backup of your theme Click here "How to take backup of theme or restore it

5. In your theme html editor find
"<body>", if you can not find then press "ctrl+F" or see Find in your browser gear (:) three dots. 

6. Copy pase this code just below "<body>" tag
<script type='text/javascript'>
//<![CDATA[
var uri = window.location.toString();
if (uri.indexOf("%3D","%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("%3D%3D","%3D%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("&m=1","&m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("&m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("?m=1","?m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>
7. Save your template and see result in your smartphone browser. the problem will be solve.

8. If this not worked for you then go to bottom in html editor and search "</body>" and pase above it. and again check in mobile browser.

Please like and Share this post on social networks.
Share:

How to change google search snippet for your blog

How to Change Title Meta Tag? 

Do You have problem with your google snippet for your blog? You want this type of link to show in google?, For this you have to change title tag of blog
How to change Google Snippet


So follow these step to make changes in your HTML,  header title meta tag 

1. How to go in html editor see this post but first take backup of your theme so you can revert to your orignal before edit, if anything go wrong  How to edit theme in blogger 

2. Go to top of your html editor if you are not already there. 

3. Find this title tag
 
<title><data:blog.pageTitle/></title> 

 4. And replace title tag with this one by copy paste
<b:if cond='data:blog.pageType == &quot;index&quot;'><title><data:blog.title/></title><b:else/><title><data:blog.pageName/> <data:blog.title/></title></b:if>

 5. Save your template

Share:

Ad Space

Responsive Advertisement

Blog Archive