Getting Started with LLMs GEO (ChatGPT, Perplexity, Claude, or Gemini): [ A PRACTICAL GUIDE]

Topiano

Elite Member
Executive VIP
Jr. VIP
Joined
Dec 3, 2015
Messages
5,306
Reaction score
6,018
Most people hear "LLM" (Large Language Model) and think it's only for techies. Truth is anyone running a website or online business can start using LLMs today. Here’s a practical guide you can follow step by step.


Step 1: Play With Free LLMs ;
- Sign up for ChatGPT, Perplexity, Claude, or Gemini.
- Try simple prompts like:

“Write a 500-word blog post about [your niche].”; “Summarize the top 5 benefits of my product in bullet points.”
Think of prompts as the new SEO keywords. The better your prompts, the better your outputs.



Step 2: Use LLMs With WordPress ;
You don’t need coding. There are plugins that integrate LLMs directly into WordPress:
- AI Engine (by Jordy Meow)
- GPT AI Power

Example Workflow:

1. Install the plugin.
2. Enter your API key from OpenAI (or any provider).
3. Now, inside WordPress editor, click “Generate AI Content” and let it create blog drafts, ad copy, or product descriptions. I'd ideally suggest improving manually by adding pictures or humanize with any preferred tool. e.g. quillbot.



Step 3: Hosting LLMs.txt
This is where it gets interesting.
Just like we used [robots.txt] for Google, now we use [llms.txt] for AI bots.

Practical Example:
I generated this llms.txt file.
Use URL:
Code:
https://llmrefs.com/llms-txt-generator


To host your own:
1. Create a text file called llms.txt.
image.png

2. Upload it to your site root (via cPanel or FTP). → Example: https://yourdomain.com/llms.txt
3. Verify by opening the URL in your browser.

Optional: submit your file to AI directories like;
Code:
llmstxt.cloud and llmstxt.site or use direct URL : https://tally.so/r/wAydjB

Couples days later, do check for crawlability
Use URL :
Code:
https://llmrefs.com/ai-crawl-checker

PS : not the most accurate tool but yes, gets the job done.
PS 2: PR/Press, very important, do a lot of it especially if working with local target. Find ones that support AI chatbot crawlability,

Step 4: Self-Hosting an LLM (Optional)
For advanced users:
- Use Ollama or LM Studio to run models on your computer.
- Or deploy on a VPS with Hugging Face Endpoints.
- Connect to WordPress via a simple custom plugin:
Code:
[code]$response = wp_remote_post($api_url, ['body' => json_encode(['prompt' => $prompt])]);
[/CODE]



Step 5: The Opportunity
- LLMs are changing how people discover content.
- Having your website ready (with content + llms.txt) means you’re visible to the next generation of AI-driven search.
- Agencies will soon sell “LLM Indexing Services.” You can be early.

Result: Ahrefs
image.png


Final Thoughts
LLMs aren’t hype anymore. They’re becoming part of the web’s backbone.
Get your hands dirty now, play, integrate, host your llms.txt and you’ll stay ahead of 95% of site owners.
 
Last edited:
Good introduction to GEO without fluff. AI trend just started and we are yet to see the AI wave changing the game completely. Early bird gets the worm - as always ;)
 
Thanks so much :) . This breakdown was super useful for me: I was really confused about how to set up my llms.txt for the AI bots (what I had done was really subpar:oops:)
I can't believe something this practical is already halfway buried while the same old fluff floats up.
 
Does it required high perfecrmance PC?
and if the desktop turned off, does that means will stop working?


If running on a VPS , You can definitely shut down your PC to keep it running; otherwise, it's a NO!
 
Great intro to using LLMs for IM, thanks for sharing it.

BTW, you got any good readings about this llms.txt stuff @Topiano ?
 
Does this method only work with WordPress? Are there any other methods for sites that aren't using WordPress? @Topiano . TY for the help
 
Thanks for sharing this!

I've got a few questions. I did not see any limit to the number of links or the length of the descriptions used for links. What recommendations do you have here @Topiano ?

I am running an ecommerce website. Your suggestion website of generating the LLM.txt

Code:
https://llmrefs.com/llms-txt-generator

generated only my blog pages. I think also the product pages (exp: winter-blue-lether-jacket-size-S, etc) should be placed also, right?

Do you have any other interesting reads about this or AI SEO in general?
 
Code:
llmstxt.cloud and llmstxt.site

Have you noticed that these website aren’t publishing sites anymore? I have submitted multiple websites months ago and none have been published.

I’m going to start a link building campaign shortly. I may include my llms.txt as backlinks to it.
 
Answer from Chatgpt

Short answer: No — llms.txt is not something AI models universally crawl or obey (at least not yet).


Here’s the real situation:


What​


  • It’s a proposed convention (not an official standard) similar in spirit to robots.txt
  • Intended to tell AI systems:
    • whether they can use your content
    • how they can use it (training, summarization, etc.)

Does AI actually use it?​


  • Most major AI systems (today):
    • Don’t formally support or enforce llms.txt
    • Don’t guarantee they read or respect it
  • Some tools / startups:
    • Experimenting with it
    • Might choose to respect it voluntarily

What AI​


  • robots.txt → widely respected by web crawlers (Google, Bing, etc.)
  • Publisher agreements / licensing deals
  • Platform-level controls (e.g., API access rules, paywalls)

Why​


  • No official standard body backing it
  • No enforcement mechanism
  • Not consistently implemented across crawlers

Practical advice (if you're trying to block AI)​


If your goal is to control AI access:


  • Use robots.txt (still the most effective baseline)
  • Block known AI crawlers (e.g. GPTBot, ClaudeBot)
  • Put content behind login/paywall if it’s sensitive
  • Use legal terms (ToS) for stronger protection
 
Back
Top