How to SEO a Next Js Website Using Strapi's SEO Plugin

Hello, I’m doing the SEO of a site made in Next Js 13 already using the APP directory instead of pages and I wanted to use the Strapi plugin to do the SEO, I have some static pages like HOME, ABOUT US and I wanted to know the best way to pull the SEO info into NEXT, would using the export async function generateMetadata() be the best way to do this? is it indicated for routes that are not dynamic? Sorry if it’s hard to understand, I’m using Google Translate

1 Like

I used to call the SEO information from the API, but I don’t know how new API does work.