- Sitemap: https://notelyvoice.com/sitemap.xml
- Robots: https://notelyvoice.com/robots.txt
- Google Search Console: https://search.google.com/search-console
- Bing Webmaster: https://www.bing.com/webmasters
- PageSpeed Insights: https://pagespeed.web.dev/
- Submit site to Google Search Console
- Submit site to Bing Webmaster Tools
- Submit sitemap to both
- Get verification codes
- Add verification codes to layout.tsx
- Size: 1200 x 630 pixels
- Format: PNG or JPG
- Include: Logo + Screenshot + Tagline
- Replace: /notely_voice_logo_white.png
- voice to text
- speech to text transcription
- on-device transcription
- private voice notes app
- offline transcription
- Search Console: Check indexing, keywords, errors
- Lighthouse: (Chrome DevTools) Overall site health
- PageSpeed: Site speed & Core Web Vitals
- Mobile-Friendly Test: Mobile optimization
- Impressions: How many see you in search
- Clicks: How many click through
- CTR: Click-through rate (aim for 2-5%)
- Position: Average ranking (aim for top 10)
// File: app/page.tsx
export const metadata = {
title: "Your New Title",
description: "Your new description",
keywords: ["keyword1", "keyword2"],
}- Open the page file (e.g.,
app/about/page.tsx) - Find the
generatePageMetadata()call - Update
title,description, orkeywords - Save and rebuild
- Check Search Console for errors
- Review top performing keywords
- Check site speed (PageSpeed Insights)
- Update content if needed
- Check for broken links
- Review competitor sites
After site is live, aim for:
- Performance: 90+
- Accessibility: 95+
- Best Practices: 95+
- SEO: 100
- 500+ monthly visitors
- 20+ keywords ranking
- 5+ top 10 rankings
Consider hiring SEO expert if:
- Not ranking after 6 months
- Need link building strategy
- Want to scale content
- Entering competitive market
Common Changes:
app/page.tsx- Home metadataapp/layout.tsx- Global SEO settingslib/seo.ts- SEO functions
Don't Touch:
app/sitemap.ts- Auto-generatesapp/robots.ts- Already configuredcomponents/seo/StructuredData.tsx- Structured data
- Content is king - write helpful, unique content
- Mobile-first - 60%+ traffic is mobile
- Be patient - SEO takes 3-6 months
- Quality > Quantity - for content & links
- Update regularly - shows Google site is active
When you share on social media, check:
- Title shows correctly
- Description shows correctly
- Image displays (OG image)
- URL is clean
Tool: https://www.opengraph.xyz/
If site is slow:
- Check PageSpeed Insights
- Optimize images (use WebP)
- Remove unused code
- Enable caching
- Use CDN for assets
- Week 1: Site indexed by Google
- Month 1: First keywords appear
- Month 2: Traffic starts coming
- Month 3: Rankings improve
- Month 6: Consistent traffic
- Google SEO Guide: https://developers.google.com/search/docs
- Next.js SEO: https://nextjs.org/learn/seo/introduction-to-seo
- Schema.org: https://schema.org/docs/schemas.html
Save this file! Reference it monthly for SEO maintenance.
Last Updated: February 2026