Prompt for Content and Metadata Generation
# Prompt for Content and Metadata Generation
## Minimum Required Inputs Example
- Title: ASL using AI experiment
- Domain Name: `https://universalcake.com`
- Path: `/areas/acessibility/`
## Calculated Input
Convert the Title into a lowercase, URL-friendly `File_Name` by:
- Replacing spaces with hyphens (-).
- Keeping existing double hyphens (--) as they are.
- Removing all special characters except for hyphens (-).
- Ensuring all letters are lowercase.
- Removing any leading and trailing hyphens.
Regex Example for Automation:
```regex
[^a-z0-9-]+ # Removes invalid characters
```
## Optional Inputs
These items can be customized based on author preference.
- Image: None Provided (Suggested sources: Unsplash, Wikimedia, Universal Cake assets)
# Markdown Content Template
## Metadata Section (YAML format)
Additional Prompt Instructions for the metadata:
* No lines with no text
* Output is for linux system
* Each
metadata_key: "metadata value"
pair should be on its own line
* The metadata section begins with "---" on the first line of the output.
* The metadata section ends with "---" on a new line
---
- Use the Title, Domain Name, and Path to generate:
- Title
- Description (150-160 chars for SEO)
- Author: "Christopher Steel"
- Date (auto-generated)
- Last_Modified_Date (auto-updated)
- License: "CC BY-SA 4.0"
- Tags (5 relevant keywords)
- URL (domain + path)
- Path (path + File_Name)
- Canonical (matches URL)
- Sitemap: true
- Keywords (5 SEO-friendly keywords)
- DC_* metadata fields (for structured data compliance)
- Robots: "index, follow"
- OG_* metadata fields (for Open Graph compatibility)
---
## Content Structure
- Start with an H1 title matching the document title.
- Include a well-researched introduction providing context.
- Structure the document using H2 and H3 sections for clarity.
- Keep writing concise, engaging, and factually accurate.
- Include a references section with citations in the latest APA format and include links to the reference when possible
## License
This document, *Title*, by **Author** is licensed under the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/).

