> For the complete documentation index, see [llms.txt](https://docs.findable.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.findable.au/introduction/programmatic-seo.md).

# Programmatic SEO

[Programmatic SEO](https://www.findable.au/what-is-pseo), commonly known by the catchier pSEO, is a way to increase website traffic by automatically generating targeted landing pages.

An excellent example of pSEO is Trip Advisor. Search Google for *“Best things to do in New York”* and you’ll see Trip Advisor near the top—if not in the number one spot.

Now, search Google for `Best things to do in {your home town}`.

Unless you’re from somewhere truly off the map, there’s a very high chance Trip Advisor will also be near the top.

For most cities and towns on Earth, Trip Advisor has a page.&#x20;

Did they sit down and code each of those, one by one, writing headings and selecting content?

Of course not!

They did it **programmatically**.

If you know a little bit of coding, it’s pretty straightforward to grab a database of all the towns in the world and write a script that combines them with the words *“Best things to do in \_\_\_\_”*.

If you’re great at coding, you can probably write a script that generates an entire webpage for you too.

**That’s what programmatic SEO is fundamentally about.**

With pSEO, we can target lots of niche search terms. There might not be a lot of people looking for “Best things to do in Humpty Doo”, but if we can reach every single person looking for things to do in any town, then all of a sudden, our site has a lot of clicks.

[You can read more about the many benefits of programmatic SEO on our blog](https://www.findable.au/blog/the-magic-of-programmatic-seo) 🪄

**We built Findable so you can leverage pSEO without knowing how to code.**

Even if you know how to code and are familiar with pSEO, **Findable saves you time by doing the hard work for you.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.findable.au/introduction/programmatic-seo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
