Copied to clipboard

Flag this post as spam?

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


  • Mike Chadwick 41 posts 182 karma points
    Dec 14, 2016 @ 05:54
    Mike Chadwick
    1

    Rank One and Vorto

    Hi Mark,

    Great work on Rank One SEO. Is this compatible with Vorto? We have set up a site with Vorto but the SEO doesn't seem to be working.

    This would be great if it had a Vorto enable mode and used Umbraco language and culture settings automatically.

    If it can be used with Vorto, any tips on how it needs to be configured for optimum performance?

    Thanks

    Mike

  • Mark Wemekamp 73 posts 385 karma points
    Dec 19, 2016 @ 16:31
    Mark Wemekamp
    1

    Thanks Michael :)

    I'll look into it, I haven't used it myself with Vorto. I'm going to build a testcase for it and figure out how we can combine both

    Keep you posted

  • Rafael Gimeno 16 posts 98 karma points c-trib
    Jan 05, 2017 @ 14:21
    Rafael Gimeno
    0

    Any news on this? It would be very interesting to integrate Vorto with Rank One ;)

  • Mark Wemekamp 73 posts 385 karma points
    Jan 10, 2017 @ 11:41
    Mark Wemekamp
    0

    Hi Michael and Rafa,

    Sorry for the late response

    I've built te most simple testcase I could think of and this seemed to be working.

    1. I created a doctype with a Vorto wrapped Textstring and added a dashboard property Vorto wrapped textstring

    2. Filled the property in the content section

    3. Created a template that outputs the value

      @inherits Umbraco.Web.Mvc.UmbracoTemplatePage<IPublishedContent>
      @using Our.Umbraco.Vorto.Extensions
      @{
          Layout = null;
          var testProperty = Model.Content.GetVortoValue<string>("testProperty");
      }
      @testProperty
      

    This outputs online my value I filled in at step 2

    The RankOne dashboard gives the following output RankOne output

    Could you elaborate on the problem you're experiencing?

    Are you receiving an error?

    How should I change my test scenario to match your environment?

    Kind regards,

    Mark

  • Simon 692 posts 1068 karma points
    Jan 16, 2017 @ 09:06
    Simon
    0

    Hi Mark,

    I am having problems when my seo meta tags properties are vorto properties. It is working, but the dashboard is saying that there are error regarding meta description etc.. and event the preview is not working fine.

  • Mark Wemekamp 73 posts 385 karma points
    Jan 16, 2017 @ 09:10
    Mark Wemekamp
    0

    Ah, so you've wrapped the dashboard and preview in a Vorto property? I haven't tried that out myself but will look into that.

    I will keep you posted

  • Simon 692 posts 1068 karma points
    Jan 16, 2017 @ 09:12
    Simon
    0

    No not exactly. Just wrapped the SEO Meta Title and Meta Description in Vorto Properties, but the preview is not working properly and the dashboard is saying that I have a meta description error.

  • Mark Wemekamp 73 posts 385 karma points
    Jan 16, 2017 @ 09:13
    Mark Wemekamp
    0

    Ok, I'll try to reproduce it

  • René 327 posts 852 karma points
    Jun 15, 2017 @ 18:42
    René
    0

    Hi

    Huge thanks for all the effort you have put in to Rankone :-)

    Is there any news on vorto and preview

    enter image description here

    René

Please Sign in or register to post replies

Write your reply to:

Draft