How to Remove m=1 from URL of blogger site

2 minute read
Do you want to remove m=1 URL from your blogger? If yes, you are in the right place but a few things to remember before removing the m=1 URL. So let's, today we will get you complete information on this topic. How to remove m=1 from URL? And Could it have some effect on my website?
 
Remove m=1 from URL of blogger site
While a coin can have two sides, it also has two sides, but it may or may not benefit you. It doesn't make the intention to remove it out. 

Some bloggers say that it is a kind of error and everyone knows that there is no point in removing it, so we tell some unheard things about this topic.

Why do you want to remove m=1 from the URL?

You think it can lower the ranking of my website. Your guess is Right, This Can Affect Your Search Engine Optimization When you are running your website on blogger then facing m=1 this problem for the SEO. So you all know this, blogger content provider is all programmed, so that is the canonical URL server where desktop show Only URL and canonical URL+m=1 to mobile users, these causes indexing issue.

In the future if you were migrating your blogger website to WordPress then you will able to face this issue for indexing, you will lose your SEO ranking and will get a 404 error with that URL. 

Benefits of Removing m=1 from URL

  • URL looks nice and clean
  • SEO friendly URL
  • SEO indexing nice

How to remove m=1 from blogger URL?

If you want to get out of m=1 from the blogger URL then you have to follow the below steps. This is very easy to remove it.

Customization

1 : Log in to your Blogger account, to remove m=1 from the URL 

2 : Enter into the Blogger Dashboard, and enter into Theme.

3 : Select the Edit HTML form listed.  Now you have to inclose below script in your blogger <head> section.
<!--[ 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>
4 : After doing all these steps very well, Save Theme 

If you open your blog website, you will see the m=1 which has been successfully removed from the URL of your website.

Conclusion

This is all about m=1 to remove from the blogger URL. According to my opinion, it's all better for you to remove m=1 cause there are so many benefits you will get in the future. If you face any problem then you can comment below