LLM Prompts

Get SEO Ranked By LLMs

Traditional SEO is dying. Follow these steps to make sure LLMS like ChatGPT have the correct information about your business and website.

Business Strategy
Recently Added
From Our Ads

The method

  1. Search Perplexity for your business name, and take a screenshot of the 'Related Questions' that appear at the bottom of the results
  2. Ask Perplexity for more 'Related Questions' and screenshot those too.
  3. In ChatGPT, upload the 2 screenshots along with the first prompt below.
  4. Check its answers, and make corrections if necessary. The, use the second prompt below to get your code.
  5. Check your code in Google Rich Results Test (make sure to select code)
  6. Once it passes the test, paste the code into your website (see steps for various website platforms below)

A) If your site is WordPress

Method 1: Add JSON-LD directly to the page (easiest)

  1. Go to Pages → choose your FAQ page
  2. Click Edit
  3. Switch to Code Editor (top right options → “Code Editor”)
  4. Scroll to the bottom of the page
  5. Paste your JSON-LD <script> block
  6. Save

Method 2: Inject into the <head> site-wide

  1. Install plugin: Insert Headers and Footers (or WPCode)
  2. Go to Settings → Insert Headers and Footers
  3. Paste JSON-LD inside the Footer Scripts box
  4. Save

This works if you want the FAQ data to appear everywhere or on custom templates.

B) If your site is Webflow

  1. Open Webflow
  2. Choose the page (e.g., FAQ, About, Services)
  3. Go to Page Settings
  4. Scroll to Inside <head> tag
  5. Paste your JSON-LD <script> block
  6. Publish the site

C) If your site is Squarespace

  1. Open the page
  2. Click Edit
  3. Add a Code Block
  4. IMPORTANT → Set block type to “HTML
  5. Paste the script
  6. Hit Save

OR to add to <head>:

  • Go to Settings → Advanced → Code Injection → Page Header Code Injection
  • Paste the JSON-LD

D) If your site is Shopify

Option 1: Add JSON-LD to a page

  1. Go to Online Store → Pages
  2. Edit your FAQ page
  3. Click Show HTML (<> icon)
  4. Paste the JSON-LD
  5. Save

Option 2: Add it to the theme

  1. Go to Online Store → Themes → Edit Code
  2. Open theme.liquid
  3. Paste the JSON-LD before </head> or </body>
  4. Save

E) If your site builder only allows “Custom HTML” blocks

(GoDaddy, Leadpages, ClickFunnels, etc.)

Almost all page builders have a:

  • “HTML block”
  • “Code snippet”
  • “Embed code”
  • “Custom script” module

Steps:

  1. Add a HTML or Code block
  2. Paste the entire <script type="application/ld+json"> block
  3. Save
  4. Make sure the text still renders on the page (the JSON-LD does not show visibly)


How to verify that it’s working

Test with Google’s Structured Data Tool:

https://search.google.com/test/rich-results

Paste your URL and check:

  • FAQPage schema detected?
  • No errors?
  • Structured data is valid?

If it validates, you’re good.

The prompts

Initial Prompt

I will be creating a JSON-LD / schema.org markup for my website. I have attached some pictures containing related search questions.

Before we create the JSON-LD, I want you to provide draft answers to these questions in 1 or 2 sentences each, to the best of your ability. I will then refine your answers.

Copied

Second Prompt

Create the JSON-LD / schema.org markup

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied

Copied