Skip to main content

Meta Tags

João Amorim avatar
Written by João Amorim
Updated over 5 years ago

ReadMe automatically populates the meta title tag and meta description tag of each page with content from the Title and Description fields.

No Description

When the Description field is empty, ReadMe uses the first 300 characters of the body of your page as the Meta description instead.

Try viewing the source code for this page! This is what you'll see:

Title Tag

<meta property="og:title" content="Meta Tags">

Meta description

<meta property="og:description" content="This description goes in the Meta description of the page">

Did this answer your question?