Join Us On Telegram To Get Latest Updates From Us. Join Now!

How To Remove ?m=1 From Blogger URL? (Easy Method)

You can remove the ?m=1 parameter from blogger website within few seconds just by adding this code to your website html.... Read more
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

Hello everyone! this is anish and welcome to a new blogging guide. Today I will teach you that how can you remove ?m=1 from your blogger website, does it helps in seo, should you use it or it will affect negatively to your website. I know that everyone don't like this ?m=1 parameter in blogger url including me, because it doesn't give professional look to any website, so I thought to share this tips that will help everyone to remove this parameter. you can remove this parameter within few seconds or minutes just by following some simple steps, so let's move to next and know more about it.

Removing ?m=1 parameter is easy, just follow the steps to remove it
How To Remove ?m=1 Parameter From Blogger URL?

First of all should know about these ?m=1 parameter, that what is this, why this shows to a blogger website and should we remove it. So let's know about this then we will move to next step.

What Is ?m=1 Parameter?

The ?m=1 parameter in Blogger URLs is a query string parameter added to the URL when the blog is accessed from a mobile device. It is an indicator that the mobile version of the webpage is being viewed. This parameter helps Blogger serve a mobile-optimized version of the page to improve the user experience on smaller screens. This parameter doesn't affect seo or website in reality, but looks unprofessional that's why everyone hates it.

Why remove ?m=1 parameter?

By removing this parameter or you can say hiding this parameter will only clean your website url and give a professional look. But if your website is old, you will get some errors in search, So I wouldn't recommend to use it. Still you want to remove ?m=1 parameter, you can do by following below steps.

Warning: I will never recommend anyone to use this, because this can create issue with your blog in future. So before applying this must know about this pros and cons that I have mentioned above. Also take a backup of your template so that you can easily restore it if you do any mistake.

Steps to remove ?m=1 from blogger website.

Let's follow the below given steps carefully to remove the ?m=1 parameter from your blogger website easily.

  • Step 1 : double tap to copy the below given code (javascript).
<script type='text/javascript'>
// 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>
  • Step 2 : Go to your blogger dashboard.
  • Step 3 : Click on menu and theme.
  • Step 4 : Now click on down arrow icon and edit html.
  • Step 5 : Now find the </head> or &lt;/head&gt; tag in html.
  • Step 6 : Now paste the code just above the closing head tag and click on save button.

congrats dear, you have successfully removed the ?m=1 parameter from your blogger website url. you can check now by opening your articles or website url in browser. if it's not working then check the following steps again that you have correctly implemented in your html. if it's still not working comment below, so that I can help you in resolving the problem.

Related Posts

Conclusion : In this post, I have shared about removing the ?m=1 parameter from blogger website. We hope you enjoyed reading our post and found it helpful. If you have any other question or need any help just comment below I will reply as soon as possible.

About the Author

Hello friends! Welcome to our blog. I'm Anish from gaya (Bihar). I'm a Blogger at Passion.

Post a Comment

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.