DOCUMENTATION

SEO & Metadata

Last updated May 2026
Publishing
All plans

Every published BlnkSpace page automatically generates a complete set of metadata — Open Graph tags, Twitter cards, canonical URLs, and a favicon — from your document's content. You can override any of these from Page Settings for full control over how your page appears in search results and link previews.

Automatic metadata

When you publish a page, BlnkSpace builds the following metadata automatically with no configuration required:

FieldSourceNotes
Page titleDocument titleUsed as the browser tab title and the <title> tag.
OG titleDocument titleShown as the headline in link previews.
OG imageAuto-generated via /api/ogGenerated from the title and icon. 1200×630px dark card.
FaviconDocument icon (emoji)Emoji rendered as inline SVG data URI for the tab icon.
Canonical URLSite primary hostAlways points to the verified custom domain if set, else the subdomain.
robotsindex: true, follow: truePublic pages are explicitly marked as indexable.
OG typearticleAll document pages use the article OG type.
OG modified timeDocument updatedAtISO 8601 timestamp of the last save.
Twitter cardsummary_large_imageShows the OG image as a large card on Twitter/X.

Overriding metadata

All automatically generated values can be overridden from Page Settings → Appearance & SEO. Overrides are stored as seoOverrides on the document and take precedence over the auto-generated values at render time.

SEO title
Replaces the document title in <title>, OG title, and Twitter title. Leave empty to use the document title.
SEO description
Sets the meta description, OG description, and Twitter description. Recommended: 150–160 characters. Leave empty and search engines will generate their own snippet from the page content.
OG image
Replaces the auto-generated image. Upload a 1200×630px image for best results. If set, the /api/og generator is not called.
Favicon image
Replaces the emoji favicon with a custom image. Supported formats: PNG, SVG, ICO. Recommended: 32×32px square.

Auto-generated OG image

When no custom OG image is set, BlnkSpace generates one dynamically via the /api/og endpoint. The generated image shows the document title in large type centered on a dark background, with the page emoji icon above it. It is 1200×630px and served with appropriate cache headers.

Auto-generated OG image — example
🚀Launch Checklistblnkspace.app

Canonical URLs

BlnkSpace enforces a single canonical URL per page to prevent duplicate content in search engines. The canonical is always the primary host — the verified custom domain if one is set, otherwise the blnkspace.app subdomain.

If your page is accessible from both mysite.com and mysite.blnkspace.app, the canonical tag will always reference mysite.com once the custom domain is verified. Search engines will consolidate ranking signals to the canonical URL.

Indexing

Published pages are explicitly marked as index: true, follow: true in the robots meta tag. This means search engines will crawl and index them by default.

There is currently no per-page noindex option. If you need to prevent a page from being indexed, do not publish it, or password-protect it at the domain level. A per-page indexing control is planned for a future release.

Sub-page URLs

Sub-pages (child documents) are published as nested paths under the root document's URL. A document titled "Getting Started" under a site at mysite.com would be published at mysite.com/getting-started. The slug is auto-generated from the document title and can be changed by renaming the document.