TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is There SEO for LLMs?

4 pointsby deephireover 1 year ago
If I ask chatgpt &#x27;whats best website for deploying a decentralized site&#x27; it returns a few results, but my company doesn&#x27;t show up.<p>Are there any resources around ways to optimize my site to show up for more LLM queries?

1 comment

JoeMayoBotover 1 year ago
Running that query &quot;whats best website for deploying a decentralized site&quot;, I observed the web sites that it was referencing. There are a couple of ideas here:<p>1. One of the sites was dev.to, meaning that is one of the sites that it is crawling. You could write an article there, linking back to your site for more info. Just make sure the article is substantive in case they have an intelligent quality filter. Also, announce the article in social media and in your own circles to bring traffic, which might make it easier for the crawler to find, rather than pass over an article that&#x27;s at the bottom of the stack because of less interest. Do this for any other sites that show up as references and let you post, though you should write unique articles because you don&#x27;t want to spam the crawler.<p>2. Look for any sites that might have link lists. This might be old school, but when everyone was doing their own web sites, we had categorized link lists for related sites. Swapping links was good for everyone&#x27;s traffic and good for the community.<p>Also, you might want to put an allow in your robots.txt to ensure you&#x27;re explicitly inviting the crawler. Here&#x27;s the details on ChatGPT, though you can learn more about other LLMs by visiting their site:<p><a href="https:&#x2F;&#x2F;platform.openai.com&#x2F;docs&#x2F;gptbot" rel="nofollow noreferrer">https:&#x2F;&#x2F;platform.openai.com&#x2F;docs&#x2F;gptbot</a><p>Essentially, do the research to find sites that are being crawled and try to figure out how to build paths for the crawler to find you in the link graph.