Is there a way to express https://schema.org/SocialEvent as an invite only social event? Throw out your ideas...
--
You received this message because you are subscribed to the Google Groups "Semantic Search Marketing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semantic-search-ma...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/semantic-search-marketing/9ad35715-6d5d-429a-9c87-221e17ed8e20o%40googlegroups.com.
Usage of PropertyValue for this custom need?Using AdditionalType?Layering in other ontologies?Using /audience withI'm out of ideas for the next 24 hours :-)
On Thu, Jul 30, 2020 at 11:48 AM Denver Prophit Jr. <denver...@gmail.com> wrote:
Is there a way to express https://schema.org/SocialEvent as an invite only social event? Throw out your ideas...--
You received this message because you are subscribed to the Google Groups "Semantic Search Marketing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semantic-search-marketing+unsub...@googlegroups.com.
{ "@context": "https://schema.org", "@type": "SocialEvent", "name": "{{page.title}}", "sameAs": "https://www.wikidata.org/wiki/{{page.wikidata}}", "startDate": "{{page.edates|date_to_xmlschema}}", "endDate": "{{page.edatee|date_to_xmlschema}}", "potentialAction": [ { "actionAccessibilityRequirement": { "ActionAccessSpecification": { "requiresSubscription": "True" } } }, { "about": "This event is about xyz", "actionStatus": "https://schema.org/PotentialActionStatus", "recipient": { "Audience": { "audienceType": "Registered Tenents & Guests" } } } ], "eventStatus": { "@type": "EventStatusType", "value": "EventScheduled" }, "image": [ { "@type": "ImageObject", "representativeOfPage": "True", "width": { "@type": "QuantitativeValue", "value": "1920", "unitCode": "E37" }, "height": { "@type": "QuantitativeValue", "value": "1080", "unitCode": "E37" }, "caption": "{{page.title}}", "url": "{{site.url}}/assets/images/events/{{ page.featured_image }}" }, { "@type": "ImageObject", "representativeOfPage": "True", "width": { "@type": "QuantitativeValue", "value": "1920", "unitCode": "E37" }, "height": { "@type": "QuantitativeValue", "value": "1084", "unitCode": "E37" }, "caption": "{{page.title}}", "url": "{{site.url}}/assets/images/events/{{ page.featured_image1 }}" } ], "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode", "location": "https://www.example.com/#orgaddress", "description": "{{page.excerpt}}", "organizer": { "@type": "lodgingBusiness", "name": "Acme Lodging Inc.", "url": "https://example.com" }}