Complete SEO Guide for Static Sites
Search Engine Optimization (SEO) is crucial for getting your content discovered. PyCora comes with built-in SEO features to help your site rank better.
Meta Tags
PyCora automatically generates essential meta tags:
<title>Your Page Title | PyCora</title>
<meta name="description" content="Your page description">
<meta name="keywords" content="seo, static, site">
Open Graph Tags
For better social media sharing, PyCora includes Open Graph tags:
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="Your description">
<meta property="og:image" content="/images/og-image.jpg">
<meta property="og:url" content="https://yoursite.com/page">
Twitter Cards
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Your Title">
<meta name="twitter:description" content="Your description">
Sitemap & RSS
PyCora automatically generates:
- sitemap.xml - For search engine crawling
- feed.xml - For RSS subscribers
Best Practices
- Use descriptive titles (50-60 characters)
- Write compelling meta descriptions (150-160 characters)
- Use proper heading structure (H1, H2, H3)
- Add alt text to images
- Use clean URLs (slug-based)
- Link to related content
Optimize your static site for search engines with PyCora! 🔍