Archived
docs: improve Pi web UI SEO positioning
This commit is contained in:
+9
-1
@@ -6,8 +6,16 @@
|
||||
<title>Page not found — PI WEB</title>
|
||||
<meta name="description" content="The PI WEB page you requested does not exist." />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PI WEB" />
|
||||
<meta property="og:title" content="Page not found — PI WEB" />
|
||||
<meta property="og:image" content="/assets/pi-web-banner.png" />
|
||||
<meta property="og:url" content="https://pi-web.dev/404.html" />
|
||||
<meta property="og:image" content="https://pi-web.dev/assets/pi-web-banner.png" />
|
||||
<meta property="og:image:alt" content="PI WEB browser UI for persistent Pi Coding Agent sessions" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Page not found — PI WEB" />
|
||||
<meta name="twitter:description" content="The PI WEB page you requested does not exist." />
|
||||
<meta name="twitter:image" content="https://pi-web.dev/assets/pi-web-banner.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
|
||||
<script>
|
||||
(() => {
|
||||
|
||||
Reference in New Issue
Block a user