Website Logo

Welcome to My Website

Follow us to get updates related to latest posts Follow Now!

How To Remove "?m=1" From Blogger Post URL

I have seen on the Internet (Google, Blogger Help) many bloggers have asked questions on "How to dispose of ?m=1 from blogger", but no one has answere
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

All of us understand that "simplicity is beauty." So, all through this put up, I'll manual you on the manner to dispose of "?m=1" from blogger common useful resource locator and create an easy professional typical resource locator. If you concentrate once you visit any blogger diary at the itinerant, then there'll display you, "?m=1" inside the web page address (URL). Commonly, it is a mobile read parameter.

How To Remove "?m=1" From Blogger Post URL
© BeatBootCreation | How To Remove "?m=1"

I have seen on the Internet (Google, Blogger Help) many bloggers have asked questions on "How to dispose of ?m=1 from blogger", but no one has answered. So, I guess why am I not solving this problem! And finally, I have found the solution.

Why do you need to remove "?m=1" from Blogger URL?

You can't get rid of it in terms of SEO. This shows that if you don't get rid of "?m=1", it won't affect your blog SEO in any case, and moreover, it won't affect Google Search Console (webmaster device) . But, you can simply remove it to develop a simple weblog post URL.

Many newcomer bloggers think that this is a problem with the manual. However, the reality was completely different from what he had in mind. It is definitely not brought by you (theme developer) or anyone else. It was automatically offered by Blogger CMS. However, it is up to you whether you take it or not.

In my weblog cope with additionally shows this ?m=1 due to I honestly have not removed it. In case you would love to cast off it, as a result, you wish to observe the given steps paying interest.

Steps to remove ?m=1 from blogger URL

  • Go to Blogger Site
  • Go to Theme
  • Click on Edit HTML
  • Press Ctrl+F and find </body>
  • Copy the code given below
  • Paste that code above 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>
  • Now save the Theme
  • Done!

Final Word

I hope you have successfully presented this code in your blog. If you like my guide on how to remove ?m=1 from blogger then please leave a comment about our works and let us know your opinion. We love to know your mind.

About the Author

Hey! Im Ankur Kumar, I am a professional part time blogger. Here we share informative and technical information. This blog is made to teach you something new. Buy Me a Coffee

Post a Comment

Please don't share any sensitive or personal details here.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
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.
Site is Blocked
Sorry! This site is not available in your country.