How To Remove ?m=1 Error From Blogger URL

In this article, I’ll teach you how to fix the ?m=1 error in Blogger in just 2 minutes, so keep reading to find out how to correct this error on your blog.

Many new bloggers encounter the?m = 1 error when they start their blog on Blogger. They don’t know how to fix this error and are concerned about their site. 

Visitors using your website or blog on mobile devices affect your SEO (Search Engine Optimization) in search results such as Google, Bing, and others. So, if you view this blog post, fix this problem immediately.

Follow all the methods to remove the?m =1 issue on your Blogger site to rank your website or blog, and you must download a backup of your website if any errors occur. You may then quickly restore your site.

Take Note: Carefully follow the steps.

Before attempting to remove the?m = 1 error in Blogger you encountered while browsing.

https://www.yourwebsite.com/ in desktop mode 

https://www.yourwebsite.com/?m=1 in mobile

Here are the steps to resolve the?m = 1 problem in Blogger:

Step 1: Open your Blogger website on your mobile phone, then check the URL to see if there is a m=1 error.

Step 2: Log in to your Blogger using your mobile phone or laptop, whichever you prefer.

Step 3: Navigate to the theme area after successfully logging into the Blogger dashboard.

Step 4: When you see the theme code, press (CTRL + F) and search for the < /body> tag. Another alternative is to scroll to the bottom of your theme code and look for the </body> tag.

Step 5: Download the Code file from the download button below. Copy the code and paste the m=1 fix code below the </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>

Download

Step 6: Then select the update option, and the popup (Update Successful) will appear in the center of the page.

Step 7: Once again, open your blog and check this. The m=1 error will be fixed.

 

Leave a Comment