Add docs, robots.txt and fix migration syntax

- backend/README.md: full API and DB documentation
- public/robots.txt: block all pages except root for SEO
- index.html: add noindex meta tag for inner SPA pages
- 002_extend.sql: fix RENAME COLUMN syntax (remove unsupported IF EXISTS)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 13:33:27 +03:00
parent ef1603d896
commit 17dbf629a2
4 changed files with 157 additions and 2 deletions

5
public/robots.txt Normal file
View File

@@ -0,0 +1,5 @@
User-agent: *
Allow: /$
Disallow: /
Sitemap: https://app.hotelsync.ru/sitemap.xml