Skip to main content

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","&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>
1. Copy the code given above 
2. Paste it to your theme html code at the end of your code (before <\body> tag)
3. Save it 
4 check by view your web page on mobile devices ?m=1 will be removed. 

Comments

Popular posts from this blog

The Ultimate Beginner’s Guide to AI-Powered Blogging for Nepali Students (2025)

The Ultimate Beginner’s Guide to AI-Powered Blogging for Nepali Students (2025) Artificial Intelligence (AI) is transforming blogging, making it easier to create content, optimize SEO, and drive traffic. Whether you're a student in Nepal looking to start a side hustle, earn passive income, or improve your writing skills, AI can help you write efficiently, rank better, and grow your audience . This guide explores how Nepali students can start AI-powered blogging in 2025 and the best tools to use. Why Should Nepali Students Use AI for Blogging? AI-driven blogging tools can: Generate content ideas based on trending topics in Nepal and globally. Write articles quickly with AI writing assistants. Optimize SEO using AI-driven keyword research to rank in Nepal and beyond. Improve engagement with AI-enhanced editing and analytics. Automate social media posts for better reach and audience building. Step 1: Choosing an AI Writing Assistant The first step in AI-powered blogging is selecting ...

The Rise of Generative AI in 2025: Transforming Industries and Everyday Life

  The Rise of Generative AI in 2025: Transforming Industries and Everyday Life The Rise of Generative AI in 2025: Transforming Industries and Everyday Life Generative AI has officially taken the world by storm in 2025, evolving from a futuristic concept into a powerhouse technology that’s reshaping industries and sneaking into our daily lives. Whether it’s writing a novel, designing a logo, or diagnosing a disease, this AI is doing it all—and doing it better than ever. But what’s behind its explosive growth? How is it changing the way we work and live? And why is it dominating Google search trends? Let’s explore the rise of generative AI, its impact, and what’s next for this revolutionary tech. What Is Generative AI, really? At its core, generative AI is artificial intelligence that creates original content. Unlike traditional AI, which analyzes data or follows strict rules, generative AI uses advanced algorithms—like large language models (LLMs) and neural networks—to produce t...

Evolution of Cellular Networks: From 1G to 5G

  Evolution of Cellular Networks: From 1G to 5G In just a few decades, mobile technology has transformed from bulky analog phones to ultra-fast 5G networks connecting billions of devices worldwide. Let’s take a journey through the evolution of cellular networks from 1G to 5G and see how each generation revolutionized the way we communicate. 📡 1G – The Beginning of Mobile Communication (1980s) The first generation of mobile networks, 1G , introduced the world to wireless communication . It was entirely analog , allowing only voice calls with poor quality, frequent call drops, and no security (calls could be easily intercepted). Phones were massive, resembling bricks rather than today’s sleek smartphones. ✅ Key Features: Only voice calls , no data transmission Large, bulky mobile phones No encryption (calls were not secure) 🔹 Example: AMPS (Advanced Mobile Phone System) in the U.S. 📞 2G – The Birth of Digital Mobile Communication (1990s) With 2G , mobile comm...