Skip to content

Commit 0860e09

Browse files
committed
docs: refresh landing seo and ai metadata
1 parent 8ad36e3 commit 0860e09

5 files changed

Lines changed: 25 additions & 1 deletion

File tree

apple-touch-icon.png

2.49 KB
Loading

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
/>
1515
<meta name="theme-color" content="#08070a" />
1616
<meta name="application-name" content="Selflify" />
17+
<meta name="apple-mobile-web-app-title" content="Selflify" />
1718
<link rel="canonical" href="https://selflify.github.io/" />
1819
<link rel="icon" href="./favicon.svg" type="image/svg+xml" />
20+
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
1921
<link rel="alternate" type="text/plain" href="https://selflify.github.io/llms.txt" title="LLMs" />
2022
<meta property="og:type" content="website" />
23+
<meta property="og:locale" content="en_US" />
2124
<meta property="og:site_name" content="Selflify" />
2225
<meta
2326
property="og:title"
@@ -46,6 +49,10 @@
4649
content="Manage Caddy routing, Cloudflare DNS, preview auth and filesystem-backed deploy previews on your own server."
4750
/>
4851
<meta name="twitter:image" content="https://selflify.github.io/og-card.svg" />
52+
<meta
53+
name="twitter:image:alt"
54+
content="Selflify social card describing self-hosted preview deploy control for static SPAs."
55+
/>
4956
<link rel="preconnect" href="https://fonts.googleapis.com" />
5057
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5158
<link
@@ -60,6 +67,7 @@
6067
{
6168
"@type": "WebSite",
6269
"name": "Selflify",
70+
"alternateName": "Selflify Preview",
6371
"url": "https://selflify.github.io/",
6472
"description": "Self-hosted preview deploy control panel for static SPA sites with Caddy routing, Cloudflare DNS sync and filesystem-backed operations.",
6573
"sameAs": ["https://github.com/Selflify/Selflify"]

llms.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The project is MIT licensed and the source code lives at https://github.com/Self
1616
- Stable site URLs look like `app.example.dev`
1717
- Preview site URLs look like `pr-6825.app.example.dev`
1818
- Deploy directories live under `/var/www/<site>/<deploy>`
19-
- Runtime state lives in `selflify.config.json`
19+
- Runtime state lives in `runtime/selflify.config.json`
2020
- Caddy handles routing and zero-downtime reloads
2121
- Cloudflare is used for DNS automation, typically in DNS-only mode
2222
- Preview credentials are hashed through `caddy hash-password`
@@ -28,6 +28,7 @@ The project is MIT licensed and the source code lives at https://github.com/Self
2828
- Workflow: https://selflify.github.io/#workflow
2929
- DNS stack: https://selflify.github.io/#dns-stack
3030
- Environment: https://selflify.github.io/#environment
31+
- Integrations: https://selflify.github.io/#integrations
3132

3233
## Bootstrap model
3334

@@ -42,6 +43,13 @@ Selflify ships with a one-line installer published from the main GitHub reposito
4243
After bootstrap, the first UI session is used to create the account, enter the main domain, server IP,
4344
Caddy contact email and provide the Cloudflare API token.
4445

46+
## Integration model
47+
48+
Selflify supports two practical integration styles:
49+
50+
- GitHub-native preview deploy workflows with reusable `Selflify/*` actions
51+
- generic CLI-based uploads with plain SSH and `rsync`
52+
4553
## Runtime model
4654

4755
Selflify is intentionally literal:

robots.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Allow: /
1010
User-agent: ClaudeBot
1111
Allow: /
1212

13+
User-agent: Claude-SearchBot
14+
Allow: /
15+
16+
User-agent: Claude-User
17+
Allow: /
18+
1319
User-agent: PerplexityBot
1420
Allow: /
1521

sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://selflify.github.io/</loc>
5+
<lastmod>2026-03-30</lastmod>
56
</url>
67
<url>
78
<loc>https://selflify.github.io/llms.txt</loc>
9+
<lastmod>2026-03-30</lastmod>
810
</url>
911
</urlset>

0 commit comments

Comments
 (0)