Monday, April 7, 2025. 06:46

How to Remove Blogger URL Parameter (m=1) Like Fetney.com

•
Removing blogger m=1

Blogger URL parameter (m=1) is the URL parameter that Blogger uses automatically to activate blogger conditional tags on mobile mode.

This trick is commonly referred to as "Clean URL" (neutralizes sitelinks that bloggers change automatically, and returns them to normal).

This tutorial will be needed when we want the appearance of the Blog URL (Blogger / blogspot) to be like most websites in general. No frills or parameter attributes after the domain name when it is accessed by a visitor .. both on desktop and mobile mode!
Ok, just get on with it ..

The following is How to Remove Blogger URL Parameters (m=1), when accessed via mobile I mean:

Steps to remove the Blogspot URL parameter (m=1) when accessed by mobile

  1. Login to Blogger.com
  2. Go to Themes > (â‹®)> Edit HTML
  3. Then, look for the <head> tag and save the following JavaScript code right after / below it:
<script>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>
4. Save changes

Now try to access our blog URL via a smartphone / mobile browser .. 

Good luck
Admin
Admin
I'm Mukesh Kushwaha, a professional web designer, graphic designer, UI/UX designer, logo designer, and banner designer from Bihar State, India. I'm also a content creator who loves coding and editing. I'm always on the lookout for new and interesting ways to create engaging content.

You may like these posts

How To Display Post Views Counter in Blogger Post in 2021

Many blogspot users have been looking for ways to display post views count in blog. They really t...

How To Add Estimated Post Reading Time To Your Blogger Template

As in WordPress, many blogspot users have been looking for ways to add estimated reading time in ...

How to Remove Blogger URL Parameter (m=1) Like Fetney.com

Blogger URL parameter (m=1) is the URL parameter that Blogger uses automatically to activate blog...

How to Install Anti-Adblock in Blogger

Many internet users install the AdBlock extension on their computers or cellphones. They don't wa...

LEAVE A REPLY