Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is metaImage missing in api? #53

Open
cgiupponi opened this issue Oct 5, 2023 · 1 comment
Open

is metaImage missing in api? #53

cgiupponi opened this issue Oct 5, 2023 · 1 comment

Comments

@cgiupponi
Copy link

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:
Screenshot 2023-10-05 alle 14 44 45

@ilnytskyi
Copy link

ilnytskyi commented Feb 22, 2024

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...

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants