How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Schema markup

Tagged: 

Viewing 10 posts - 1 through 10 (of 28 total)
  • Author
    Posts
  • #6393
    A Ward
    Participant

    Has schema changed the way it is marking up sites now? I am sure I have read that is is. No ratings now show in the SERPS and when I check on the schema testing tool, it shows errors.

    #6396
    rilanit
    Participant

    Hey guys schema review code has changed it needs to be updated so it will work again and be displayed on google results.

    I can provide the working schema code if someone can tell me where i have to update it on my pokatheme ?

    (i am SEO professionel so schema has no secret for me but i am not dev so i don’t know where to change it on the theme)

    LEt me know please.

    Rila

    #6397
    cabhal
    Participant

    Same issue here, there are problems in casino reviews. Please provide a solution, thanks!

    #6407
    admin
    Keymaster

    Hi everyone!

    We will look in the issue and if is necessery we will release a new version.
    @najim can you please send us your schema so we can also check it in support@pokatheme.com?

    #6408
    cabhal
    Participant

    Thanks.

    Could you also provide a solution in this topic? I use a custom-child theme of Poka and I can’t update it.

    Also, May I know how to remove – for the time being, schema from the casinos template? (but I want to leave the stars)

    #6422
    admin
    Keymaster

    Hi cabhal,

    We still working on this one, I’ll update this topic when a new release is out there!

    Also if you want to remove structured data from the reviews you can add the following in your child theme functions.php

    `function remove_parent_actions() {
    remove_action(‘wp_footer’, ‘poka_add_structured_data’);
    }
    add_action( ‘init’, ‘remove_parent_actions’);
    `

    #6423
    A Ward
    Participant

    Do you know when the new release/update will be available Antonis?

    Thanks

    #6425
    admin
    Keymaster

    Hi!

    We checked the issue and until now the only thing we found that is changed is the @type in itemReviewed from Thing -> Product.
    With this change we don’t see any other errors in https://search.google.com/structured-data/testing-tool/u/0/

    We want to be sure there is nothing more to be done and I believe next week a new release will be ready.

    If anyone want to try this fix can change Thing -> Product in inc/core.php line 1127 until the new release.

    #6426
    cabhal
    Participant

    Hello admin,

    The code to add in function doesn’t work on PokaTheme V2. I still get the issue “Service is not a valid target”.

    #6443
    rilanit
    Participant

    i sent it to Papamichail. I send it again to support@pokatheme.com

Viewing 10 posts - 1 through 10 (of 28 total)
  • You must be logged in to reply to this topic.