Frontend

Introduction

SEO features for the Laioutr frontend including robots.txt, per-page meta tags, and how to configure search engine crawling and indexing.

SEO

The Laioutr frontend includes SEO features to help you optimize your storefront for search engines. These features are built on top of Nuxt SEO modules and integrated with the platform so you can configure them globally and per-page via Studio.

What's included

  • Robots.txt – Control which pages search engines can crawl and index. Configure globally and per-page via Studio. Included by default.
  • Sitemap – Generate XML sitemaps to help search engines discover and index your pages. Optional module that integrates with robots.txt.
  • OG Image – Generate social media preview images (og:image) using Vue templates. Optional module for better link previews when sharing.
  • Schema.org – Generate JSON-LD structured data to enable rich snippets in search results. Optional module with 30+ schema types.
  • Link Checker – Automatically scan for broken links, SEO issues, and accessibility problems during development and build. Optional module.
  • Per-page SEO – Each page variant can set title, description, and robots directives that are rendered as meta tags and headers.

SEO features

Robots.txt

Control how search engines and crawlers interact with your frontend. Configure robots.txt globally and set per-page robots directives in Studio.

Sitemap

Generate XML sitemaps automatically based on your Laioutr pages. Integrates with robots.txt so noindex pages are excluded. Optional module.

OG Image

Generate social media preview images using Vue templates. Create dynamic, branded og:image for better link previews when sharing. Optional module.

Schema.org

Generate JSON-LD structured data for rich snippets (ratings, FAQs, product info, breadcrumbs). Integrates with robots.txt. Optional module.

Link Checker

Scan for broken links, SEO issues, and accessibility problems. See live inspections in DevTools and generate build-time reports. Optional module.

All SEO features follow the same pattern: what the feature does, how to enable and configure it, and how to extend it when needed.