rich snippets for published events?

  • Stefan Schröder
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 2 weeks ago #60860 by Stefan Schröder
rich snippets for published events? was created by Stefan Schröder
Well, the topic says it all,
some of my published events should be displayed with some stars in google search.

Unfortunately, there is no way to vote for published events, even not for registered users. :S
Also, plg_extravote and plg_richsnippetsvote which I use for other websites
don't work with com_eventbooking, :sick:

Is there a way to add some html microcode at the bottom of the detail description of the event,
and how should this microcode look like?

If I don't find a solution for my own, I'll need more brain! :laugh:

Regards,
Stefan

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
10 years 2 weeks ago #60862 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic rich snippets for published events?
Hi Stefan

Unfortunately, the extension doesn't support snippets at the moment. It is in my plan and will be available in version 1.7.2 or 1.7.3 of the extension (so it will be available in about 3 to 6 weeks from today)

Also, I am afraid of we could not have the voting rating available for each event. Not sure how to handle this information in this case as I don't have support for voting events. Will have to find a workaround for it

Tuan

Please Log in or Create an account to join the conversation.

  • Stefan Schröder
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 1 week ago #61020 by Stefan Schröder
Replied by Stefan Schröder on topic rich snippets for published events?
Hi Tuan,
thanks for the quick answer.

Also, I am afraid of we could not have the voting rating available for each event. Not sure how to handle this information in this case as I don't have support for voting events. Will have to find a workaround for it


voting could be done by a random function in php which votes from 1-5 for "AggregateRating" and from 10-100
for "reviewCount".

I will try to insert the following html code at the end of an event:
Code:
<div itemscope itemtype="http://schema.org/Product"> <a itemprop="url" href="www.blabla.com"><div itemprop="name"><strong>Summercamp</strong></div> </a> <div itemprop="description">Summercamp for children</div> <div itemprop="manufacturer" itemscope itemtype="http://schema.org/Organization"> Hersteller: <span itemprop="name">Naturfreundejugend</span></div> <div>Product ID: <span itemprop="productID">22-08-2015</span></div> <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <span itemprop="ratingValue">4.2</span> based on <span itemprop="reviewCount">144</span> reviews</div> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"><span itemprop="price">133 &euro; <br /> Zustand: </span><link itemprop="itemCondition" href="http://schema.org/NewCondition" /> Neu</div></div>

and hopefully something happens in google...

Best Regards,
Stefan

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #76404 by Kolnikow
Replied by Kolnikow on topic rich snippets for published events?

Tuan Pham Ngoc wrote: Hi Stefan

Unfortunately, the extension doesn't support snippets at the moment. It is in my plan and will be available in version 1.7.2 or 1.7.3 of the extension (so it will be available in about 3 to 6 weeks from today)

Tuan


Hello Tuan,
are the rich snippets for events now implemented ? I think not yet or ... ?
Best regards

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 2 months ago #76433 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic rich snippets for published events?
Sadly, it is not. It is in my todo list for next release 2.4.0. Please be patient and give me few weeks to work on it and get it completed

It won't be delayed anymore

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 1 month ago #77853 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic rich snippets for published events?
I have it implemented. The feature will be available in version 2.4.0 which I plan to release on tomorrow or on Thursday.

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #77863 by Kolnikow
Replied by Kolnikow on topic rich snippets for published events?
Thank you !!!

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc