Remove Breadcrumbs Errors And ?m=1
Breadcrumb is a small path. It points your location on your site. It also affects the SEO of your website.
Use canonical URL, so: data:blog.url.canonical instead of data:blog.url. It should work for both desktop and mobile versions. It means the same URL works on both mobile and desktop without producing the ?m=1 or ?m=0.
Before this, I am going to tell you what all the portions I will explain and fix your problem.
First we will fix Breadcrumbs Error. This is the most dangerous for your website.
Second we will remove ?m=1 and ?m=0, tags from our mobile view URL.
Remove Breadcrumbs Error:-
You should follow the below steps, so that you would fixed this error :-
Go to blogger.com
Login to blogger with your blogger email id
Click on Template
Click edit HTML, you have to edit HTML theme code.
Press Ctr + F to open a search bar in your HTML theme code.
Search for <div class='breadcrumbs'
Paste the below code up to </b:loop>
Fix ?m=1 and ?m=0 Mobile URL:-
You have to follow the same steps as the first one. But in the second code you have to paste before the closing body tag.
Follow the below steps for this error :-
Go to Template setting of your blog
Click on the Edit HTML
Find the </body> of your theme, by pressing Ctrl+F
Paste the second code before </body>
Save the theme code and refresh the page on your mobile.
After applying this technique you can fix ?m=1 and ?m=0 URL problem.
Conclusion:-
I have described all the steps in this post. To fix breadcrumb errors and m tag URL errors of mobile. Whenever paste or remove code from HTML theme save that edited code it will help you if any error occurs.
Comment your problems in the comment section And share this post. If you have any question then ask in the comment.
Comments
Post a Comment