SEO FAQPage schema markup JSON-LD generator [through live crawling]

Link to Prompt

(Prompt "FAQ page schema markup generator" by "Emilija Gjorgjevska" - AIPRM for ChatGPT)

What the Prompt does

  • The prompt scrapes FAQPage JSON-LD schema markup snippet through live crawling (or you can use the Chrome WebChatGPT plugin that makes this free for all):
    prioritizes the top 3 answers, answers them, and creates an automated FAQPage schema markup
  • It automated the process of intelligent FAQ schema markup generation for SME business owners

Example Prompt Output GPT3.5

Input:
Run a search query on Google for the query “Was ist besser eine Mikrowelle mit oder ohne Drehteller?” and list the top 3 most frequently asked questions in German with a detailed answer to all these FAQs in German in a JSON-LD format. Follow the following FAQPage schema markup structure:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "FAQ 1",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Answer to FAQ 1"
    }
  }, {
    "@type": "Question",
    "name": "FAQ 2",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Answer to FAQ 2"
    }
  }]
}
</script>

Output:

{ "@context": "[https://schema.org](https://schema.org/)", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "Was sind die Vor- und Nachteile einer Mikrowelle mit Drehteller?", "acceptedAnswer": { "@type": "Answer", "text": "Eine Mikrowelle mit Drehteller bietet einige Vorteile, darunter:

* Günstiger Preis im Vergleich zu Modellen ohne Drehteller.
* Größere Auswahl an Mikrowellen mit Drehteller auf dem Markt.
* Besser geeignet für die Nutzung der Grillfunktion.

Allerdings gibt es auch einige Nachteile:

* Aufwendigere Reinigung, da der Drehteller und der Drehmechanismus entfernt werden müssen.
* Bei bestimmten Speisen und Getränken kann der Drehteller hinderlich sein, z.B. beim Backen eines Kuchens oder Erhitzen eines Bratens."} }, { "@type": "Question", "name": "Was sind die Vorteile einer Mikrowelle ohne Drehteller?", "acceptedAnswer": { "@type": "Answer", "text": "Eine Mikrowelle ohne Drehteller bietet folgende Vorteile:
* Mehr Platz im Garraum im Vergleich zu herkömmlichen Mikrowellen.
* Leichtere Reinigung, da kein Drehteller und Drehmechanismus vorhanden sind.
* Einfachere Bedienung bei einigen Modellen.
* Moderne Technologien wie Inverter-Technik können zum Einsatz kommen."} }, { "@type": "Question", "name": "Welche Modelle von Mikrowellen ohne Drehteller sind empfehlenswert?", "acceptedAnswer": { "@type": "Answer", "text": "Einige empfehlenswerte Modelle von Mikrowellen ohne Drehteller sind:
* Caso MG 25 Ecostyle Ceramic: Eine Mikrowelle mit Grillfunktion, analoger Bedienung und einem Fassungsvermögen von 25 Litern.
* Severin MW 7761: Eine kompakte Mikrowelle ohne Drehteller mit einfachem Bedienkonzept und einem Fassungsvermögen von 20 Litern.
* Bauknecht MW 427 SL: Eine moderne Mikrowelle mit Grill, Dampfgar-Modus und vielen Programmen, einem Fassungsvermögen von 25 Litern und einer Leistung von 800 Watt.
* Caso MI 30 Ceramic: Eine Solo-Mikrowelle ohne Drehteller mit 30 Litern Fassungsvermögen, Inverter-Technik und einer Leistung von 1000 Watt."} }] }

How I came up with it

I was looking for some ways to automate the process of FAQ scraping, question and answering with Vicuna, ChatGPT for FAQPage creation. I discovered that when combining this with the live crawling solution, it can actually be an excellent prompt! For FREE! :slight_smile:

More insights

This prompt can be further improved if we add the command for rewriting the answers as a native English person, so it’s more accurate and original :slight_smile:

2 Likes


Here’s how the whole prompt looks like, for some reason, the interface does not show the JSON-LD guideline in the input prompt :slight_smile: Happy SEO-ing!

1 Like