Browse apps
Install

Requires Business plan

Author
Storyblok GmbH
Last update
2/14/2025
AI SEO
Ensure your content has great SEO by generating tags with AI.
AI SEO

By installing this app, you get access to an innovative new SEO plugin that generates HTML tags based on an AI analysis of your stories’ content.

Features

  • Increase discoverability, and improve the search engine ranking of your site within a few clicks.
  • Lists most used tags for you, no need for expertise in SEO.
  • Generates content for these tags using AI by scanning your story.
  • Translatable tags support for projects with multiple languages.

Warning: For the plugin to generate these tags, the story needs meaningful content in it.

How to install

  1. In your space, go to Apps.
  2. Go to the AI-powered and find the AI SEO app.
  3. Click Install.
  4. This plugin is now available for all your space.

Warning: For this app to be installable in your space, an admin needs to approve AI usage.

Usage

  1. Go to your Block Library, and select the Content Type you want to edit.
  2. On the Fields tab, add a new "Plugin" field.
  3. Scroll down to “Plugin options” and select the “sb-ai-seo” option under the “Custom type” menu.
  4. Save and go to a story using this Content Type.
  5. Click the "AI generate SEO" button, select the tags you want to generate and click “Generate”.

Tip: We recommend creating an "SEO" tab and placing the AI SEO plugin there to organize better to keep your editorial process cleaner.

API Usage

When you fetch your story data, under the content property you will get an ai_seo object you can consume all these new tags info from.

// Story Object

{
  name: 'Showcase: AI SEO',
  id: 615985531,
  uuid: 'd22cb2a5-ac4b-4189-b04c-e25028573f58',
  content: {
    _uid: '8a1f61db-90e3-4ed4-be71-c1407ba8a28b',
    ai_seo: {
      title: 'Embrace imperfection: Make mindful',
      author: 'Jane Doe',
      keywords: 'Embrace imperfection, make mindful choices aligning with values',
      description: 'Maximize your time: prioritize tasks, set boundaries, and delegate...',
    },
    ...
  }