Signup/Sign In

What is the maximum length of title and meta description tag in HTML for SEO?

In this article, we will be learning about the maximum length of title and meta description tag in HTML for SEO.

Title tag

The title tag in HTML is used to add the title of the webpage. This title is important and also required in Search Engine Optimization(SEO). The title is short and precise. The title tag is generally displayed at top of the page.

The title tag should not be longer than 70 words. Otherwise, the search engine may omit some words which may be important for SEO. Google has 600 pixels maximum width.

Here is the syntax used for the title tag.

<title> HTML example </title>

This picture shows you an example of the title tag.

meta description tag

Meta description tag

The meta description tag provides a summary of the page. The meta description can be between 150 to 170 words. The meta description should be short and precise. It is useful for Google search.

The syntax used for meta tag is

<meta name="description" content="The maximum length of meta tag">

This picture shows the description tag

meta description tag

Conclusion

So the title should be concise and short. It should no be greater than 70 words. The meta description summarizes the webpage. The meta description length should be between 150-170 words.



About the author: