# robots.txt for fameimpact.com
# Global rule for all search engine bots
User-agent: *
# Allow all important public pages
Allow: /
# Block sensitive or irrelevant sections
Disallow: /wp-admin/ # WordPress admin area
Disallow: /wp-includes/ # WordPress core files
Disallow: /cgi-bin/ # Common server scripts directory
Disallow: /xmlrpc.php # XML-RPC for remote publishing (if not in use)
Disallow: /trackback/ # Disable trackbacks and pingbacks
Disallow: /?s= # Block search results pages to avoid duplication
Disallow: /?attachment_id= # Prevent indexing of attachment pages
Disallow: /comments/ # Disable comments feeds
Disallow: /feed/ # Disable main RSS feeds (if not needed for indexing)
Disallow: /*/feed/ # Disable category, tag, and other feeds
# Allow bots to access necessary static resources (CSS, JS, images)
Allow: /wp-content/uploads/
Allow: /*.css$
Allow: /*.js$
# Special rules for Googlebot to render content correctly
User-agent: Googlebot
Allow: /wp-content/uploads/
Allow: /*.css$
Allow: /*.js$
# Sitemap directive for all bots
Sitemap: https://fameimpact.com/sitemap.xml
https://fameimpact.com/sitemap_index.xml
https://fameimpact.com/post-sitemap.xml
robots.txt