Mobile app version of vmapp.org
Login or Join
BetL925

: Google Analytics reporting pages with no titles set - how do I debug this? I have been looking through some reports on Google Analytics and if I go to CONTENT > Site Content > Pages

@BetL925

Posted in: #GoogleAnalytics

I have been looking through some reports on Google Analytics and if I go to CONTENT > Site Content > Pages and filter by Page Title my highest visits Page Title is (not set).

If I drill down into this to find the pages responsible they are all pages with titles (and indeed pretty much all of them are returned by the Page Title view with their titles).

I started playing about with the site trying to view it in various ways with different things enabled and disabled in order to see if I could ever make the title not appear on the pages listed, I just couldn't.

Has anyone come across this before and could provide me with a set of next steps in order to see what is happening.

I have checked the advice given in this question and can report that the tracking code as not been altered in any way that would have logic to create this.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

2 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

It is possible that the page title is set dynamically after dom is loaded, so initially the title is not set.
So google analytics is tracking the pageview twice, once with title not set and then after title is set.

10% popularity Vote Up Vote Down


 

@Cofer257

This usually comes when users view your site via Google's cache, or another source that scrapes your content. In Google's case they create a page with the header saying "this is a snapshot of the page" but then import your HTML directly underneath that (rather than using a frame). Analytics can't find the title tag since the HTML ends up as a bad mess.

However, I've never seen such a large proportion of "not set" as that so it's possible someone else is scraping your content and removing the title tag, but keeping the GA snippet for some reason.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme