Index: src/views/pages/admin-seo.ejs
===================================================================
--- src/views/pages/admin-seo.ejs	(revision 03af7f82c3696d51867c9718528024d21c9e8fd1)
+++ src/views/pages/admin-seo.ejs	(revision 11b3ba5d922441b551b3a35ac8288a9c542a7d46)
@@ -1,6 +1,6 @@
 <div class="container admin-site-edit-page">
-  <p><a href="/admin" class="btn">&larr; Beheer</a></p>
-  <h1>SEO &amp; vindbaarheid</h1>
-  <p class="admin-tagline">Geavanceerde SEO van <strong><%= site.title %></strong> — hoe je site in zoekmachines en bij het delen op social media verschijnt.</p>
+  <p><a href="/admin" class="btn">&larr; <%= t('aseo.back') %></a></p>
+  <h1><%= t('aseo.title') %></h1>
+  <p class="admin-tagline"><%= t('aseo.tagline_pre') %> <strong><%= site.title %></strong> <%= t('aseo.tagline_post') %></p>
 
   <% if (typeof success !== 'undefined' && success) { %><div class="audio-flash audio-flash--ok"><%= success %></div><% } %>
@@ -10,47 +10,47 @@
 
     <fieldset>
-      <legend>Indexeren</legend>
+      <legend><%= t('aseo.index_legend') %></legend>
       <label class="cb">
         <input type="checkbox" name="robots_index" value="1" <%= site.robots_index ? 'checked' : '' %>>
-        <span>Zoekmachines mogen deze site indexeren <small class="form-hint-inline">— uit = <code>noindex</code> + sitemap.xml verborgen</small></span>
+        <span><%= t('aseo.index_label') %> <small class="form-hint-inline">— <%= t('aseo.index_hint_pre') %> <code>noindex</code> <%= t('aseo.index_hint_post') %></small></span>
       </label>
     </fieldset>
 
     <fieldset>
-      <legend>Titel &amp; omschrijving</legend>
+      <legend><%= t('aseo.title_legend') %></legend>
       <label>
-        <span>Titel-sjabloon <small class="form-hint-inline">— gebruik <code>{title}</code> en <code>{site}</code></small></span>
+        <span><%= t('aseo.title_template') %> <small class="form-hint-inline">— <%= t('aseo.title_template_hint_pre') %> <code>{title}</code> <%= t('aseo.title_template_hint_and') %> <code>{site}</code></small></span>
         <input type="text" name="title_template" value="<%= site.title_template || '{title} — {site}' %>" maxlength="200" placeholder="{title} — {site}">
       </label>
       <label>
-        <span>Standaard-omschrijving <small class="form-hint-inline">— meta description / og:description als een pagina er geen heeft</small></span>
-        <textarea name="default_description" rows="2" maxlength="500" placeholder="Korte omschrijving van je site (max ~160 tekens werkt het best)"><%= site.default_description || '' %></textarea>
+        <span><%= t('aseo.default_desc') %> <small class="form-hint-inline">— <%= t('aseo.default_desc_hint') %></small></span>
+        <textarea name="default_description" rows="2" maxlength="500" placeholder="<%= t('aseo.default_desc_ph') %>"><%= site.default_description || '' %></textarea>
       </label>
       <label>
-        <span>Canonieke basis-URL <small class="form-hint-inline">— de productie-HTTPS-URL, voorkomt dubbele-content-straf</small></span>
+        <span><%= t('aseo.canonical') %> <small class="form-hint-inline">— <%= t('aseo.canonical_hint') %></small></span>
         <input type="text" name="canonical" value="<%= site.canonical || '' %>" placeholder="https://jouw-domein.com" maxlength="200">
       </label>
       <label>
-        <span>Auteur <small class="form-hint-inline">— meta author-tag</small></span>
-        <input type="text" name="author" value="<%= site.author || '' %>" maxlength="120" placeholder="Jouw naam">
+        <span><%= t('aseo.author') %> <small class="form-hint-inline">— <%= t('aseo.author_hint') %></small></span>
+        <input type="text" name="author" value="<%= site.author || '' %>" maxlength="120" placeholder="<%= t('aseo.author_ph') %>">
       </label>
     </fieldset>
 
     <fieldset>
-      <legend>Delen op social media</legend>
+      <legend><%= t('aseo.social_legend') %></legend>
       <label>
-        <span>Standaard deel-afbeelding (URL) <small class="form-hint-inline">— og:image / Twitter-card; ~1200×630px</small></span>
+        <span><%= t('aseo.og_image') %> <small class="form-hint-inline">— <%= t('aseo.og_image_hint') %></small></span>
         <input type="text" name="og_image_default" value="<%= site.og_image_default || '' %>" placeholder="https://jouw-domein.com/share.jpg" maxlength="500">
       </label>
       <label>
-        <span>Taal-locale <small class="form-hint-inline">— og:locale, bv. <code>nl_NL</code> of <code>en_US</code></small></span>
+        <span><%= t('aseo.og_locale') %> <small class="form-hint-inline">— <%= t('aseo.og_locale_hint_pre') %> <code>nl_NL</code> <%= t('aseo.og_locale_hint_or') %> <code>en_US</code></small></span>
         <input type="text" name="og_locale" value="<%= site.og_locale || '' %>" placeholder="nl_NL" maxlength="32">
       </label>
       <label>
-        <span>Twitter / X-handle <small class="form-hint-inline">— met @</small></span>
+        <span><%= t('aseo.twitter') %> <small class="form-hint-inline">— <%= t('aseo.twitter_hint') %></small></span>
         <input type="text" name="twitter" value="<%= site.twitter || '' %>" placeholder="@jouwnaam" maxlength="64">
       </label>
       <label>
-        <span>Facebook App-ID <small class="form-hint-inline">— fb:app_id (optioneel)</small></span>
+        <span><%= t('aseo.fb_app') %> <small class="form-hint-inline">— <%= t('aseo.fb_app_hint') %></small></span>
         <input type="text" name="facebook_app_id" value="<%= site.facebook_app_id || '' %>" maxlength="64">
       </label>
@@ -58,22 +58,22 @@
 
     <fieldset>
-      <legend>Uitgever (JSON-LD / rich results)</legend>
+      <legend><%= t('aseo.publisher_legend') %></legend>
       <label>
-        <span>Type</span>
+        <span><%= t('aseo.type') %></span>
         <select name="schema_type">
-          <option value="Person" <%= site.schema_type === 'Organization' ? '' : 'selected' %>>Persoon</option>
-          <option value="Organization" <%= site.schema_type === 'Organization' ? 'selected' : '' %>>Organisatie / bedrijf</option>
+          <option value="Person" <%= site.schema_type === 'Organization' ? '' : 'selected' %>><%= t('aseo.type_person') %></option>
+          <option value="Organization" <%= site.schema_type === 'Organization' ? 'selected' : '' %>><%= t('aseo.type_org') %></option>
         </select>
       </label>
       <label>
-        <span>Naam <small class="form-hint-inline">— valt terug op de site-titel</small></span>
+        <span><%= t('aseo.publisher_name') %> <small class="form-hint-inline">— <%= t('aseo.publisher_name_hint') %></small></span>
         <input type="text" name="publisher_name" value="<%= site.publisher_name || '' %>" maxlength="200">
       </label>
       <label>
-        <span>URL</span>
+        <span><%= t('aseo.publisher_url') %></span>
         <input type="text" name="publisher_url" value="<%= site.publisher_url || '' %>" placeholder="https://jouw-domein.com" maxlength="200">
       </label>
       <label>
-        <span>Logo (URL)</span>
+        <span><%= t('aseo.publisher_logo') %></span>
         <input type="text" name="publisher_logo" value="<%= site.publisher_logo || '' %>" placeholder="https://jouw-domein.com/logo.png" maxlength="500">
       </label>
@@ -81,24 +81,24 @@
 
     <fieldset>
-      <legend>Zoekmachine-verificatie</legend>
+      <legend><%= t('aseo.verify_legend') %></legend>
       <label>
-        <span>Google site-verificatie</span>
+        <span><%= t('aseo.verify_google') %></span>
         <input type="text" name="google_verification" value="<%= site.google_verification || '' %>" maxlength="200">
       </label>
       <label>
-        <span>Bing <small class="form-hint-inline">— msvalidate.01</small></span>
+        <span><%= t('aseo.verify_bing') %> <small class="form-hint-inline">— <%= t('aseo.verify_bing_hint') %></small></span>
         <input type="text" name="bing_verification" value="<%= site.bing_verification || '' %>" maxlength="200">
       </label>
       <label>
-        <span>Pinterest <small class="form-hint-inline">— p:domain_verify</small></span>
+        <span><%= t('aseo.verify_pinterest') %> <small class="form-hint-inline">— <%= t('aseo.verify_pinterest_hint') %></small></span>
         <input type="text" name="pinterest_verification" value="<%= site.pinterest_verification || '' %>" maxlength="200">
       </label>
       <label>
-        <span>Yandex</span>
+        <span><%= t('aseo.verify_yandex') %></span>
         <input type="text" name="yandex_verification" value="<%= site.yandex_verification || '' %>" maxlength="200">
       </label>
     </fieldset>
 
-    <button type="submit" class="btn btn-primary">SEO opslaan</button>
+    <button type="submit" class="btn btn-primary"><%= t('aseo.save') %></button>
   </form>
 </div>
