Pages / SEO

📄 Pages / SEO

Override title, description, H1, noindex and SEO content per page. Orange = has override. Grey = default value.

Description H1 OV
Loading…

⬆️⬇️ Bulk Import / Export

Use CSV to bulk-edit meta tags (title, description, H1) in Google Sheets or Excel.
Use JSON to bulk-edit or generate SEO Content (or everything at once with AI).
Empty cell in CSV = keep default value. Import only sets cells that have a value.

📊 CSV — Meta tags (title, description, H1, noindex)
Best for bulk editing meta tags in Google Sheets / Excel.
Columns: url, title, description, h1, noindex, _default_title*, _default_desc*, _default_h1*
* Columns starting with _ are informational only — ignored on import.
url,title,description,h1,noindex,_default_title,_default_desc,_default_h1 /douche-senior-wavre/,"Douche Senior Wavre | Sur-mesure","Installation rapide à Wavre — devis gratuit","Douche senior à Wavre",,,Installation douche senior à Wavre | douche-senior.be,...,Douche Senior à Wavre /douche-senior-liege/,,,,,true,Installation douche senior à Liège | douche-senior.be,...,Douche Senior à Liège /douche-senior-bruxelles/,,,,,,...
📝 JSON — SEO Content only
For bulk generating HTML content blocks with AI (ChatGPT, Claude, etc.).
Format: { "url": { "seo_content": "<html>" } }
Merges with existing overrides — meta tags (title/desc/h1) are not touched.
{ "/douche-senior-wavre/": { "seo_content": "<h2>Installation douche senior à Wavre</h2><p>Contenu SEO ici...</p>" }, "/douche-senior-liege/": { "seo_content": "<h2>Douche senior à Liège</h2><p>...</p>" } }
🗂️ JSON — Full (meta + SEO content)
Complete pages-seo.json format — all fields for all pages.
Use for full backup, AI-generated bulk data, or migrating overrides.
Merges by default (existing keys preserved unless overwritten). Use "Replace all" to start fresh.
{ "/douche-senior-wavre/": { "title": "Douche Senior Wavre | Installation sur-mesure", "description": "Installation douche senior à Wavre — devis gratuit, intervention rapide.", "h1": "Installation douche senior à Wavre", "noindex": false, "seo_content": "<h2>Titre SEO</h2><p>Contenu ici...</p>" } }