Mobile app version of vmapp.org
Login or Join
Merenda212

: Google analytics - drop in traffic Bit of a general question here. We are in the process of converting a number of our clients from older web sites to new ones. The problem we are getting,

@Merenda212

Posted in: #Google #GoogleAnalytics

Bit of a general question here. We are in the process of converting a number of our clients from older web sites to new ones.

The problem we are getting, and sorry for being so general here, is we are getting a sharp decline in traffic as reported on Google Analytics. It's not a gradual decline, it seems to hit almost as soon as the new site goes live.

I've just got a few questions to see if there is something we are doing wrong:

a) We are using the same analytics accounts going from old to new site. Is this a bad idea? b) The actual analytics code is integrated into the pages using a server-side include. IS this a bad idea? c) We structure our sites differently to our old site. IE. The old sites would pretty must have all the web pages in the root directory, and hyperlinks would be linked to the page files: EG.

<a href="somepage.aspx">Link</a>


Our new sites now have a directory structure that pretty much reflects the navigation structure, and hyper links link to the pages directory instead of the actual page: EG.

<a href="/new-items/shoes/">New shoes</a>


Is this a bad idea.

I'm really searching for a needle in a haystack here. Would appriciate any help or advice as to why we are getting such a sharp and sudden drop in traffic.

Again, so this is such a general question.

Thanks in advance.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Merenda212

2 Comments

Sorted by latest first Latest Oldest Best

 

@Rivera981

To answer point b specifically, using a serverside include to generare your analytics code is absolutely fine.

10% popularity Vote Up Vote Down


 

@Sue5673885

You must use redirects. Both search engines and visitors are coming to pages on your old site and then not finding the page they want. It will take a while before the search engines reindex your new site and who knows whether visitors will ever return. If someone has links to your site they may not realise that their link is now broken, and even if they do then they won't fix it. So all the page rank you've built up on links has now gone too.

Using the same analytics code is not a problem and using server side includes is fine too - Google can't tell whether you used them or not.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme