Remove ?m=1 from BLOGGER URL

What is ?m=1 In Blogger URL ?

So Friends ?m=1 is largely A Mobile View Parameter. But In Google Webmaster, It Show's Error Of Alternate page with proper canonical tag.

Remove ?m=1 from blogger url are awkward when anyone see ?m=1 in last of your blogger URL .Also it'll not be good for SEO.The size of blogger URL automatic look bigger. 

Search engine optimization is incredibly important for a web site to rank. Now if you’re running on blogger and facing the difficulty of m=1 in your SEO, don’t worry I’m here to assist you during this. But if you’re looking only to get rid of m=1 from the tip of your webpage then this post isn't for you as we’re not here to spoil your page SEO.

 you'll be able to add some script and take away that but program will punish your blog by decreasing page rank of your blog. we are able to also provide you such a script but we’ll not, as we’re here to spice up SEO to not degrade it.

 you'll read this whole article before applying any script and every one. Use proper methods to try and do things.



Read also :-

Exam For Assistant Commandant

Historical background :- Indian constitution

CAPFCAREER :- Life of an Assistant Commandant



Are you searching for the way to remove /?m=1 from blogger pages?

What happens if i'd say, you not have to remove /?m=1 from your blogger page/s. As Google itself already declare it for various URL of mobile and desktop.

It’s the identical case of various URLs for the identical post, you'll be able to check Official Google Page techniques to create both URLs different and indexing only Canonical URL to google computer program.

So Today i am going to show you ways to Remove ?m=1 From Blogger. you have to Follow Some Simple Steps.


➡️ Go to Blogger

➡️ Select Theme

➡️ Click On Edit HTML

➡️ Press CTRL+F And Search <head>

➡️ Paste The Code between <head> and </head>

 Save the theme and wow! You got it.

You remove ?m=1 From blogger



Code



<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>





➡️How to use Images.


Steps to remove ?m=1 from blogger URL
Steps to remove ?m=1 from bloggger URL


Hope, you like some tricks and tips of blogger. If you like this type of tricks,then please ensure to place your Email In Subscribe Letter So you'll be able to Get Latest Post Notification.


You can freely contact to me on kalkal.sachin07@gmail.com email. Please comment if you like.



Post a Comment

3 Comments