Ah ok,
Hadn’t found that link before and wasn’t really aware of Google’s autodetection feature, sorry.
Thanks
Since the shortcode was only used on one template page, and only on one page in particular …
Did the following work around;
Instead of <?php the_content(); ?>
I used;
<?php
$id=heregoespostid;
$post = get_post($id);
$content = apply_filters('the_content', $post->post_content);
echo $content;
?>
Hi, any news on this? Having the exact same problem with WP installation of a client. Using Yoast Analytics, Woocommerce and Simple URL’s.
Outbound links to track: /go/
Domain it’s self has no www. (meaning starts directly with http://domain.com)