crawled - currently not indexed solution
तो दोस्तों अगर आप की वेबसाइट की थीम में Crawled - currently not indexed प्रॉब्लम देखने को मिल रही है तो आप इन कोड का यूज करके आपकी वेबसाइट में Crawled - currently not indexed problem fix कर सकते हैं तो आप इस पोस्ट को कतई बिस्कुट ना करें,
और साथ ही साथ दोस्तों अगर आपके ब्लॉग कि किसी भी पोस्ट के यूआरएल में m = 1 प्रॉब्लम आ रही है तब भी आप इस कोड का यूज कर सकते हैं m=1 or Crawled - currently not indexed problem fix दोनों प्रॉब्लम आपकी इस कोड के द्वारा समाधान हो जाएंगे.
how to fix crawled currently not indexed
दोस्तों आप इस एचटीएमएल कोड को अपनी वेबसाइट theme मैं सबसे नीचे </body> tag के ऊपर इस कोड को पेस्ट कर दें
Crawled - currently not indexed and m=1
<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>
इसके बाद दोस्तों अगर आपकी वेबसाइट में यह प्रॉब्लम देखने को मिल रही है तो आप अपनी वेबसाइट की थीम में <head> के बाद स्पेस देकर इसे पेस्ट कर दें और जहां पर हमारी वेबसाइट का यूआरएल है वहां पर अपनी वेबसाइट का यूआरएल दे दे.
Alternative page with proper canonical tag :-
<link href='https://www.mrsachinteach.com/' rel='canonical'/>
