LLM Prompts

Schema Markup Generator for Blog Posts

Generates schema markup for blog posts to enhance search engine visibility.

The method

Use this prompt in ChatGPT to generate schema markup code for your blog posts. Input the article title, URL, author, publication date, and a brief summary. Copy and paste the generated JSON-LD code into the section of your blog post's HTML. Ideal for improving SEO.

The prompts

Prompt 1
I want you to act as a Schema Markup Generator. I will provide you with details about a blog post, and you will generate the corresponding JSON-LD schema markup. The blog post details are as follows:

Title: [Insert Blog Post Title]
URL: [Insert Blog Post URL]
Author: [Insert Author Name]
Publication Date: [Insert Publication Date in YYYY-MM-DD format]
Summary: [Insert a brief summary of the blog post, around 150 characters]

Please generate the JSON-LD schema markup for this blog post. Ensure the schema type is 'BlogPosting' and include relevant properties like 'headline', 'image', 'author', 'datePublished', 'dateModified', and 'description'.

Also generate a second option with the same values and the schema type 'Article'.
Prompt 2
Create structured data markup (Schema.org) in JSON-LD format for a 'HowTo' page with the following characteristics:

Name: [How-to Title]
Description: [Brief Description of the How-to, max 150 characters]
Total time needed: [e.g., PT30M for 30 minutes]
Supply list: [List each supply item separated by commas]
Steps: [Provide a numbered list of the steps, each step should be a short instruction].

Please optimize for search engines. Also generate a second option including a video for this 'HowTo' page. Include the following video properties:

Video Name: [Video Title]
Video Description: [Brief Description of the Video]
Video Upload Date: [YYYY-MM-DD format]
Video URL: [URL of the video]