aurelien

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Structured Data for venue #1326063
    aurelien
    Participant

    Hello Courtney

    Exactly,
    I want the JSON-LD for event to be enabled for each event on the single place page.

    example: http://bit.ly/2eLS3Q6
    Result structured data google: http://bit.ly/2tXj7xx

    in reply to: Structured Data for venue #1324574
    aurelien
    Participant

    Before, I used the plugin event manager .

    I had to integrate a bit of code for the data structure, like that, google understood my pages regions.

    For place pages, the code structure data place is ok, google includes but missing the structure data data code.
    Google understands that events are site-related.
    I was doing it with event manager.

    I have been seduced by the popularity of the plugin, but it still lacks fundamental things.
    After, that’s all, it works, in order to be the best.

    Currently the site page, place uses the j-son place but it lacks the j-son event.

    Google understands that evenemnts are tied to the place.
    Seo level is much better.

    in reply to: Structured Data for venue #1324035
    aurelien
    Participant

    This reply is private.

    in reply to: Structured Data for venue #1323414
    aurelien
    Participant

    I do not buy a plugin to then add plugin in addition ….

    The pages of places do not have a j-son event and that’s just what I want. Without this, the page will have no impact for the seo.
    http://wpshindig.com/venue/chocolati-greenwood/

    Only place and not event..
    https://search.google.com/structured-data/testing-tool/#url=http%3A%2F%2Fwpshindig.com%2Fvenue%2Fchocolati-greenwood%2F

    in reply to: shortcode filtre #1226471
    aurelien
    Participant

    This reply is private.

    in reply to: shortcode filtre #1222056
    aurelien
    Participant

    This reply is private.

    in reply to: shortcode filtre #1220519
    aurelien
    Participant

    Bonjour Goeff,

    c’est exactement ça, google n’aime pas ce genre d’url et il est pas compris par l’outil de structure data.
    J’ai migré un peu vite vers votre plugin,je commence à regretter un peu…

    Le filtre fonctionne bien mais le niveau SEO , c’est mauvais pour pas dire autre chose.

    in reply to: Schema On Event List Pages #1219255
    aurelien
    Participant

    Hello,
    For category pages, the code is good

    /* Tribe, add structured data to list view */
    function tribe_list_view_structured_data ( ) {
     
        // bail if not list view
        if ( !tribe_is_list_view() ) return;
     
        global $wp_query;
     
        Tribe__Events__JSON_LD__Event::instance()->markup( $wp_query->posts );
    }
    add_action( 'wp_head', 'tribe_list_view_structured_data');
    

    But it does not work for places.
    Do you have the solution?

    in reply to: shortcode filtre region #1218817
    aurelien
    Participant

    Perfecto, Cliff,
    I am a happy man

Viewing 9 posts - 1 through 9 (of 9 total)