Have a basic SEO-related google analytics question...
# random
m
Have a basic SEO-related google analytics question. Say I have two websites in the same domain but are completely different apps:
<http://www.foo.com|www.foo.com>
and
<http://blog.foo.com|blog.foo.com>
. Is it advisable to have the same google analytics tracking ID for both? Or use separate ones?
h
I know you’re trying to optimize for SEO from previous questions/conversations. My recommendation would be to reverse proxy
<http://blog.foo.com|blog.foo.com>
to
<http://foo.com/blog|foo.com/blog>
and then use the same GA ID for both.
👍 2
m
Hmmm, not a bad idea 😀