How to Remove Blogger m=0, Increse SEO of the blog 2022
You’re facing duplicate content SEO issues due
to m=0 in the Blogger blog. And want to remove m=0 from the Blogger and solve
the problem. Let’s understand how to remove the Blogger m=0 duplicate content
issue and enhance the SEO of the blog.
The Blogger CMS serves canonical URL to
desktop and canonical URL with m=0 to mobile users. This article will explain
how to fix the Blogger m=1, m=0
issue for the Blogger blog.
·
Desktop Version:
https://www.example.com/
·
Mobile Version: https://www.example.com/?m=1
Solve the issue of Blogger – Duplicate, submitted URL not selected as canonical
if you want to remove m=1 from the Blogger blog URL, then click here.
Now Fix Blogger m=0 issue
Step 1 Login
Your Blogger Account
Step 2 Take
Backup Of Theme Then
Step 3 Click On
Theme After This Click edit html.
Step 4 Now Display
Your Blog Theme Code
Step 5 Press from keyboard
(CTRL + F) For Open Search And Search </body>
Step 6 Now Copy This Code And Paste In Your Theme Code Up
To </body> Tag
<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=0","&m=0") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("&m=0"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("?m=0","?m=0") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=0"));
window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>
Step 7 Click On
Save Button.
Now Fix ?m=0
Related Document
HowTo Fix (?m=1) In Domain Url
How To Add Download Timmer In Blogger Post
How To Add Progress Bar In Blogger Blog