Skip to main content

Posts

Showing posts with the label remove ?m=1 problem in blogger

Shortcut trick to remove ?m=1when searched in mobile??

Remove ?m=1 from your blogger  Just copy the following code to your tail of your html code and your problems will be solved. After including this code also removes the problem excluded page with redirect which will reduce your website ranking . So it is important to remove such issue so that your website looks good and be sure that your same page doesn't contain page with more than one url.  <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","...