Hi,
there where two people out of all of our clients that had problems with traffic. One of them did not use the same tracking code and experience a change in traffic pattern (the tracking probably used a different time interval for unique visitors). For the other one we did not find the cause but the site was a small site and we did not got analytic access to analyze it.
I take every SEO problem very serious and for each change or problem I study a lot to take the best decision. In general we are very heavily based on yoast’s guidelines https://yoast.com/ (from my opinion he is the best in wp seo).
You can paste your google ajax tracking code here: http://screencast.com/t/VEs3mJQ6
Radu O.
-
This reply was modified 12 years by
Radu.
Thank you for this! I added this code:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
and the theme “breaks”!
It’s my first day with the new theme and I’ve lost approximately 9000-10000 of my average daily tracked visitors! Can you please tell me how to fix this issue?
hi,
http://screencast.com/t/RYQduxNd
http://screencast.com/t/RdRgZnZqXd1
you can take a look here for more documentation oh how to track an event
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
https://developers.google.com/analytics/devguides/collection/gajs/
Thanks for you message.
Radu A.
Hi,
Here you can find the next/prev ajax pagination – http://screencast.com/t/NcLV0dR44nx – http://screencast.com/t/Za1gBpkjSV
Thanks!
i add the code here http://grab.by/IENY and here http://grab.by/IENW, but the “next, previous buttons” stops to work. any help?
Hi,
What error do you receive in the console? if you can’t find anything please let the code on and provide a link so i can take a look. That section if minified and it’s a bit complicated to see the cause, i’ve added it on our list for the next updates, we will disable the minification.
Thank you!
Emil maybe i made a mistake on my first attempt. i do it again and all works fine. thank you for your help!!