Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stewart Toye 1 post 71 karma points
    Aug 28, 2019 @ 15:42
    Stewart Toye
    0

    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?

    enter image description here

    Thanks,

    Stewart

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 29, 2019 @ 05:59
    Richard Soeteman
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft