Technical: How to remove ?m = 1 from URL in blogger 2022

 

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

 

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

We as a whole know that "effortlessness is magnificence". Thus, here, I will direct you on the most proficient method to eliminate ?m=1 from the blogger URL, and make a straightforward expert URL. On the off chance that you focus when you visit any Blogger blog on the cell phone, then, at that point, there will show you, ?m=1 in the page address (URL). Generally, it is a versatile view boundary.

I have seen around the web (Google, Blogger help ) numerous Bloggers have posed inquiries "on the most proficient method to remove?m=1 from blogger", however nobody has any answered. Along these lines, I think why I'm not settling this issue! Lastly, I have an answer for this. Despite the fact that I have an answer for this, it was convoluted to do.

In the event that you might want to know 'how to eliminate date from blogger URL?', then you could visit our past post from here.

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

You don't have to eliminate it in that frame of mind of Website optimization. This implies on the off chance that you don't eliminate ?m=1 it won't influence your blog Website optimization in any condition and furthermore, it doesn't influence in Google search console (website admin apparatus). Be that as it may, you could eliminate it just for making an easy to understand blog entry URL.

Numerous beginners bloggers appear to be that it is an issue with the format, however the truth was totally unique in relation to their viewpoints. It was not added by you (the topic designer), or any other person, it was naturally added by Blogger CMS. In any case, it relies upon you regardless of whether you eliminate it.

In my blog address, additionally shows this ?m=1 in light of the fact that I have not taken out it. If you have any desire to eliminate it, so you really want to follow the offered ventures with consideration.

4 step to remove ?m=1 from blogger URL

Step to remove ?m=1 from blogger URL
4 step to remove? m=1from Blogger adress on mobile view 


  • Open your Blogger dashboard and click on the Layout.
  • Click on Add a Gadget and select HTML/JavaScript.
  • Now copy the code provided below, and paste it on the HTML/JavaScript Gadget that you have added recently.

<script>/*<![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);}; var protocol=window.location.protocol.replace(/\:/g,''); if(protocol=='http'){ var url=window.location.href.replace('http','https'); window.location.replace(url);} /*]]>*/</script>


  • Save the Gadget and enjoy ?m=1 free URL.

I hope you have successfully added this code to your blog. If you like my guide on how to remove ?m=1 from blogger, please leave a comment about our work and tell us what your opinion. We likes to know your thoughts.


Post a Comment

Previous Post Next Post