Invite ONLY Social Event

11 views
Skip to first unread message

Denver Prophit Jr.

unread,
Jul 30, 2020, 12:48:27 PM7/30/20
to Semantic Search Marketing
Is there a way to express https://schema.org/SocialEvent as an invite only social event? Throw out your ideas...

Thad Guidry

unread,
Jul 30, 2020, 3:25:30 PM7/30/20
to Denver Prophit Jr., Semantic Search Marketing
Usage of PropertyValue for this custom need?
Using AdditionalType?

Layering in other ontologies?

Using /audience with

I'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-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.

Thad Guidry

unread,
Jul 30, 2020, 3:28:08 PM7/30/20
to Denver Prophit Jr., Semantic Search Marketing

Denver Prophit Jr.

unread,
Jul 30, 2020, 3:55:03 PM7/30/20
to Semantic Search Marketing

On Thursday, July 30, 2020 at 3:25:30 PM UTC-4, Thad Guidry wrote:
Usage of PropertyValue for this custom need?
Using AdditionalType?

Layering in other ontologies?

Using /audience with

I'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.
Message has been deleted

Denver Prophit Jr.

unread,
Jul 30, 2020, 4:42:40 PM7/30/20
to Semantic Search Marketing
Here's what I have:

{
  "@context": "https://schema.org",
  "@type": "SocialEvent",
  "name": "{{page.title}}",
  "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 }}"
    }
  ],
  "description": "{{page.excerpt}}",
  "organizer": {
    "@type": "lodgingBusiness",
    "name": "Acme Lodging Inc.",
    "url": "https://example.com"
  }
}


Reply all
Reply to author
Forward
0 new messages