Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Resource Hints

Markup that tells the browser about connections or resources a page will need, so it can prepare them ahead of time.

Definition

Resource hints are signals, usually given as link elements, that inform the browser about connections or resources a page is likely to need. They let the browser do preparatory work — such as resolving a domain or fetching a file — before that work is strictly required.

Common resource hints include dns-prefetch, which resolves a domain name in advance; preconnect, which establishes a full connection including DNS, TCP and TLS to an origin; preload, which fetches a resource needed for the current page at a higher priority; and prefetch, which fetches a resource likely to be needed for a future navigation. Hints are advisory rather than mandatory — the browser may choose not to act on them depending on conditions such as available bandwidth. Used appropriately, preconnect and preload can reduce delays for critical third-party origins and assets.

Examples

  • Third-party connection

    A page adds a preconnect hint for a font provider's domain, so the connection is established before the font file is requested.

  • Critical asset

    A site uses a preload hint for its hero image so the browser fetches it early, helping its Largest Contentful Paint.

Sources

Related terms

Where QueryCatch uses this

Last updated: 16/05/2026

Resource Hints — Definition & Examples | QueryCatch | QueryCatch SEO Glossary