Skip to main content

Overview

Setting up Hado SEO is just the first step. This guide covers best practices to maximize your search engine visibility and get your pages ranking.

SEO Checklist

Complete this checklist to ensure your app is fully optimized:
1

Create robots.txt and sitemap.xml

Essential files that help search engines discover and crawl your pages efficiently. See the AI prompts below for ready-to-use implementation prompts.
You can configure a custom sitemap and robots.txt in your Domain Settings. Otherwise, use the AI prompts below to add them to your app.
2

Implement proper meta tags

Use React Helmet with unique titles (50-60 chars) and descriptions (140-160 chars) for each page:
3

Configure Open Graph tags

Add OG and Twitter Card tags with 1200x630px images for social media sharing:
4

Add JSON-LD structured data

Implement schema markup (Organization, Article, WebSite) to help search engines understand your content:
5

Use semantic HTML structure

Proper heading hierarchy (single H1, logical H2-H3), alt text on images, and semantic elements (<header>, <nav>, <main>, <article>, <footer>).
6

Submit to Google Search Console

  1. Go to Google Search Console
  2. Add your domain as a property
  3. Verify ownership (DNS verification recommended)
  4. Submit your sitemap
  5. Request indexing for key pages
7

Recrawl your site

After implementing SEO changes, trigger a recrawl from your Hado SEO dashboard to ensure search bots see your fully-rendered content with all the new meta tags and structured data.

Meta Tags Best Practices

Title Tags

Example:

Meta Descriptions

Example:

React/JavaScript Framework Tips

Using React Helmet

Dynamic Meta Tags

For pages with dynamic content, ensure meta tags are set before the page renders:

Using Hado SEO’s Free Tools

SEO Bot Crawler Test

Test what search engines see when they visit your page:
  1. Go to hadoseo.com/free-seo-bot-crawler-test
  2. Enter your URL
  3. See the rendered HTML that Googlebot receives
  4. Check for missing content or meta tags

OG Preview Checker

Preview how your links appear on social media:
  1. Go to hadoseo.com/free-og-preview-checker
  2. Enter your URL
  3. See previews for Twitter, Facebook, LinkedIn, and Discord
  4. Identify and fix any issues

Meta Tags Checker

Analyze your page’s meta tags:
  1. Go to hadoseo.com/free-meta-tags-checker
  2. Enter your URL
  3. Get a comprehensive report on all meta tags
  4. See recommendations for improvements

After Setup: Getting Indexed

Request Indexing in Google Search Console

  1. Go to Google Search Console
  2. Enter your URL in the inspection bar
  3. Click “Request Indexing”
  4. Repeat for your most important pages
Google typically re-crawls sites within days to weeks. Requesting indexing can speed this up for specific pages.

Monitor Your Progress

In your Hado SEO dashboard, track:
  • Crawl activity - See when bots visit
  • Cache hits - Measure prerendering effectiveness
  • Bot breakdown - Which search engines are crawling

Common SEO Issues

Possible causes:
  • Missing or blocked in robots.txt
  • No internal links to the page
  • Page not in sitemap
  • Low-quality or duplicate content
Solutions:
  • Check robots.txt configuration
  • Add internal links from other pages
  • Include in your sitemap
  • Ensure unique, valuable content
Possible causes:
  • Duplicate content issues
  • Missing canonical tags
  • Multiple URLs for same content
Solutions:
  • Add canonical tags to specify preferred URL
  • Implement 301 redirects for duplicates
  • Use consistent internal linking
Possible causes:
  • Missing Open Graph tags
  • OG image URL is relative, not absolute
  • Image too small or wrong format
Solutions:
  • Add complete OG tags to all pages
  • Use absolute URLs for og:image
  • Ensure image is at least 1200x630px

AI Prompts for Implementation

Copy-paste these prompts into your AI coding assistant (Lovable, Cursor, Bolt.new, etc.) to implement SEO best practices. Hado SEO handles the technical rendering. You handle the on-page SEO.

Quick Start Prompt

Use this all-in-one prompt to implement the essentials in a single pass:

Detailed Prompts by Category

For more control, use these targeted prompts for specific SEO tasks:
Basic SEOHead Component
Enhanced SEOHead with Article Support
Backend Function Sitemap (With Database Entities)
Static-Only Sitemap (No Database Dependencies)
Hybrid Sitemap (Some Dynamic Content)
Standard Robots.txt
Robots.txt with AI Bot Controls
Dynamic OG Image Route
Static OG Image Setup
Canonical URL Handling
Structured Data / JSON-LD Library
Internal Linking & Navigation SEO
Performance & Core Web Vitals
404 and Error Page SEO

Dashboard Analytics

Learn to track your SEO progress in the Hado SEO dashboard

Troubleshooting

Solutions for indexing issues, duplicates, and OG tag problems