TYPO3 SEO
TYPO3 SEO is the practice of configuring TYPO3 pages, URLs, metadata, content structure, sitemaps, and performance settings so search engines can crawl, understand, and rank the site better.
Key takeaways
- Use the SEO tab in page properties for unique titles and meta descriptions.
- Enable clean, descriptive URLs via site routing configuration.
- Generate and submit XML sitemaps to Google Search Console.
- Ensure one H1 per page with a logical heading hierarchy.
- Optimize performance with caching, image compression, and minified assets.
This guide covers the essential steps to optimize a TYPO3 site for search engines.
Example: Optimizing a TYPO3 Product Page
- Page title: Set in the SEO tab to "Organic Coffee Beans – Premium Arabica | ShopName".
- Meta description: Write a natural 155-character description including the keyword "organic coffee beans".
- URL: Configure routing to produce
/products/organic-coffee-beansinstead of/index.php?id=123. - Heading structure: Use one H1 for the product name, H2 for features, and H3 for customer reviews.
- Internal linking: Link from a related blog post using anchor text "buy organic coffee beans".
- Sitemap: Ensure the page is included in the XML sitemap and submitted to Search Console.
Quick Start: 5 Steps to Optimize a TYPO3 Page
- Edit page properties: Go to the SEO tab and fill in a unique title and meta description for each page.
- Configure clean URLs: In site configuration, enable speaking URLs and set up route enhancers for extensions.
- Set heading hierarchy: Ensure each page has exactly one H1, followed by H2 and H3 in a logical order.
- Generate XML sitemap: Enable sitemap generation in site configuration and submit the sitemap URL to Google Search Console.
- Optimize performance: Enable caching, compress images, and minify CSS/JS assets.
How to Judge TYPO3 SEO Quality
- Unique metadata: Every page has a distinct title and meta description.
- Clean URLs: URLs are descriptive, short, and free of parameters.
- Heading structure: One H1 per page, with a clear hierarchy.
- Sitemap: XML sitemap is generated and submitted.
- Performance: Pages load quickly, with good Core Web Vitals scores.
- Internal linking: Related pages are linked with descriptive anchor text.
Common Mistakes in TYPO3 SEO
- Keyword stuffing: Overusing keywords in titles or headings instead of writing naturally.
- Missing metadata: Leaving pages without unique titles or descriptions.
- Poor URLs: Using long, unclear URLs with parameters or special characters.
- Ignoring performance: Not optimizing images, caching, or minifying assets, leading to slow load times.
Next step
FAQ
How do I add meta descriptions in TYPO3?
Go to the page properties, open the SEO tab, and fill in the 'Description' field. Ensure each page has a unique, keyword-rich description.
Does TYPO3 generate XML sitemaps automatically?
Yes, TYPO3 can generate XML sitemaps. You need to enable the sitemap generation in the site configuration and then submit the sitemap URL to Google Search Console.
Related topics
Sources
- Google Search Central — Primary source for crawling, indexing, sitemaps, canonicalization, structured data, and page quality guidance.
- TYPO3 Documentation — Official reference for TYPO3 page properties, site configuration, routing, sitemaps, and metadata handling.
- Google Search Central Blog — Useful for current Search updates that can affect SEO tactics, indexing, and structured data behavior.
- Page Experience / Core Web Vitals documentation — Authoritative guidance on performance-related ranking signals and site experience considerations.
Reviewed by Lucía Marín, Founding editor.