secretive
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Asterisk gets stripped outI am also having this issue.
Thanks
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Canonical URLsDavid, in case you’re still having problems with this, I found a neat solution in a forum – code I used is:
function dfr_remove_wpseo_canonical ($canonical) { if (is_dfr ()) { $canonical = false; } return $canonical; } add_filter ('wpseo_canonical', 'dfr_remove_wpseo_canonical');
Original post for reference is (https://www.seoguru.nl/seo-forum/vragen-en-discussies/1380-datafeedr-bevat-alleen-canonical-links.html). (It’s in Dutch ;), I used Google Translate)
Haha ok, at least we know we have the same issue
Scott, just to check, you did uncheck the “Track outbound clicks & downloads” box in the top settings box, and not the “Track outbound clicks/downloads as pageviews” boxes further down?
I just ask because you said ‘both’ unchecked, so I wanted to make sure we had done the same thing. Apologies if you had, but just to be sure ??
Thanks for your quick reply.
I just checked and yes, this did solve the problem.
I am having this exact same problem. It seems to be related to image alt tags, but curiously it only affects certain image placements.
I think it may be since the recent plugin update, but I can’t be sure. The issue definitely resolves when the plugin is deactivated though.
I can’t seem to find any setting that may be causing it, so again any help would be appreciated.
Cheers