Mobile app version of vmapp.org
Login or Join
Dunderdale272

: Google Analytics on Static Site Hosted by GAE I finagled hosting a static site on Google App Engine at http://corbyhaas.com The HTML when visiting the URL shows some meta information and a frame

@Dunderdale272

Posted in: #GoogleAnalytics #GoogleAppEngine #StaticContent

I finagled hosting a static site on Google App Engine at corbyhaas.com
The HTML when visiting the URL shows some meta information and a frame to the site's actual address: cody-static-sites.appspot.com/corbyhaas which has the content. This is done automagically by Google App Engine.

I've set up Google Analytics by including their script in my index.html, but the report shows 100% of visits coming from referring site "corbyhaas.com", which is useless information.

Has anyone set up Google Analytics for a static GAE site? Is there a setting in my Analytics dashboard I can tweak, or is this a hazard of using Google App Engine for static content? Also, while it's not relevant here (but could be for future sites), does GAE's method of showing only meta information with frames for static data affect SEO?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale272

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

I don't think there is anything you can do about the referrer as it appears Google is generating the page which wraps the frame.

I personally recommend that you reconsider using Google App Engine if you want to host on your own domain. Your current arrangement is suboptimal from an SEO perspective. If you issue the following searches in Google:

site:cody-static-sites.appspot.com
site:corbyhaas.com


You'll see that the page shows up twice in the search engine, which would count as duplicate content. It is strange Google would setup a website hosting service that is not SEO friendly.

There are many relatively low cost hosting solutions available that range around 5 to 10 dollars a month. They would give you much more control and allow you to consolidate your content under your main domain name.

Of course, I might be missing something, so others can comment as well.

I hope this helps.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme