Screaming Frog · JSON-LD Context

Screaming Frog Context

JSON-LD context defining the semantic vocabulary for Screaming Frog from Screaming Frog.

20 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

seo: https://raw.githubusercontent.com/api-evangelist/screaming-frog/main/vocabulary/

Classes

url status_code status title title_length meta_description meta_description_length h1 word_count content_type size indexability canonical_url redirect_url inlinks outlinks crawl_depth response_time CrawlResult SEOAudit

JSON-LD Document

screaming-frog-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "seo": "https://raw.githubusercontent.com/api-evangelist/screaming-frog/main/vocabulary/",
    "url": "url",
    "status_code": "seo:statusCode",
    "status": "seo:httpStatus",
    "title": "name",
    "title_length": "seo:titleLength",
    "meta_description": "description",
    "meta_description_length": "seo:descriptionLength",
    "h1": "headline",
    "word_count": "wordCount",
    "content_type": "encodingFormat",
    "size": "contentSize",
    "indexability": "seo:indexability",
    "canonical_url": "sameAs",
    "redirect_url": "seo:redirectUrl",
    "inlinks": "seo:inlinks",
    "outlinks": "seo:outlinks",
    "crawl_depth": "seo:crawlDepth",
    "response_time": "seo:responseTime",
    "CrawlResult": "WebPage",
    "SEOAudit": "Report"
  }
}