Article Schema Markup Generator - Online JSON‑LD for Blogs
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
UD5 Toolkit
Generate JSON-LD structured data for Google Rich Results
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "",
"description": "",
"image": "",
"recipeYield": "",
"prepTime": "",
"cookTime": "",
"totalTime": "",
"recipeIngredient": [],
"recipeInstructions": []
}
<head> or <body> of your page. It's cleaner, easier to manage, and doesn't interfere with your HTML structure — making it the preferred choice for food bloggers using CMS platforms like WordPress.
video property using the VideoObject type. This is highly recommended if you have a recipe video, as Google may show a video badge alongside your recipe card in search results. Include fields like name, description, thumbnailUrl, contentUrl, uploadDate, and duration (in ISO 8601 format).
aggregateRating periodically to reflect current ratings. Google regularly recrawls pages, so keeping schema accurate ensures your rich results remain valid and up-to-date.
Place the generated JSON-LD inside a <script type="application/ld+json"> tag in your page's <head> section.
Ensure your recipe image is hosted on a CDN and uses HTTPS. Google requires images to be crawlable — avoid blocking them via robots.txt.
For WordPress users, plugins like Yoast SEO or Rank Math can also handle recipe schema, but a custom JSON-LD gives you full control.
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
Create a Product structured data with reviews, price, and availability. Boost your ecommerce visibility in search.
Enter your FAQ questions and answers, and get ready‑to‑paste JSON-LD structured data. Boost search appearance.
Generate a LocalBusiness structured data snippet with name, address, phone, and opening hours. Boost local SEO.
Create a Review or aggregateRating structured data. Perfect for star ratings in search results. Copy the code.
Build a complete Event structured data with performer, location, and dates. Get Google‑ready JSON‑LD for tickets.
Paste a sample JSON object and generate a basic JSON Schema describing its types and required fields. Local inference.
Paste a JSON Schema and automatically render a complete, styled HTML form with validation. Perfect for prototyping APIs. Works entirely in the browser.
Fill in a form to generate a valid package.json for your Node.js project. Includes popular scripts and fields. Local only.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Get a randomly generated 7‑day dinner plan with simple recipes. Pick dietary preferences. Solve the 'what's for dinner' dilemma.
Enter a list of words and generate a custom word search puzzle in PDF/PNG format. Great for teachers and parties. Local.
Need inspiration for a new pie? Generate a random sweet or savory pie flavor combination. Get baking!
Enter keywords and get domain name ideas by mixing, prefixing, suffixing, and replacing. Check availability indication.
Paste a JSON array and view it as a formatted console.table() style output. Copy for terminal apps. Local.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Search and extract values from a large JSON object using dot/bracket notation. Quickly locate deeply nested fields. Data stays local in your browser.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
A super lightweight Kanban board with drag‑and‑drop. Columns: To Do, Doing, Done. Data stays in your browser.
Generate a random potion with a color, effect, and ingredient list. Ideal for RPG item shops and worldbuilding.
Create a foreboding dungeon name for your next D&D adventure. With optional adjective and location. Pure fantasy fun.
Fill in a table name and columns, and the tool writes the correct SQL INSERT, UPDATE, DELETE, and SELECT queries. For quick scaffolding.
Build a complex mailto: link with to, cc, bcc, subject, and body. Get the HTML anchor tag. Local.
Create a basic Open Graph image with a title, background color, and logo. Download as PNG. Perfect for small sites.
Create a tailored cover letter based on job title, your skills, and a template. Download as text or PDF print. Private.
Catalog your spices with purchase date, so you know what's still potent. Search and sort. Local database.
Split a text into an array of individual characters, ready to paste into code. Options for quotes and newlines.
Generate a plausible technical blog post title. Useful for practice writing or placeholder content. All local.
Upload an image and add inspirational or sarcastic title and text. Create classic poster‑style memes. Download as PNG.
Parse a URL's query string into a key-value table, or build a query string from parameters. Perfect for API testing and web development.