How to Remove Blogger Mobile Extension (?m=1)

  • Join us to download any resource for free. You will be able to download or guest post.
    Sign Up Now

Ibrahim bülbül

New member
Jan 7, 2024
17
2
3
aatk
What is the Blogger Mobile Extension (?m=1)?:When accessing websites with Blogger infrastructure via mobile devices, an addition is made to the end of the URL in the form of "?m=1". This is the Blogger Mobile Extension. Upon research, we couldn't find many resources regarding the removal of this extension. In some sources, a solution was indicated for a certain fee. In most Blogger themes, Google indexes only desktop URL extensions, leading to the creation of the Blogger mobile extension (?m=1) on mobile devices.

Screenshot_3.png


In this article, we will guide you on how to easily get rid of the Blogger mobile extension (?m=1) completely free of charge. The process we will perform does not affect systems like Google AdSense in any way. It simply allows you to remove the Blogger mobile extension (?m=1) from the end of the URL.

Steps to Follow:

  1. Firstly, go to your blog's editing page from https://www.blogger.com/.
  2. Navigate to the 'Theme' section.
From the screen that appears, enter the 'Edit HTML' section from the menu next to the 'Customize' section.

Use the CTRL+F combination in the code screen that appears to search for the </head> command, and paste the code below it on the next line.

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

Afterward, save the changes using the save button in the upper right corner.Your process is complete. You have now successfully eliminated the Blogger mobile extension (?m=1) in such an easy manner. You can check it from a mobile device.
 
Last edited by a moderator:

Similar threads

May 2024

Total amount
$30.85
Goal
$250.00
Donation ends:

Staff online

Members online

Latest posts

Forum statistics

Threads
9,223
Messages
23,313
Members
54,029
Latest member
Gerônimo

About us

  • Our community has been around from 2017 and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. Providing Free Resources to help newcomers/startups. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu