The width of the page title should be smaller than 600px
Description
Rule ID: page-title-width
This rule determine if page title fits into 600-pixel container.
Purpose
Generally recommended page title length should be maximum 60 characters. However, the exact display limit is a bit more complicated and is based on a 600-pixel container in Google Search results. The rule calculates page title width based on 3 major parameters: font-family: arial, sans-serif
, line-height: 1.3
, font-size: 20px
. This is because there is an allocated space for each search result, which currently measures at a maximum of 600px
. See example:
Note that the width is being shrunk to 548px
when thumbnail image is being displayed next to the page title. See example:
How to fix it
- If possible, try to keep the page title at a maximum 60 characters. Otherwise, it will be cut.
Standard
SiteLint, SEO, Best Practice