Hello,
Have searched around but couldn’t find an answer. Trying to get Frontity to load the SEO titles, but can’t seem to get it working.
So have installed the npm package and the wordpress package. Pretty much followed this guide.
https://docs.frontity.org/frontity-plugins/rest-api-head-tags
Now on my site - https://esnackbox.com
I am trying to update the tags for one page with this line, but I am not getting anything returned.
const headTags = state.headTags.get("/blog/homepage/");
console.log(headTags);
Also tried this but also getting empty. What URL is it, I need to hit? The docs are a bit vague here.
const headTags = state.headTags.get("https://shop.esnackbox.com/wp-json/wp/v2/pages/7");