Hello friends I am Varun The founder and author of this blog and today post is that how you can remove or Fix ?m=1 from your domain URL in blogger and trust me guys this is a latest method and easiest method to remove this from your blog domain. so let's start without wasting any time.
WHAT IS ?m=1 .
Before starting the main point that how to remove it, the main topic is what is this so let me know you that what is this and how to remove it and what is this impact on your blogger site and what are its advantages.
So friends this is a HTML code which automatically add to your blogger domain. And its use is not much important in terms of SEO if my suggestion I would say that it's not any use. But still there are many doubts that why I am making post on this topic , what is the main work of this and etc... So don't worry guys I will talk all the topic of ?m=1 and clear all your doubts.
So, in full explanation if you don't know what is this then I will tell you that in a simple way that is much easier for you to understanding.
When you open your blog site or wordpress site in browser and open the site link then you would see or will see in your link edit section after your domain. For Example:www.techyvarun99.blogspot.com/?m=1. And now we will read that what is this impact on your site.
What does It Impact on your site.
If we say simply e that there is no impact on your blogger site and also there is no impact on your blogger SEO I don't worry if you think that if we have remove this on your site then my site is not eligible for SEO. So don't worry it is just useful for making your site beautiful and and make your site professional so in next paragraph we read about me that how to remove it from your site.
How to Remove it from your site.
In order to remove this from your site, I maked some points. So if you read all the below points carefully then you will easily remove it from your site.
- Open your blogger blog site on your browser.
- After opening , open the blog theme section.
- Then click on the down arrow size that is on the right side of customize button.
- After doing this you will see any options.
- But you will only be click on the edit HTML section.
- After opening your theme HTML, you will find /body this code .
- After find this code you will paste the remove code by just above that is given by me to you .
- At last ,the all done and the ?m=1 code is now remove from your site domain.
Code download .
<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>
If you have any doubt concerning this post you will comment us. We will definitely reply to your comments.

0 Comments