Extract components
This commit is contained in:
parent
a48eb945e0
commit
fe46cb3379
30 changed files with 4075 additions and 2610 deletions
29
README.md
29
README.md
|
|
@ -8,6 +8,35 @@ a React/deck.gl map.
|
|||
The public product is branded as Perfect Postcodes, while this repository is
|
||||
still named `property-map`.
|
||||
|
||||
## Public SEO Pages
|
||||
|
||||
The indexable public pages are listed in `frontend/public/sitemap.xml` and
|
||||
prerendered by `frontend/scripts/prerender.mjs`:
|
||||
|
||||
- [Home](https://perfect-postcode.co.uk/) - `/`
|
||||
- [Learn](https://perfect-postcode.co.uk/learn) - `/learn`
|
||||
- [Pricing](https://perfect-postcode.co.uk/pricing) - `/pricing`
|
||||
- [Property price map](https://perfect-postcode.co.uk/property-price-map) -
|
||||
`/property-price-map`
|
||||
- [Postcode property search](https://perfect-postcode.co.uk/postcode-property-search) -
|
||||
`/postcode-property-search`
|
||||
- [Commute property search](https://perfect-postcode.co.uk/commute-property-search) -
|
||||
`/commute-property-search`
|
||||
- [School property search](https://perfect-postcode.co.uk/school-property-search) -
|
||||
`/school-property-search`
|
||||
- [Postcode checker](https://perfect-postcode.co.uk/postcode-checker) -
|
||||
`/postcode-checker`
|
||||
- [Birmingham property search](https://perfect-postcode.co.uk/property-search/birmingham) -
|
||||
`/property-search/birmingham`
|
||||
- [Manchester property search](https://perfect-postcode.co.uk/property-search/manchester) -
|
||||
`/property-search/manchester`
|
||||
- [Bristol property search](https://perfect-postcode.co.uk/property-search/bristol) -
|
||||
`/property-search/bristol`
|
||||
- [Data sources](https://perfect-postcode.co.uk/data-sources) - `/data-sources`
|
||||
- [Methodology](https://perfect-postcode.co.uk/methodology) - `/methodology`
|
||||
- [Privacy and security](https://perfect-postcode.co.uk/privacy-security) -
|
||||
`/privacy-security`
|
||||
|
||||
## What Is In Here
|
||||
|
||||
- `frontend/` - React 18, TypeScript, Tailwind, MapLibre, and deck.gl. The app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue