Untitled
unknown
plain_text
2 years ago
417 B
7
Indexable
function () {
var canonicalMetaUrl;
var mtmFullUrl = window.location.protocol + "//" + window.location.host + window.location.pathname + window.location.search + window.location.hash;
if(document.querySelector('link[rel="canonical"]')) {
canonicalMetaUrl = document.querySelector('link[rel="canonical"]').href;
mtmFullUrl = canonicalMetaUrl + window.location.search + window.location.hash;
}
return mtmFullUrl ;
}Editor is loading...
Leave a Comment