How to Remove m=1 in Blogger Website
how to remove m=1 in blogger website
How to remove? M = one from uniform resource locator in blogger: Whenever we host a blogger website, the uniform resource locator of that website shows fine within the desktop. However, once you see that website on mobile, the mobile can put? M = one behind the uniform resource locator. Whenever you open your website on mobile, the uniform resource locator of the website gets redirected. Like https://www.cyberchipe.blogspot.com / - >>> https://www.cyberchipe.blogspot.com/?m=1 | you'll not have any downside during this. There is no downside to this in the Google search console. As a result of the theme, you utilize is that the canonical tag within the Allredy theme. Already O Indicates your main uniform resource locator. However, if you would like your website's uniform resource locator to seem within the desktop because it seems in mobile. Thus you'll be able to use it.
First, you log in to your blogger's dashboard.
- Click on the Theme choice.
- Click on Edit hypertext mark-up language.
- Click once within the box you see.
- Press management and App (CTRL + F) from the keyboard. (If you are doing not perceive, see pic 1
- Write this within the search box you see within the corner, and press put down. (If you are doing not perceive, see the pic
- Pressing put down can take you to wherever it's written. Now you've got to stick the court below. (If you are doing not perceive, see the pic
- And to avoid wasting theme.
//<![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>
![]() |
Step 1 |
![]() |
Step 2 |
![]() |
Step 3 |
Post a Comment