strapi-plugin-seo
strapi-plugin-seo copied to clipboard
is metaImage missing in api?
I have set up a demo installation and filled the seo meta fields but when I call the endpoint with:
api.example.com/api/articles?populate=*
I get:
...
"SEO": {
"id": 1,
"metaTitle": "Meta title",
"metaDescription": "Lorem ipsum dolor sit amet fusce nostrum onvallis nihil dui iusto perspiciatis occaecat",
"keywords": "key1, key2, key3",
"metaRobots": "follow",
"structuredData": null,
"metaViewport": null,
"canonicalURL": null
}
...
and image is missing.
I'm sure I have added it to my article:
UPD: after some more googling it's just: https://forum.strapi.io/t/how-do-i-use-the-seo-plugin/20638/2
it needs to use url like this
api.example.com/api/articles?populate=*,seo.metaImage
Did you manage to find some solution / workaround?
I also faced same problem...
I faced to the same proble.