email anchored my website
-
Hello everyone, I need your help, because while updating my site with Visual Studio SEO and using Google’s Search Console, I noticed that this plugin is “encoding my email” on several pages of my site, thus causing a 404.
Now I went to do a code analysis and I saw this part where for some reason the plugin adds my email queued to different URLs on my site through this code:
var mi_track_user = true;
var mi_no_track_reason = ”;
var MonsterInsightsDefaultLocations = {“page_location”:”https:\/\/www.specialistaseo.net\/rebranding\/[email protected]\/”,”page_referrer”:”https:\/\/www.specialistaseo.net\/rebranding\/”};
if ( typeof MonsterInsightsPrivacyGuardFilter === ‘function’ ) {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === ‘object’) ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
} else {
var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === ‘object’) ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
}the problem Here it would appear to be “page_location” as you can see from the code.
Have you ever seen something like this?
Could you help me remove my email from my site URL or at least remove this strange behavior on my site?
Note: let me know if you need more code to analyze it as well!
Thanks a lot for your interest and availability,
The page I need help with: [log in to see the link]
- The topic ‘email anchored my website’ is closed to new replies.