Information about page

Hello, I have empty title tracked in page title.
I don’t know why. Can you fix it.
And in expend of each pages shorted by title the url linked.
Thanks.

I moved your topic because it isn’t a suggestion. Check your tracking code.

If you have an empty page title, see if you’re using something like:

piwik_action_name = ‘’;
piwik_log(piwik_action_name, …);

or

tracker->setDocumentTitle(’’);

The code for ALL my web page is:

<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stat.first-world.info/" : "http://stat.first-world.info/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://stat.first-world.info/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>

<!-- End Piwik Tag -->

And I have no found page with empty title on my website.

on your website.

but (looking at your filtering feature request), could this be someone using an old version of your web page saved to their desktop?

I work only in live on sftp of the website.
It can by usefull have information for link “page title” and “page url”

# What is “page url not defined” in the Pages report?

# What is “page title not defined” in the Page titles report?