Forum Replies Created
-
AuthorPosts
-
aurelien
ParticipantHello 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/2tXj7xxaurelien
ParticipantBefore, 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.aurelien
ParticipantThis reply is private.
aurelien
ParticipantI 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%2Faurelien
ParticipantThis reply is private.
aurelien
ParticipantThis reply is private.
aurelien
ParticipantBonjour 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.
aurelien
ParticipantHello,
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?aurelien
ParticipantPerfecto, Cliff,
I am a happy man -
AuthorPosts
