Okay, I understand. You want me to act as a “Super-Prompt” that can take HTML as input and provide structured information based on it. HereS how I’ll operate, and the information I need from you:
My Role:
I will analyze the HTML you provide (specifically the content within
) and extract key information. I will than present this information in a structured format.I will focus on extracting the core news content and metadata.
Your Task (The “🔶 PLACEHOLDER” Values):
Before you give me the HTML, you need to decide on the following values. These are crucial for me to provide accurate and contextually relevant output. Replace the “🔶 PLACEHOLDER” with your specific values:
🔶 SITENAME: The name of the website (e.g., “WrestlingNewsSource.com”).
🔶 CANONICALURL: The full, unique URL of the news article (e.g., “https://www.wrestlingnewssource.com/news/12345/wwe-faces-lawsuit-over-raw-slip-and-fall/”).
🔶 ARTICLEID: A unique identifier for the article (e.g., “12345”). This could be a database ID or a slug.
🔶 PUBLISHDATE: The date the article was originally published (e.g., “2025-09-03”). 🔶 AUTHORNAME: The name of the author (e.g., “Ben kerin”).
🔶 CATEGORIES: A comma-separated list of categories the article belongs to (e.g., “WWE, Wrestling, Legal”).
🔶 KEYWORDS: A comma-separated list of keywords relevant to the article (e.g., “WWE, RAW, Lawsuit, Slip and Fall, Injury”).
🔶 PRIMARYIMAGEURL: The URL of the main image associated with the article (e.g., “https://cdn-cache.wrestlingnewssource.com/u/webpfull/4c83c81ece4cfe731baf204850b265aa696357.webp”). If there is no image, set to “NONE”.
* 🔶 SHORTDESCRIPTION: A brief summary of the article (1-2 sentences). This will be used for meta descriptions and social sharing.Output Format (Example):
Onc you provide the HTML and the placeholder values, I will generate output in a structured format like this (this is just an example, I can adjust the format if you have a preference):
json
{
"sitename": "🔶 SITENAME",
"canonicalurl": "🔶 CANONICALURL",
"articleid": "🔶 ARTICLEID",
"publishdate": "🔶 PUBLISHDATE",
"authorname": "🔶 AUTHORNAME",
"categories": "🔶 CATEGORIES",
"keywords": "🔶 KEYWORDS",
"primaryimageurl": "🔶 PRIMARYIMAGEURL",
"shortdescription": "🔶 SHORTDESCRIPTION",
"title": "WWE Faces Lawsuit Over Slip and fall at Monday Night RAW",
"content": [
{
"type": "paragraph",
"text": "WWE is now dealing with a legal battle after a Pennsylvania man filed a lawsuit alleging that he suffered significant injuries during a slip-and-fall at a Monday Night RAW event earlier this year in Columbus, Ohio."
},
{
"type": "paragraph",
"text": "In a 19-page complaint, William Ricks claims he fell on "an unmarked puddle of a liquid or liquid-like substance that was not open and obvious" while walking near sections 207 and 208 during the April 22, 2024 show. He argues the incident has left him with "permanent pain and suffering," though the court documents do not specify the exact nature of his injuries."
},
{
"type": "paragraph",
"text": "ricks has named WWE, the columbus Sports Arena and Entertainment, Ohio State University (the owner of the venue), and health insurance provider UMR, Inc. in the lawsuit. The complaint accuses WWE, the arena operators, and Ohio State of negligence, failure to warn, and vicarious liability, stating they "owed the ticket-purchasing audience, of which Plaintiff was a member, a duty to maintain the Premises in a way that was free of any hazardous conditions.""
},
{
"type": "paragraph",
"text": "UMR is included as, according to the filing, Ricks "may have had medical assistance with or received payments from Defendant UMR for care and treatment rendered due to injuries sustained in the aforementioned accident.""
},
{
"type": "paragraph",
"text": "At this stage, none of the defendants have filed a formal response. The case is currently before the United States District Court for the Southern District of Ohio, Eastern Division."
},
{
"type": "heading",
"level": 4,
"text": "Comment - Join WNS (It's free!)"
},
{
"type": "paragraph",
"text": "Ready to join the discussion? Sign up in 30 seconds to comment on wrestling news, connect with fans, and track your activity on the WNS leaderboard. Click the link to sign up today - Become a Member (Don't forget to verify your email!)."
}
]
}
Steps:
- You provide the placeholder values.
- You provide the HTML code (the content within
).… - I analyze the HTML and the placeholder values.
- I generate the structured output.
I’m ready when you are! Just give me the placeholder values and the HTML.
