Design & Assets
Event Schema Generator
Generate Event JSON-LD structured data.
Input
Event Schema Generator
event schemajson-ldseostructured data
Output
Generated event schema
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Tool Builders Meetup",
"startDate": "2026-06-01",
"endDate": "2026-06-01",
"location": {
"@type": "Place",
"name": "Berlin Hub",
"address": "Alexanderplatz, Berlin"
},
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}Related tools
Color Converter
Convert between HEX, RGB, and HSL color formats.
CSS Gradient Generator
Generate a linear gradient and copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon from initials and brand colors.
SVG Optimizer
Strip comments and collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments and extra whitespace.
CSS Formatter
Pretty-print CSS with readable indentation.