Skip to main content

HTML Tag Fields

📘 Field descriptions for HTML tag content, including character length and duplicate detection.

Overview

These fields capture the content and properties of HTML tags that influence search engine interpretation and result appearance. Botify analyzes tag content, character length, duplicate occurrences, and tag counts across all crawled URLs.

Datasets and API collection

  • Available in: SiteCrawler · RealKeywords

  • For API users: These fields are available in the Crawl BQL collection.

Page Title

Field name

API identifier

Kind

Type

Description

Page Title

metadata.title.content

dimension

string

The text content of the page's HTML <title> tag.

Title Length

metadata.title.len

metric

integer

The character length of the page title.

1st Duplicate Title Found

metadata.title.duplicates.context_aware.is_first

dimension

string

The first URL sharing the same title as this page, found among other compliant URLs in the same zone (same protocol and hreflang). Blank if the title is unique.

H1 Heading

Field name

API identifier

Kind

Type

Description

H1

metadata.h1.contents

dimension

array

All H1 heading tags found on the page.

H1 Length

metadata.h1.len

metric

integer

The character length of the first H1 tag.

No. of H1 Tags

metadata.h1.nb

metric

integer

The number of H1 heading tags on the page. Best practice is one H1 per page.

H2 Heading

Field name

API identifier

Kind

Type

Description

H2

metadata.h2.contents

dimension

array

All H2 heading tags found on the page.

H2 Length

metadata.h2.len

metric

integer

The character length of the first H2 tag.

No. of H2 Tags

metadata.h2.nb

metric

integer

The number of H2 heading tags on the page.

Meta Description

Field name

API identifier

Kind

Type

Description

All Meta Descriptions
Former name: Meta Descriptions

metadata.description.contents

dimension

array

All meta description tags found on the page.

Meta Description

metadata.description.content

dimension

string

The content of the page's meta description tag, used by search engines to generate the result snippet.

Meta Description Length

metadata.description.len

metric

integer

The character length of the meta description.


See also:

Did this answer your question?