How To Remove M1 From Blogger Url [Blogger 2023] -fix
Today we will know how to fix or remove ?m=1 problem in Blogger URL it is elementary to fix this problem. and you will know after reading how you can fix the blogger ?m=1 error. How To Remove M1 From Blogger Url
Whenever we create our new blog, we see our URL precisely right on the desktop.
But when we open it on our mobile phone then something like this appears ?m=1 or ?m=0 is connected then how to fix this problem I am going to tell you
How to Fix ?m=1 Problem In Blogger
Let me tell you, people, there is no problem with this, we remove it mostly because our website’s URL looks very good to see.
But if you people are redirecting Blogger’s website to your WordPress, then you may have a problem because it will show you some error if you do not remove it, so it is very important to remove it.
How to Remove ?m=1 from Blogger Complete Steps
- First of all, you have to go to the theme of your blog.
- Now you have to open Edit Html.
- Now you will get the option of the body at the last.
- Now you have to paste this code above </body> which I have given you below.
HTML CODE COPY
<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> .
After doing all this, Blogger Url ?m=1 Problem will be fixed and how did you like this information, do tell by commenting or if there is any problem then tell us anyway.
this problem is very common so, when you upload a new template in your blogger after you this error ?m=1 shows again. so all steps again you follow easily solve this problem.
(Conclusion)
So you guys must have now understood how to remove ?m=1 from the URL (Link) of a Blogger Blog/Website, if you want to see more blogging-related information on our site, then keep visiting every day.