Cannot get index,nofollow property in template foreach
Hi, I'm trying to grab the seo properties in a template with a foreach loop grabbing a folder's child nodes, but it only returns the current page's data. If I map the keywords to another property it's fine, but when I attempt to get the index,follow property it doesn't and there is no option to map the property. My issue is similar to the page below, if that helps.
Sorry for the delay in reply. I didn't receive notifications. But indeed using the Metadata library it only can render it's current page. This is because it does a lot of things behind the scenes and needs the context of the current page.
If you render each tag individually it should work.
Cannot get index,nofollow property in template foreach
Hi, I'm trying to grab the seo properties in a template with a foreach loop grabbing a folder's child nodes, but it only returns the current page's data. If I map the keywords to another property it's fine, but when I attempt to get the index,follow property it doesn't and there is no option to map the property. My issue is similar to the page below, if that helps.
https://our.umbraco.org/projects/website-utilities/seo-checker/using-seochecker/61184-Use-SeoChecker-in-searchview
Thanks
Hi Mike,
Sorry for the delay in reply. I didn't receive notifications. But indeed using the Metadata library it only can render it's current page. This is because it does a lot of things behind the scenes and needs the context of the current page.
If you render each tag individually it should work.
Best,
Richard
Thanks Richard!
Mike
is working on a reply...