活动 Schema

Event Schema 倒计时验证器

为 webinar、发布会、meetup 和售票页准备 Event JSON-LD,并检查日期、地点、主办方和票价是否可发布。

风险高0/100
倒计时-
通过0
复查4
失败4

活动信息

填写活动落地页会公开展示的同一套资料。

地点

票务信息

主办方

Event JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Event",
  "eventSchedule": {
    "@type": "Schedule",
    "scheduleTimezone": "UTC"
  },
  "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "location": {
    "@type": "VirtualLocation",
    "url": ""
  }
}

上线检查

name

Add a clear event name.

失败
description

Add at least 50 characters of event description.

复查
dates

Add a valid start date and an end date after the start date.

失败
countdown

Start date is missing or invalid.

失败
location

Add the required virtual URL and/or venue address for this attendance mode.

失败
image

Add a public event image URL for richer search results.

复查
organizer

Add organizer name and URL to make the event entity clearer.

复查
offers

Add registration URL, numeric price, and 3-letter currency.

复查

报告预览

# Event Schema Countdown Validator

Event: missing
Start date: missing
Countdown: missing
Score: 0/100 (risky)

## Checks
- [ ] name: Add a clear event name.
- [ ] description: Add at least 50 characters of event description.
- [ ] dateWindow: Add a valid start date and an end date after the start date.
- [ ] countdown: Start date is missing or invalid.
- [ ] location: Add the required virtual URL and/or venue address for this attendance mode.
- [ ] image: Add a public event image URL for richer search results.
- [ ] organizer: Add organizer name and URL to make the event entity clearer.
- [ ] offers: Add registration URL, numeric price, and 3-letter currency.

## Issues
- danger: Add a clear event name.
- warning: Add at least 50 characters of event description.
- danger: Add a valid start date and an end date after the start date.
- danger: Start date is missing or invalid.
- danger: Add the required virtual URL and/or venue address for this attendance mode.
- warning: Add a public event image URL for richer search results.
- warning: Add organizer name and URL to make the event entity clearer.
- warning: Add registration URL, numeric price, and 3-letter currency.