# Blog & Content (/how-to/blog)



The Resytech blog system is a built-in CMS that lets you create rich content directly from your dashboard. Posts are written with a block-based visual editor, organized into categories, and published to your customer-facing website with full SEO controls. Published posts are served through your booking site's `/blog` route and are accessible by slug.

Guides [#guides]

<Cards>
  <Card title="Create a Blog Post" href="/how-to/blog/create-a-blog-post">
    Write a new post using the block editor, set a featured image, assign categories, and save it as a draft.
  </Card>

  <Card title="Manage Blog Categories" href="/how-to/blog/manage-blog-categories">
    Create, edit, and delete categories to organize your blog posts by topic.
  </Card>

  <Card title="Publish and Unpublish Posts" href="/how-to/blog/publish-and-unpublish-posts">
    Control which posts are live on your website and which remain as drafts.
  </Card>

  <Card title="Optimize Posts for SEO" href="/how-to/blog/optimize-posts-for-seo">
    Configure URL slugs, meta titles, meta descriptions, and other settings to improve search engine visibility.
  </Card>
</Cards>
