Site Metadata
Go to Site Settings → General and set:
- Site Title — appears in search results and browser tabs
- Description — used for meta description tag
Page-Level SEO
<head>
<title>My Page — Site Name</title>
<meta name="description" content="A specific description.">
<meta property="og:title" content="My Page">
<meta property="og:description" content="For social sharing.">
<meta property="og:image" content="https://yoursite.wapka.site/images/preview.jpg">
</head>
Clean URLs
Wapka supports clean URLs by default:
Good: /about, /blog/my-post, /products/electronics
Bad: /page?id=123
Sitemap
Automatically generated at https://yoursite.wapka.site/sitemap.xml. Submit to Google Search Console.
Performance Tips
| Tip | Impact |
|---|---|
| Use WebP images | 30-50% smaller than JPEG |
| Inline critical CSS | Faster first paint |
| Use CDN for assets | Global edge caching |
| Minimize external scripts | Fewer requests |
Tip: Your Wapka site is already fast by default. Focus on optimizing images.