活動 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.