How To Disable/Remove M=1 suffix In Blogger.

how to disable m=1 in blogger,remove m=1 from my blogger,m=1 ko blogger se remove kaise kare,disable mobile view parameter from blogger,remove m=1

How to Disable/Remove Mobile View Parameter m=1.

How To Disable/Remove M=1 suffix In Blogger.


Actually, the code? M = 1 is a sign that the device used is a mobile device, while the code? M = 0 is a sign that the device used is a desktop device even though in reality it is not found the code? M = 0 on a desktop device.
Of course this becomes a duplicate tittle tag because there are other parameters, and that certainly can also affect the position of SEO blogs on the SEO Engine. Well, there are several ways to get rid of the code code? M = 1 or? M = 0 on the appearance of mobile devices.


  •   To remove it, follow the steps given below:-

  1.  Log in to your Blogger Account.
  2. Open Theme Menu Then Click  Edit html.
  3. Now,Find </body> Tag.
  4. Copy the code which is given below.
 <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>  
5.Paste this code above the </body> tag.

Now, if it's finished then you can test it on your mobile device or smartphone, there you will find that the code code? M = 1 or? M = 0 no longer exists.


THANKS FOR VISIT MY BLOG.

You may like these posts

  1. To insert a code use <i rel="pre">code_here</i>
  2. To insert a quote use <b rel="quote">your_qoute</b>
  3. To insert a picture use <i rel="image">url_image_here</i>
Comment Which Topic You Want....