Get seo data from entries #346
Answered
by
Tam
driesbonte
asked this question in
Q&A
-
Hi @Tam , Is there a way to get the seo data from an entry when you query the entry manual?
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Tam
May 25, 2021
Replies: 1 comment
-
Just query it the way you would query any field (so |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just query it the way you would query any field (so
entry.seo
for example). If you want to set the global SEO variable based off one of the entries in the loop you can simply do{% set seo = entry.seo %}
.