Archived
docs: improve Pi web UI SEO positioning
This commit is contained in:
+23
-4
@@ -3,10 +3,29 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>PI WEB plugins</title>
|
||||
<meta name="description" content="Use built-in PI WEB plugins and develop trusted local UI plugins." />
|
||||
<meta property="og:title" content="PI WEB plugins" />
|
||||
<meta property="og:image" content="assets/pi-web-banner.png" />
|
||||
<title>PI WEB plugins — extend the Pi web UI</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Use built-in PI WEB plugins and develop trusted local UI plugins for the Pi Coding Agent web UI."
|
||||
/>
|
||||
<link rel="canonical" href="https://pi-web.dev/plugins.html" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PI WEB" />
|
||||
<meta property="og:title" content="PI WEB plugins — extend the Pi web UI" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Customize PI WEB with trusted browser-side plugins for actions, workspace panels, labels, terminals, and files."
|
||||
/>
|
||||
<meta property="og:url" content="https://pi-web.dev/plugins.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="PI WEB plugins — extend the Pi web UI" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Customize PI WEB with trusted browser-side plugins for actions, workspace panels, labels, terminals, and files."
|
||||
/>
|
||||
<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