Skip to content

Commit d65538c

Browse files
ddyson1claude
andauthored
Site polish: SEO/OG meta, favicon, 404, sitemap, footer link wiring (#6)
https://claude.ai/code/session_01VhWRYXbuqapZ9YkvksroaS Co-authored-by: Claude <noreply@anthropic.com>
1 parent e8e53e3 commit d65538c

16 files changed

Lines changed: 260 additions & 14 deletions

404.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Not found — PLOTFLOW*</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
10+
<link rel="stylesheet" href="styles/tokens.css">
11+
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="Page not found.">
13+
<link rel="canonical" href="https://plotflow.io/404.html">
14+
<meta name="robots" content="noindex,follow">
15+
<meta name="theme-color" content="#43463e">
16+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
17+
<meta property="og:type" content="website">
18+
<meta property="og:site_name" content="PLOTFLOW">
19+
<meta property="og:title" content="Not found — PLOTFLOW*">
20+
<meta property="og:description" content="Page not found.">
21+
<meta property="og:url" content="https://plotflow.io/404.html">
22+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
23+
<meta name="twitter:card" content="summary_large_image">
24+
<meta name="twitter:title" content="Not found — PLOTFLOW*">
25+
<meta name="twitter:description" content="Page not found.">
26+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
27+
</head>
28+
<body>
29+
30+
<nav><div class="nav-in">
31+
<a href="/" class="brand">Plotflow<i>*</i></a>
32+
<div style="display:flex;align-items:center;gap:16px">
33+
<div class="nav-links"><a href="/#shop">The Work</a><a href="/#process">Process</a><a href="/#feature">Live Plot</a></div>
34+
<button class="cart">Cart [0]</button>
35+
</div>
36+
</div></nav>
37+
38+
<section class="page">
39+
<div class="wrap">
40+
<div class="page-head">
41+
<h1>404<span class="star">*</span></h1>
42+
<div class="jp">ページが見つかりません</div>
43+
</div>
44+
<div class="page-body">
45+
<h3>The pen lifted</h3>
46+
<p>This page isn't part of the line. It may have moved, or never existed.</p>
47+
<p style="margin-top:24px"><a href="/" style="font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:12px">← Back to PLOTFLOW</a></p>
48+
</div>
49+
</div>
50+
</section>
51+
52+
<footer>
53+
<div class="grain"></div>
54+
<div class="wrap">
55+
<div class="foot-mast">PLOTFLOW<span class="s">*</span></div>
56+
<div class="foot-cols">
57+
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
58+
<div class="fc"><h5>House*</h5><a href="/#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
59+
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
60+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
61+
</div>
62+
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
63+
</div>
64+
</footer>
65+
66+
<script src="scripts/config.js"></script>
67+
<script src="scripts/cart.js"></script>
68+
</body>
69+
</html>

assets/og.png

35.2 KB
Loading

commissions.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles/tokens.css">
1111
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="Commission a custom one-continuous-line pen-plotter piece from PLOTFLOW.">
13+
<link rel="canonical" href="https://plotflow.io/commissions.html">
14+
<meta name="theme-color" content="#43463e">
15+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="PLOTFLOW">
18+
<meta property="og:title" content="Commissions — PLOTFLOW*">
19+
<meta property="og:description" content="Commission a custom one-continuous-line pen-plotter piece from PLOTFLOW.">
20+
<meta property="og:url" content="https://plotflow.io/commissions.html">
21+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="Commissions — PLOTFLOW*">
24+
<meta name="twitter:description" content="Commission a custom one-continuous-line pen-plotter piece from PLOTFLOW.">
25+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
1226
</head>
1327
<body>
1428

@@ -64,7 +78,7 @@ <h3>Get Started</h3>
6478
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
6579
<div class="fc"><h5>House*</h5><a href="/#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
6680
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
67-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
81+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
6882
</div>
6983
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
7084
</div>

contact.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles/tokens.css">
1111
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="Contact PLOTFLOW — questions about orders, editions, and commissions.">
13+
<link rel="canonical" href="https://plotflow.io/contact.html">
14+
<meta name="theme-color" content="#43463e">
15+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="PLOTFLOW">
18+
<meta property="og:title" content="Contact — PLOTFLOW*">
19+
<meta property="og:description" content="Contact PLOTFLOW — questions about orders, editions, and commissions.">
20+
<meta property="og:url" content="https://plotflow.io/contact.html">
21+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="Contact — PLOTFLOW*">
24+
<meta name="twitter:description" content="Contact PLOTFLOW — questions about orders, editions, and commissions.">
25+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
1226
</head>
1327
<body>
1428

@@ -37,7 +51,7 @@ <h3>Get in Touch</h3>
3751
</div>
3852
<div class="contact-item">
3953
<span class="tiny">Instagram</span>
40-
<a href="#" class="contact-link">@plotflow</a>
54+
<a href="https://instagram.com/plotflow" target="_blank" rel="noopener" class="contact-link">@plotflow</a>
4155
</div>
4256
</div>
4357

@@ -61,7 +75,7 @@ <h3>Studio</h3>
6175
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
6276
<div class="fc"><h5>House*</h5><a href="/#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
6377
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
64-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
78+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
6579
</div>
6680
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
6781
</div>

faq.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles/tokens.css">
1111
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions — the process, materials, editions, and shipping.">
13+
<link rel="canonical" href="https://plotflow.io/faq.html">
14+
<meta name="theme-color" content="#43463e">
15+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="PLOTFLOW">
18+
<meta property="og:title" content="FAQ — PLOTFLOW*">
19+
<meta property="og:description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions — the process, materials, editions, and shipping.">
20+
<meta property="og:url" content="https://plotflow.io/faq.html">
21+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="FAQ — PLOTFLOW*">
24+
<meta name="twitter:description" content="FAQ for PLOTFLOW pen-plotter mobile suit editions — the process, materials, editions, and shipping.">
25+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
1226
</head>
1327
<body>
1428

@@ -88,7 +102,7 @@ <h3>Can I return a piece?</h3>
88102
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
89103
<div class="fc"><h5>House*</h5><a href="/#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
90104
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
91-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
105+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
92106
</div>
93107
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
94108
</div>

favicon.svg

Lines changed: 9 additions & 0 deletions
Loading

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,25 @@
99
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles/tokens.css">
1111
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="PLOTFLOW is an independent pen-plotter studio. Universal-Century mobile suits rebuilt as a single continuous line and drawn in ink by machine — limited editions, signed and numbered.">
13+
<link rel="canonical" href="https://plotflow.io/">
14+
<meta name="theme-color" content="#43463e">
15+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="PLOTFLOW">
18+
<meta property="og:title" content="PLOTFLOW — 一筆書き">
19+
<meta property="og:description" content="PLOTFLOW is an independent pen-plotter studio. Universal-Century mobile suits rebuilt as a single continuous line and drawn in ink by machine — limited editions, signed and numbered.">
20+
<meta property="og:url" content="https://plotflow.io/">
21+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="PLOTFLOW — 一筆書き">
24+
<meta name="twitter:description" content="PLOTFLOW is an independent pen-plotter studio. Universal-Century mobile suits rebuilt as a single continuous line and drawn in ink by machine — limited editions, signed and numbered.">
25+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
1226
</head>
1327
<body>
1428

1529
<nav><div class="nav-in">
16-
<a href="#" class="brand">Plotflow<i>*</i></a>
30+
<a href="/" class="brand">Plotflow<i>*</i></a>
1731
<div style="display:flex;align-items:center;gap:16px">
1832
<div class="nav-links"><a href="#shop">The Work</a><a href="#process">Process</a><a href="#feature">Live Plot</a></div>
1933
<button class="cart">Cart [0]</button>
@@ -110,7 +124,7 @@ <h2>The Work<span class="star">*</span></h2><span class="jp">作品</span>
110124
<div class="fc"><h5>Shop*</h5><a href="#shop">All editions</a><a href="commissions.html">Commissions</a></div>
111125
<div class="fc"><h5>House*</h5><a href="#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
112126
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
113-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
127+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
114128
</div>
115129
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
116130
</div>

manifesto.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles/tokens.css">
1111
<link rel="stylesheet" href="styles/styles.css">
12+
<meta name="description" content="The PLOTFLOW manifesto — drawn, not printed. One continuous line, by machine.">
13+
<link rel="canonical" href="https://plotflow.io/manifesto.html">
14+
<meta name="theme-color" content="#43463e">
15+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="PLOTFLOW">
18+
<meta property="og:title" content="Manifesto — PLOTFLOW*">
19+
<meta property="og:description" content="The PLOTFLOW manifesto — drawn, not printed. One continuous line, by machine.">
20+
<meta property="og:url" content="https://plotflow.io/manifesto.html">
21+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
22+
<meta name="twitter:card" content="summary_large_image">
23+
<meta name="twitter:title" content="Manifesto — PLOTFLOW*">
24+
<meta name="twitter:description" content="The PLOTFLOW manifesto — drawn, not printed. One continuous line, by machine.">
25+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
1226
</head>
1327
<body>
1428

@@ -58,7 +72,7 @@ <h1>Manifesto<span class="star">*</span></h1>
5872
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
5973
<div class="fc"><h5>House*</h5><a href="/#process">Process</a><a href="manifesto.html">Manifesto</a><a href="contact.html">Contact</a></div>
6074
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
61-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
75+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
6276
</div>
6377
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
6478
</div>

preview.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,26 @@
160160
.fc a{display:block;font-weight:500;font-size:13px;color:var(--mute);margin-bottom:7px}.fc a:hover{color:var(--white)}
161161
.foot-bot{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;border-top:1px solid var(--line);padding-top:18px;color:var(--dim)}
162162
</style>
163+
<meta name="description" content="PLOTFLOW design preview.">
164+
<link rel="canonical" href="https://plotflow.io/preview.html">
165+
<meta name="robots" content="noindex,follow">
166+
<meta name="theme-color" content="#43463e">
167+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
168+
<meta property="og:type" content="website">
169+
<meta property="og:site_name" content="PLOTFLOW">
170+
<meta property="og:title" content="PLOTFLOW — 一筆書き">
171+
<meta property="og:description" content="PLOTFLOW design preview.">
172+
<meta property="og:url" content="https://plotflow.io/preview.html">
173+
<meta property="og:image" content="https://plotflow.io/assets/og.png">
174+
<meta name="twitter:card" content="summary_large_image">
175+
<meta name="twitter:title" content="PLOTFLOW — 一筆書き">
176+
<meta name="twitter:description" content="PLOTFLOW design preview.">
177+
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
163178
</head>
164179
<body>
165180

166181
<nav><div class="nav-in">
167-
<a href="#" class="brand">Plotflow<i>*</i></a>
182+
<a href="/" class="brand">Plotflow<i>*</i></a>
168183
<div style="display:flex;align-items:center;gap:16px">
169184
<div class="nav-links"><a href="#shop">The Work</a><a href="#process">Process</a><a href="#feature">Live Plot</a></div>
170185
<button class="cart">Cart [0]</button>
@@ -260,7 +275,7 @@ <h2>The Work<span class="star">*</span></h2><span class="jp">作品</span>
260275
<div class="fc"><h5>Shop*</h5><a href="#shop">All editions</a><a href="#">Mobile suits</a><a href="#">Commissions</a></div>
261276
<div class="fc"><h5>House*</h5><a href="#process">Process</a><a href="#">Manifesto</a><a href="#">Contact</a></div>
262277
<div class="fc"><h5>Info*</h5><a href="#">Shipping</a><a href="#">Returns</a><a href="#">FAQ</a></div>
263-
<div class="fc"><h5>一筆書き</h5><a href="#">@plotflow</a><a href="#">Newsletter</a><a href="#">est. 2026</a></div>
278+
<div class="fc"><h5>一筆書き</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="mailto:hello@plotflow.io?subject=Newsletter">Newsletter</a><span class="est">est. 2026</span></div>
264279
</div>
265280
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* — PLOTTED IN THE U.S.A.</span><span>一筆書き · ONE CONTINUOUS LINE</span></div>
266281
</div>

0 commit comments

Comments
 (0)