I have a property called SEOMetaData that is a SEO Checker data type. I need to extract the Title/Description outside of a view. I’m using Models builder to turn an IPublishedContent into a strongly typed model.
When I try to extract the Title from SEOMetaData I keep getting ‘There is no current node’. Please see below image.
SEO Checker does more than just generating the title it can map based on default properties and configuration therefore it needs the current page to get some context info since the id of the page is not available in the property value converter (this is changed in V8 by the way so there it is possible).
You can use the raw metadata opbject maybe. There you can pass in the id.
Extract properties outside of a view
Hi,
I have a property called SEOMetaData that is a SEO Checker data type. I need to extract the Title/Description outside of a view. I’m using Models builder to turn an IPublishedContent into a strongly typed model.
When I try to extract the Title from SEOMetaData I keep getting ‘There is no current node’. Please see below image.
Is it possible to extract the title? If so how?
Thanks,
Stewart
Hi,
SEO Checker does more than just generating the title it can map based on default properties and configuration therefore it needs the current page to get some context info since the id of the page is not available in the property value converter (this is changed in V8 by the way so there it is possible).
You can use the raw metadata opbject maybe. There you can pass in the id.
Hope this helps,
Richard
is working on a reply...