SEO Terms & Concept Glossary
Clear definitions of web metadata, crawl budget, JSON-LD, SERP factors, and technical SEO terms.
Canonical Tag
Technical SEOAn HTML header link tag that indicates the primary, authoritative URL of a web page to prevent duplicate content penalties.
<link rel="canonical" href="https://example.com/page" />Crawl Budget
Technical SEOThe maximum number of pages search engine spiders (like Googlebot) will crawl on a website within a given timeframe.
JSON-LD
Structured DataJavaScript Object Notation for Linked Data, the W3C standard format for adding Schema.org structured data to web pages.
<script type="application/ld+json">{ "@context": "https://schema.org", ... }</script>Open Graph (OG)
Social SharingA metadata protocol created by Facebook that controls how web pages are presented when shared across social networks.
<meta property="og:title" content="Page Title" />SERP
Search EngineSearch Engine Results Page — the page returned by search engines after a user submits a search query.
robots.txt
Technical SEOA plain text file stored at a site root that instructs web crawlers which paths they are permitted or forbidden to access.
User-agent: *
Disallow: /adminhreflang
International SEOAn HTML link attribute used to specify the language and geographical targeting of a web page for international search.
<link rel="alternate" hreflang="en-US" href="https://example.com/us/" />Structured Data
Structured DataStandardized code inserted into a webpage to explicitly describe page content and entity relationships to search engines.