No page title in report

Hello everyone,

on Matomo dashboard, under “Behaviour” → “Pagetile” lists a lots of pages with page path from connected website instead of page title. Listed pages with page title are in minority. I have picked some pages from this overview to check if the title attribute is missing. All picked pages owns this attribute.

I’m new with Matomo and I’ve got the task to fix it. Where can I start with my investigation and what could be a possible reason for this behaviour?

Thansk in advanced

Hello @reporter If some pages show the correct page title while others display the URL path instead, it usually means that Matomo isn’t receiving a proper document.title value or that a custom page title isn’t being passed in the tracking call.

A good place to start is checking how the page title is being set in your tracking code. Matomo explains this here:

https://matomo.org/faq/how-to/how-do-i-set-a-custom-page-title-using-the-matomo-javascript-title/

This guide will help you verify whether your implementation is sending the right title for each page.

Thank for your answer. During further investigation it seems there is a timing problem. Some page will indeed appear in report twice. At first without page title and second with page title. The entries with page title are mostly on second page in Matomo web application. It seems, there is in my case a timing proplem with vue, that I’m using.