Skip to main content
[StoryblokStoryID:245122144]

Live article: https://www.storyblok.com/faq/storyblok-headless-cms-and-seo


  • FAQ
  • Storyblok Headless CMS and SEO?

Storyblok is a Headless CMS so we only provide content in form of a data structure called JSON.

{
  "story": {
    "id": 107350,
    "uuid": "ac0d2ed0-e323-43ca-ae59-5cd7d38683cb",
    ...
    "content": {
      "component": "post",
      "image": "//a.storyblok.com/f/44162/1500x500/68b522b06d/1500x500.jpeg",
      "title": "My second title",
      "author": "22f4fb1b-50b3-4bf2-816e-7d589e307421",
      "content": "Lorem ipsum dolor sit amet, *consectetur* adipisicing elit, sed do eiusmod",
      "schedule": "2018-08-31 21:59",
      "description": "Description of the third",
      "categories": [
        "9aa72a2f-04ae-48df-b71f-25f53044dc97"
      ]
    }
  }
}

Since Google does not load the content from Storyblok directly, your team is responsible for a fast and performant website, that than can be crawled and ranked by Google.

Storyblok performance

Content served by Storyblok is cached so the performance from our side is always at its highest level, additionally we also introduced an image service that allows your developer to automatically optimize images for all your clients by adding parameters to the requested URL. this will ultimately increase your page speed and therefore SEO ranking.