---
title: 'FAQ'
description: 'Common questions about Eleventy Baseline: lock-in, scope, production-readiness, tooling, SEO, and support.'
slug: 'faq'
type: 'page'
date: '2026-06-02'
lang: 'en'
url: 'https://www.eleventy-baseline.dev/faq/'
---

{%- for item in collections.faq %}

## {{ item.data.title }}

{{ item.content | safe }}

{%- endfor %}

{# render-time hook: enriches this page's FAQPage node with mainEntity (side-effect, prints nothing) #}
{{ _hook('faq') }}
