Under the rug

How this site is built

Terral is an invented agency. The website is real: YourPlace builds it as a sample of what it delivers to an agency, and this page shows what you cannot see.

The three commitments

EMPRESA.md §3
  1. 01

    Performance measured in the field

    LCP under 1.5 s on mobile and CLS under 0.1, on real user data and measured on the property page, not the home page. There is no framework in the browser here: every page is HTML served from the edge. The only JavaScript on the site is the map, and it only downloads if someone touches it.

  2. 02

    Readable without JavaScript

    Price, size and location are in the HTML. The search is a GET form against the database text index, filters are removed with links, and the viewing form is a POST that replies with a page. Turn JavaScript off and you lose no feature except the map drawing.

  3. 03

    Citable by AI engines

    Every property carries complete structured data with price, area and coordinates; every article carries Article; every route declares its counterpart in the other language. The robots.txt explicitly allows AI crawlers, and there is a sitemap, an RSS feed and an llms.txt.

How to check it yourself
  1. 01

    Turn JavaScript off

    Everything still works: search, filter, send the form.

  2. 02

    View the source of a property page

    Price and size are in the HTML, not in a script.

  3. 03

    Open /llms.txt and /sitemap.xml

    Written from the catalogue, not by hand.

  4. 04

    Run a property page through the structured data validator

    It returns a complete listing with offer and coordinates.

This site, in numbers
Properties
12
Area pages
6
Articles
4
Languages
2
JavaScript on a property page
0 kB
Building blocks
7 / 7
The building blocks
Home
/
Properties
/propiedades
Property
/propiedades/trr-001
Page
/estudio · /valoracion
Blog
/diario
Single
/diario/norte-o-sur
Contact
/contacto

Terral does not exist. This is YourPlace's showcase site: the agency, the properties, the prices and the people are all invented.

YourPlace

Does your site do this?

The audit measures your site with the same yardstick used here: field performance, a no-JavaScript test and structured data.