I'm noticing that when I have a colon in the title tag of a page, PrinterFriendly only displays the part of the title to the right of the colon. How can I get it to display the entire title?
Use an <h1> for the title of the page (without multiple h1 tags).
The logic works like this…
If there’s only one H1, use that for page title. Else, try to clean from <title> tag (tries to remove things like mysite.com:)
Thanks for bringing this to my attention. This has been fixed.