Hello, Bloggers! Welcome to Raghavendra Technic.
In this tutorial, we are going to show you How To Remove "?m=1" From Blogger Post URL
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.
I have visible around the internet (Google,Blogger Help) many bloggers have requested questions on "a way to dispose of?m=1 from blogger", but no person has responded. So, I suppose why I'm not resolving this trouble! And ultimately, I have got a solution for this.
Why do you need to remove "?m=1" from Blogger URL?
You do not get to get rid of it inside the context of SEO. This shows in case you do now not do away with "?m=1", it'll not affect your blog SEO in any condition, and additionally, it does now not have an effect on the google search console (Webmaster Device). But, you can take it away just for developing a smooth weblog post URL.
Many newcomers bloggers appear that it's a trouble with the manual. However, the reality was wholly absolutely specific from their mind. It surely becomes no longer brought by using you (the subject developer) or everybody else. It sincerely became mechanically introduced by way of blogger CMS. however, it relies upon on you whether or not or now not you take it away or no longer.
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
Important!Before we start adding codes in XML, I will recommend you to take a Backup of your current theme. By chance if any problem occurs, you can restore it later.
Step 1: First of all Login to your Blogger Dashboard.
Step 2: On Blogger Dashboard, click Theme.
Step 3: Click the arrow down icon next to 'customize' button.
Step 4: Click Edit HTML, you will be redirected to editing page.
Step 5: Now search the code </body>
and paste the following JS Codes just above to it.
Related Posts
<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>
Step 6: Now click on Save by clicking this icon
Step 7: That's done!
Conclusion
In this article I have made a tutorial on How To Remove "?m=1" From Blogger Post URL. I hope you have liked it and Please do share with your friends and follow our blog for more
If you face any problems in code or have any questions please feel free to ask in comments section or join our Telegram Group for discussion.
Our All Posts Are Protected By DMCA. So Don't Try To Copy Our Posts And Reproduction In Any Way Is Strictly Prohibited! Or else Legal Actions Will Be Taken. © Raghavendra Technic | All Rights Reserved
© Copyright:
raghavendratechnic.blogspot.com