initial commit after project creation

This commit is contained in:
Gerhard Scheikl
2026-04-01 09:38:50 +02:00
commit b02af637d4
292 changed files with 61408 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
seo:
title: SEO
description: Goes over the SEO Capabilities of TinaDocs
canonicalUrl: https://tina.io/tinadocs/docs/tinadocs-features/search-engine-optimization-seo
ogImage: /og/tina-og.png
title: Search Engine Optimization (SEO)
last_edited: '2025-07-16T00:55:37.712Z'
---
TinaDocs gives you full control over your sites metadata, structure, and performance—ensuring your documentation is optimized for search engines and shareable across platforms.
TinaDocs is built with **NextJS**, meaning you get SEO fundamentals out of the box:
* Server-side rendering or static generation
* Fast page loads with optimized bundle splitting
* Custom `<head>` support per page
## Updating Page SEO
To modify the SEO values on each page:
1. Navigate to the admin route
2. For each page click 'SEO Values' on the top of the editor bar
3. Insert respective SEO values
![](</img/docs-assets/seo-configuration.png>)