Fixing Bounce Rate between Domain and Subdomain
-
Currently, the way our site is set up, our clients generally visit our homepage and then login through a separate page that is a subdomain, or they can read our blog/support articles that are also on separate subdomains.
From my understanding, this can be counted as a bounce, and I know this sorta of site structure isn't ideal, but with our current dev resources and dependencies, fixing this isn't going to happen overnight.
Regardless, what would be the easiest way to implement this fix witihn the Google Analytics code?
EX: If someone visits our site at X.com, and then wants to login at portal.X.com, I don't want to count that as a bounce.
Any insight is appreciated!
Thanks
-
Hi Paul,
You're right - any click from X.com that takes someone directly to portal.X.com would indeed count as a bounce. There are a couple of ways you might proceed:
- Use Adjusted Bounce Rate
You can read this great post about adjusting your GA code to interpret users that spend a certain amount of time on a landing page as "engaged" and therefore not a bounce even if they click through to portal.X.com.
https://moz.com/blog/adjusted-bounce-rate
This probably won't solve your problem if people are specifically coming to your site and immediately clicking through to the subdomain, but it might help if your blog posts are ranking and being considered bounces.
- Redirect Through An Intermediary Page
If you have the ability to create a page through which you can transfer any clicks, that would solve your problem. For example, you create a "placeholder" page and redirect it to your subdomain. You then make the "portal" link direct to the placeholder page.
In other words, the following would happen:
- User lands on Landing Page
- User clicks "Portal Page"
- User goes to placeholder page (considered "engaged" at this point)
- User redirected from placeholder page to portal
It's not the cleanest solution but it will accomplish what you are asking for. The placeholder page is just there to redirect the user, nothing else.
More important than these 2 strategies, however, is the question of why bounce rate is so important. Are you simply trying to differentiate your portal users from other traffic on your site? Are you worried about negative SEO impacts of having a higher bounce rate than usual? Or is it being used as a KPI of some sort?
Feel free to reach out any time and I will be happy to lend a hand if at all possible.
Cheers,
Rob
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
What would be causing our linking domains and inbound links to decline?
I am noticing a decline in the number of our linking domains and inbound links from month to month. It isn't drastic but looking like a trend. Any reason why this would happen? I'm not sure where to start. Thanks!
Reporting & Analytics | | amanda_feagle0 -
Steady Decline in Domain Authority since December 2014
We have a site that was at a 32 domain authority in December, and our competition as usually been about a point or two behind us. But since December, we have fallen a point or two after each index and are now at the point of 26 and our competition is up to a 33. The competition did fall a point or two but were able to regain what they lost. We publish original content blogs over 600 words per blog targeted at our audience twice a week and post to all of our social media channels and have guest blogged linking back to our site. We also updated the look of our site to be mobile responsive to comply with Google's mobile indexing. I did find some spam feed burners linking to our site over 4,000 times and have since disavowed those links. Has anyone experienced a decline in domain authority in the past few months and have you been able to turn it back around? Is there something that we should look at fixing or something we are missing that could help bring our numbers back up?
Reporting & Analytics | | T-wrench0 -
Domain Authority Drop
We just witnessed a domain authority drop. We went from 24 to 21.Not sure why. We've been creating fresh new content for our site over the last few days and haven't done anything that would cause it.
Reporting & Analytics | | StickyLife
Any advice would be greatly appreciated.0 -
How do I add subdomain tracking to an existing Google analytics account that was set up to track website only (without the subdomain option)
I know you can track subdomains by just selecting the proper code when you set up the analytics and then create filters for the data in analytics. But how do you add a subdomain for existing analytics website. Is there a way to go back and change to the option to include subdomains and then I assume just replace the tracking code with the new code that Google delivers for this?
Reporting & Analytics | | rhgraves650 -
Question about a Old Domain
My question is about a previously used Domain. recently one of my client buy a new domain and now start working with that. he ask me to manage google webmaster and analysis. Yesterday i found its showing 360 Not found error. and showing some link which is not generated by my client, maybe previously this domain was used and these link are generated at that time. in webmaster tools i use Remove URLs to remove these links from google. My question to experts: it will effect my clients site? can i overcome from this situation? or better to use a new domain? at opensiteexplorer its showing Domain authority is 6/100, Page authority 16/100
Reporting & Analytics | | Tahrim0 -
How to find backlinks from GWT domains
Given the list of GWT domains that link to our site, what is an easy way to find the actual pages on those domains that link to our site? Best,
Reporting & Analytics | | ChristopherGlaeser
Christopher0 -
Is Analytics Code for SubDomains different?
I am currently tracking site performance on our website with Google Analytics. Recently, we've brought a Wordpress blog into our site as a subdomain blog.accupos.com. Though we did this a few months ago, we do not have Analytics data for these pages within the wordpress platform. I've found where to paste the code, in the Footer block of the Wordpress template, just before the close body tag (is this the best recommended way?) and just have one question about WHICH code to paste. Can I add the original code, same as the rest of the site? Or does Analytics have a different code for tracking subdomains? If so, do I need to replace existing code for the rest of the site? I hope I worded this okay. Please help. I'd appreciate it! Derek M.
Reporting & Analytics | | DerekM880 -
Google Analtyics Cross Domain Tracking - in a form
I have a 3rd party booking engine that is causing my own domain to show up as a top referreral in google analytics. The vendor is on my very last nerve 🙂 So they're not helping. Would anyone be interested in helping a newbie out with a frustrating problem? Code: Reservations Page - function SubmitReservationForm() {. . . .
Reporting & Analytics | | jenny05
ResLink = "http://www.bookingengine.com/res/vn4/checka.aspx?month=" + Month + "&day=" + Day + "&year=" + Year + "&nights=" + Nights + "&rooms=" + Rooms + "&adults=" + Adults + "&children=" + Children + "&B1=Check+Availability&hotelid=xxxx"
pageTracker._link(ResLink);
return true;
} On Every page: Any thoughts would be appreciated! I believe the problem is pageTracker._link(ResLink); but I'm clueless on fixing it.1