Add license key here to activate the template

How to remove M=1 from URL in blogger - Mobster

How to remove? M=1 from URL in blogger


So hey guys in this post I am gonna show you how to to remove M=1 from blogger URL or URL of blogger.

Whenever we host a website in Blogger, the URL of that website shows fine on the desktop. But when you see that website on mobile, the server put? M=1 behind the URL.


To remove M equal to from URL first of all go to Theme
And then Edit Html 

After that just Find <head> in theme code and paste the code below <head>
Douple tap to copy
<!--[ Remove M=1 from blogger URL]-->
<script>//<![CDATA[
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>
And save theme.
And boom your m=1 is removed.
That is how to remove m=1 from blogger or blogger url


People Also Search for

4 step to remove "?m=1" without hurting on your blog SEO

How To Remove m1 From Blogger - Mobster

How to Remove Blogger m=1, Boost SEO of the blog 2022

How to Remove Blogger m=1, Boost SEO of the blog 2022

How to remove?m=1from the ending of a blog url ? - Mobster

Rate this article

Getting Info...