Impact Driven AI -- SEO & AI Discoverability Audit

impactdrivenai.com -- Comprehensive Technical & Content Audit

Prepared for: Brittany Long Prepared by: Lesli Rose Date: March 31, 2026 Platform: WordPress + Elementor

Table of Contents

  1. Executive Summary
  2. Site Snapshot & Health Scores
  3. Critical Issue: Broken Title Tag
  4. Technical SEO Issues
  5. Meta Tags & Open Graph Fixes
  6. Schema Markup Package
  7. Content Strategy & Blog Optimization
  8. Keyword Pillars & Topic Clusters
  9. Competitor Analysis
  10. AI Discoverability & LLM Optimization
  11. Robots.txt & Crawl Directives
  12. Site Architecture Cleanup
  13. External Domain Strategy
  14. 90-Day Roadmap
  15. Closing

01 Executive Summary

Brittany, your site has an incredible foundation. 229 blog posts is a content volume most coaches never reach. Your topics are dialed in, your product suite is smart, and your personal brand is strong. But right now, technical issues are holding all of that content back from ranking the way it should.

The single biggest finding in this audit: your homepage title tag reads "New Home -" in search results. That's the first thing Google and every AI model sees when they look at your site. It's an easy fix, but it's costing you clicks and credibility every single day it stays broken.

Beyond that, there's no structured data telling Google you're a person, a coach, a course creator, or a product seller. There are no Open Graph tags, so every time someone shares your site on social it looks generic. And there are WooCommerce pages (cart, checkout, my-account) sitting in your sitemap taking up crawl budget.

The good news: Nothing here requires a redesign or a platform migration. Every issue in this audit can be fixed inside WordPress + All in One SEO. The fixes are technical, not creative -- and most of them are one-time setup tasks.

Top 5 Priorities

  1. Fix the homepage title tag -- "New Home -" needs to become something like "Impact Driven AI -- AI Training & Automation for Entrepreneurs | Brittany Long"
  2. Add Person + Organization schema -- Google needs to know who Brittany Long is
  3. Add Open Graph and Twitter Card tags -- every page, every blog post
  4. Remove junk pages from the sitemap -- cart, checkout, sample-page, duplicate privacy policies
  5. Add Course and Product schema to your offerings so they can appear as rich results

02 Site Snapshot & Health Scores

32
Technical SEO
55
On-Page SEO
78
Content Volume
15
Schema / Structured Data
10
AI Discoverability

Current Assets

Content

  • 29 pages
  • 229 blog posts
  • FAQ page present
  • Testimonials page present
  • Portfolio section referenced

Tech Stack

  • WordPress + Elementor
  • All in One SEO v4.9.5.1
  • GA4 (G-2T332JKNFX)
  • MonsterInsights
  • WooCommerce (for products)

Social Channels

  • YouTube: @womenthrivewithai
  • Instagram: @impactdrivenai
  • Facebook: womenthrivewithai
  • Skool: ai-to-100k

Product Suite

  • Money-Maker GPT (free lead magnet)
  • AI Copy Club ($9/mo)
  • AI to $100k (premium program)
  • 1:1 Coaching
  • AI Content Clone (done-for-you)
  • AI Pocket Coach

03 Critical Issue: Broken Title Tag

SEVERITY: CRITICAL -- This is the single most impactful SEO issue on the site. Your homepage title tag appears as New Home - in search results. This is likely a WordPress page title that was never updated after a redesign or page duplication.

What Google Sees Right Now

<title>New Home -</title>

This means:

The Fix

Go to All in One SEO > Search Appearance > Homepage (or edit the homepage in WordPress and scroll to the AIOSEO Settings panel) and set:

Title Tag:
Impact Driven AI -- AI Training & Automation for Entrepreneurs | Brittany Long

Meta Description:
Learn how to automate your business with AI. Brittany Long has created 1000+
AI trainings, spoken at 145+ summits, and helped entrepreneurs build AI systems
that save thousands per month. Free resources, courses, and coaching available.

Why This Matters for AI Discoverability

When ChatGPT, Perplexity, or Google SGE summarize your site, the title tag is one of the first signals they use to understand what the page is about. "New Home -" tells them nothing. A descriptive title tag means AI models can accurately reference your brand, your name, and your expertise.

Time to fix: 2 minutes. Impact: Immediate improvement in search appearance, CTR, and AI model understanding of your brand.

04 Technical SEO Issues

Here's every technical issue found, ranked by severity.

#IssueSeverityFix
1 Homepage title tag reads "New Home -" Critical Update in AIOSEO > Homepage settings
2 Meta description is ALL CAPS ad copy -- not optimized for search intent or natural language queries Critical Rewrite in sentence case with keywords and a clear value proposition
3 No Open Graph tags -- social shares show generic WordPress info High Enable in AIOSEO > Social Networks > Facebook / Twitter
4 No canonical tags visible -- risk of duplicate content signals High AIOSEO should add these automatically -- verify in Settings > Advanced
5 WooCommerce pages in sitemap (cart, checkout, my-account) High Exclude via AIOSEO > Sitemaps > Advanced > Exclude Pages
6 Duplicate/legacy pages indexed (/sample-page/, /privacy-policy-2/, /privacy-policy-3/, /new-services-page/) High Set to noindex or 301 redirect, then remove from sitemap
7 Homepage served at both / and /home/ High 301 redirect /home/ to / -- splitting page authority
8 Two login pages (/login/ and /login-to-ai-to-100k/) Medium Noindex both login pages -- they serve no SEO purpose
9 Gallery pages with no clear purpose (/gallery-1/, /gallery-2/) Medium Either add context/content or noindex
10 Blog slugs are extremely long (80+ characters) Medium Shorten future slugs to 3-5 keyword words. Set up 301s for existing high-traffic posts if editing.
11 Outdated year references in URLs ("2025-edition" in slugs) Medium Update content for 2026, consider removing year from slug
12 No image alt text audit conducted -- Elementor sites frequently have empty alt attributes Medium Audit all images -- every image needs descriptive alt text with relevant keywords
13 Duplicate/variant blog posts (e.g., "6 powerful AI hacks" in 4 variations) Medium Consolidate into one definitive post, 301 redirect variants
14 No AI bot directives in robots.txt Medium Add explicit allow rules for AI crawlers (see Section 11)

Quick Wins (Under 30 Minutes Total)

Fix Title Tag

2 minutes. AIOSEO homepage settings. Biggest single improvement.

Rewrite Meta Description

5 minutes. Sentence case, keywords, 155 characters.

Enable Open Graph

5 minutes. AIOSEO Social Networks panel.

Exclude Junk Pages

10 minutes. Noindex cart, checkout, login, sample pages.

301 /home/ to /

5 minutes. One redirect rule in AIOSEO or .htaccess.

Verify Canonicals

3 minutes. Check AIOSEO advanced settings are enabled.

05 Meta Tags & Open Graph Fixes

Homepage Meta Tags

Your current meta description is in ALL CAPS and reads like ad copy. Search engines may rewrite it, and AI models will interpret it as shouting. Here's the fix:

<!-- CURRENT (broken) -->
<title>New Home -</title>
<meta name="description" content="YOUR ALL CAPS AD COPY...">

<!-- FIXED -->
<title>Impact Driven AI -- AI Training & Automation for Entrepreneurs | Brittany Long</title>
<meta name="description" content="Brittany Long helps entrepreneurs automate and scale with AI. 1000+ trainings created, 145+ summits. Free resources, AI Copy Club, 1:1 coaching, and the AI to $100k program.">

Key Page Title Tag Recommendations

PageRecommended Title Tag
HomepageImpact Driven AI -- AI Training & Automation for Entrepreneurs | Brittany Long
AboutAbout Brittany Long -- AI Educator, Copywriter & Automation Expert
ProgramsAI Programs for Entrepreneurs -- Courses, Coaching & Memberships | Impact Driven AI
GPT & Agent ShopCustom GPTs & AI Agents for Business -- Built by Brittany Long
AI Copy ClubAI Copy Club -- $9/Month AI Copywriting Membership | Impact Driven AI
AI to $100kAI to $100k -- Year-Long AI Business Program | Impact Driven AI
Free ResourcesFree AI Resources for Entrepreneurs -- GPTs, Guides & Trainings
FAQFrequently Asked Questions -- Impact Driven AI & Brittany Long
BlogAI Business Blog -- Tips, Tutorials & Strategies | Impact Driven AI
ContactContact Impact Driven AI -- Work with Brittany Long

Open Graph Tags (Every Page)

AIOSEO can generate these automatically. Go to AIOSEO > Social Networks and enable both Facebook and Twitter/X card settings. Once enabled, set the defaults:

<!-- Facebook/LinkedIn Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="Impact Driven AI -- AI Training for Entrepreneurs">
<meta property="og:description" content="Brittany Long helps entrepreneurs automate and scale with AI. Free resources, courses, and coaching.">
<meta property="og:image" content="https://impactdrivenai.com/wp-content/uploads/og-share-image.jpg">
<meta property="og:url" content="https://impactdrivenai.com/">
<meta property="og:site_name" content="Impact Driven AI">

<!-- Twitter/X Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Impact Driven AI -- AI Training for Entrepreneurs">
<meta name="twitter:description" content="Brittany Long helps entrepreneurs automate and scale with AI.">
<meta name="twitter:image" content="https://impactdrivenai.com/wp-content/uploads/og-share-image.jpg">
Pro tip: Create a branded OG share image (1200x630px) with your face, brand name, and tagline. This is what shows up when anyone shares your link on Facebook, LinkedIn, or Slack. Right now, shares likely show a generic WordPress image or nothing at all.

06 Schema Markup Package

Your site currently has basic Organization and BreadcrumbList schema -- that's it. For a personal brand site with courses, products, testimonials, and an FAQ page, you need significantly more structured data. Here's the full package.

What You Have vs. What You Need

Schema TypeStatusWhere It Goes
OrganizationPresentSitewide
BreadcrumbListPresentHomepage
WebPagePresentAll pages
Person (Brittany Long)MissingAbout page + homepage
CourseMissingAI to $100k, AI Copy Club, AI Image Course
ProductMissingAI Content Clone, AI Pocket Coach, Revenue Room Guide
OfferMissingNested inside Product/Course schemas
FAQPageMissing/faq-2/ page
Review / AggregateRatingMissingTestimonials page, product pages
VideoObjectMissingBlog posts with embedded YouTube videos
HowToMissingTutorial blog posts

Person Schema -- Brittany Long

This is the most important missing schema. It tells Google and AI models who Brittany is, what she does, and how to reference her. Add this to the About page and the homepage.

{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Brittany Long",
  "jobTitle": "AI Educator & Automation Expert",
  "description": "Award-winning educator turned copywriter turned AI trainer. Creator of 1000+ AI trainings, speaker at 145+ summits, with nearly 5 years of copywriting experience generating $4.5M+ for clients.",
  "url": "https://impactdrivenai.com/about/",
  "image": "https://impactdrivenai.com/wp-content/uploads/brittany-long-headshot.jpg",
  "sameAs": [
    "https://youtube.com/@womenthrivewithai",
    "https://instagram.com/impactdrivenai",
    "https://facebook.com/womenthrivewithai",
    "https://skool.com/ai-to-100k"
  ],
  "worksFor": {
    "@type": "Organization",
    "name": "Impact Driven AI",
    "url": "https://impactdrivenai.com"
  },
  "knowsAbout": [
    "Artificial Intelligence",
    "AI Automation",
    "Copywriting",
    "Custom GPTs",
    "AI Voice Cloning",
    "Business Automation",
    "Online Course Creation",
    "AI for Entrepreneurs"
  ],
  "alumniOf": [],
  "award": "Award-winning educator"
}

Course Schema -- AI to $100k

{
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "AI to $100k",
  "description": "Year-long AI business program teaching entrepreneurs how to automate and scale their business using AI tools, custom GPTs, and automation workflows.",
  "provider": {
    "@type": "Organization",
    "name": "Impact Driven AI",
    "url": "https://impactdrivenai.com"
  },
  "instructor": {
    "@type": "Person",
    "name": "Brittany Long"
  },
  "coursePrerequisites": "No AI experience required",
  "educationalLevel": "Beginner to Intermediate",
  "hasCourseInstance": {
    "@type": "CourseInstance",
    "courseMode": "Online",
    "duration": "P12M",
    "courseWorkload": "PT5H per week"
  },
  "url": "https://impactdrivenai.com/ai-to-100k/",
  "image": "https://impactdrivenai.com/wp-content/uploads/ai-to-100k-hero.jpg"
}

Course Schema -- AI Copy Club

{
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "AI Copy Club",
  "description": "Monthly membership for entrepreneurs learning AI-powered copywriting. Templates, trainings, and community support for $9 per month.",
  "provider": {
    "@type": "Organization",
    "name": "Impact Driven AI",
    "url": "https://impactdrivenai.com"
  },
  "instructor": {
    "@type": "Person",
    "name": "Brittany Long"
  },
  "offers": {
    "@type": "Offer",
    "price": "9.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "priceSpecification": {
      "@type": "UnitPriceSpecification",
      "price": "9.00",
      "priceCurrency": "USD",
      "billingDuration": "P1M"
    }
  },
  "url": "https://impactdrivenai.com/ai-copy-club/"
}

Product Schema -- AI Content Clone

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "AI Content Clone",
  "description": "Done-for-you AI voice and video clone that creates content in your style, tone, and personality -- saving hours of content creation every week.",
  "brand": {
    "@type": "Organization",
    "name": "Impact Driven AI"
  },
  "url": "https://impactdrivenai.com/ai-content-clone/",
  "category": "AI Services"
}

FAQPage Schema

You have a FAQ page at /faq-2/ -- it needs FAQPage schema. This is one of the easiest wins for rich results. Each Q&A pair becomes expandable in search results.

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is Impact Driven AI?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Impact Driven AI is an AI training and automation company founded by Brittany Long, helping entrepreneurs learn to use AI tools to automate their business, create content, and scale their revenue."
      }
    },
    {
      "@type": "Question",
      "name": "What is the AI Copy Club?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI Copy Club is a $9 per month membership that gives entrepreneurs access to AI copywriting templates, trainings, and community support to create better marketing content using AI."
      }
    },
    {
      "@type": "Question",
      "name": "What is AI to $100k?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI to $100k is a year-long premium program where Brittany Long teaches entrepreneurs how to build AI-powered business systems, automate workflows, and scale to $100k and beyond using AI tools."
      }
    }
  ]
}
How to add schema in WordPress: AIOSEO has a built-in Schema Generator. Go to any page > AIOSEO Settings > Schema tab > Add Schema. You can add Person, Course, Product, and FAQPage schemas without writing code. For more control, use the "Custom JSON" option and paste the code blocks above.

07 Content Strategy & Blog Optimization

What's Working

What Needs Work

1. Consolidate Duplicate Content

"6 powerful AI hacks" appears in at least 4 variations. This is a classic content cannibalization problem -- multiple pages competing for the same keyword, and Google doesn't know which one to rank. For each cluster of duplicate topics:

2. Shorten Blog Post URLs

Current slugs are 80+ characters. Best practice is 3-5 keywords, under 60 characters. Examples:

Current (Too Long)Recommended
/6-powerful-ai-hacks-every-entrepreneur-needs-to-know-in-2025//ai-hacks-entrepreneurs/
/how-to-use-chatgpt-to-write-better-email-marketing-copy-2025-edition//chatgpt-email-marketing-copy/
/the-complete-beginners-guide-to-building-custom-gpts-for-your-business//build-custom-gpts-business/

Important: Only change slugs on posts that get minimal traffic. For high-traffic posts, set up a 301 redirect from old to new URL.

3. Add Comparison and "vs" Content

You have zero comparison content. This is a huge missed opportunity. People searching for AI coaching are comparing options. Write these:

4. Add "Best Of" and Listicle Content

5. Create Pillar Pages

With 229 blog posts, you have enough content to build pillar/hub pages for each of your 6 keyword pillars (see Section 8). A pillar page is a comprehensive, long-form page (2,000-3,000 words) that links out to all your related blog posts. This creates topical authority and internal linking structure that Google rewards.

6. Update Dated Content

Posts with "2025" in the title or URL need updating. Search engines and AI models prefer current content. Update the content, change "2025" to "2026" in titles (not URLs unless redirecting), and republish with a fresh date.

Content volume is your superpower. 229 posts is more than most AI coaches have. The opportunity is in organization, consolidation, and internal linking -- not in creating more content. Quality and structure over quantity at this point.

08 Keyword Pillars & Topic Clusters

Six keyword pillars, each with a recommended pillar page and supporting blog post topics. Your existing 229 posts already cover many of these -- the work is in organizing them into clusters with internal links.

Pillar 1 AI for Entrepreneurs

Primary Keywords

  • "AI for entrepreneurs"
  • "AI tools for business owners"
  • "how to use AI in business"
  • "AI automation for small business"

Pillar Page

/ai-for-entrepreneurs/

Comprehensive guide to using AI in business. 2,500+ words. Links to all related blog posts. This page should rank for "AI for entrepreneurs" head term.

Pillar 2 AI Copywriting

Primary Keywords

  • "AI copywriting"
  • "how to make AI sound like you"
  • "ChatGPT for copywriting"
  • "AI email marketing"

Pillar Page

/ai-copywriting-guide/

The definitive guide to AI-powered copywriting. Tie in AI Copy Club as the CTA. Natural home for your copywriting expertise.

Pillar 3 Custom GPTs

Primary Keywords

  • "how to build custom GPTs"
  • "custom GPT for business"
  • "ChatGPT custom instructions"
  • "AI team members GPT"

Pillar Page

/custom-gpts-for-business/

Everything about building and using custom GPTs. Tie in your GPT & Agent Shop. You built 6 AI clones saving $4,700/month -- that's the proof point.

Pillar 4 AI Coaching & Clones

Primary Keywords

  • "AI coaching clone"
  • "AI voice clone for business"
  • "how to clone yourself with AI"
  • "AI coach for entrepreneurs"

Pillar Page

/ai-clones-for-business/

How AI clones work, why they matter, and how to build one. Ties directly into AI Content Clone service. Emerging keyword space with low competition.

Pillar 5 AI Automation

Primary Keywords

  • "Make.com automation"
  • "Zapier AI automation"
  • "automate content creation AI"
  • "AI workflow automation"

Pillar Page

/ai-automation-guide/

Step-by-step AI automation for non-technical business owners. Tool comparisons, workflow examples, cost savings.

Pillar 6 Female Entrepreneurs + AI

Primary Keywords

  • "AI for female entrepreneurs"
  • "AI for moms in business"
  • "women entrepreneurs AI tools"
  • "scale business with AI as a mom"

Pillar Page

/ai-for-female-entrepreneurs/

This is your brand differentiator. No one else owns this niche in SEO. Your YouTube channel is literally @womenthrivewithai. This pillar page should be your highest-converting content.

Internal linking strategy: Every blog post should link to its pillar page. Every pillar page should link to 10-20 related blog posts. This creates a web of topical authority that Google and AI models both reward. Use AIOSEO's internal linking suggestions or manually audit your top 50 posts.

09 Competitor Analysis

Your competitive landscape spans two categories: established female business educators and newer AI-specific coaches. Here's where you stand.

CompetitorStrengthsWeaknessesYour Advantage
Amy Porterfield Massive audience, strong domain authority, podcast empire Broad marketing focus, not AI-specific You're the AI specialist. She teaches courses about courses -- you teach AI that runs the business.
Jenna Kutcher Huge personal brand, strong SEO, email list Not AI-focused, more lifestyle/marketing Same audience (female entrepreneurs) but you own the AI angle she doesn't touch deeply.
Jasmine Star Social media authority, great branding AI is secondary to her brand, not her expertise You've built AI clones, spoken at 145+ summits on AI specifically. Deeper expertise.
BrittneyEmpowers Very similar positioning -- AI systems for women Smaller content library, less social proof You have 229 blog posts vs. her smaller library. 1000+ trainings is hard to match. First-mover content advantage.
AI Coaches (aicoaches.com) Directory model, captures "AI coach" searches No personality, no courses, no depth You're a person, not a directory. Personal brand wins trust in coaching.

Competitive SEO Gaps You Can Own

Your real moat: 1000+ AI trainings, 145+ summits, 6 AI clones saving $4,700/month, and $4.5M generated for clients. No competitor can match that social proof. The problem isn't your credentials -- it's that Google and AI models can't see them because the technical SEO isn't carrying the message.

10 AI Discoverability & LLM Optimization

AI models like ChatGPT, Perplexity, Claude, and Google SGE are increasingly how people discover businesses. Right now, if someone asks an AI "Who is the best AI coach for female entrepreneurs?" -- your site is not structured to be the answer. Here's how to fix that.

Current AI Discoverability Score: 10/100

Why so low:

How AI Models Discover and Reference Businesses

What AI Models Look For

  • Clear, descriptive title tags
  • Structured data (schema.org)
  • Well-organized FAQ content
  • "About" pages with entity information
  • Consistent NAP (Name, Authority, Proof) signals
  • External citations and backlinks

What Your Site Provides

  • 229 blog posts with relevant topics
  • Basic Organization schema
  • Title tag says "New Home -"
  • No Person schema
  • No FAQ schema
  • External sales pages split authority

AI-Optimized About Page Strategy

Your About page should be written for both humans AND AI models. It needs to contain clear, factual, entity-rich statements that AI can extract:

Key entity statements to include on your About page:

"Brittany Long is the founder of Impact Driven AI, an AI training
and automation company for entrepreneurs."

"Brittany has created over 1,000 AI trainings and spoken at more
than 145 virtual summits."

"With nearly 5 years of professional copywriting experience,
Brittany has generated over $4.5 million for her clients."

"She has built 6 AI 'clones' that save her business $4,700 per
month in outsourcing costs."

"Impact Driven AI offers courses including AI to $100k, AI Copy
Club, and done-for-you AI Content Clone services."

"Brittany specializes in helping female entrepreneurs and moms
automate their businesses using AI tools like ChatGPT, custom
GPTs, Make.com, and Zapier."
Why entity statements matter: When an AI model reads your About page, it extracts facts. "Brittany Long" + "AI trainer" + "1000+ trainings" + "female entrepreneurs" -- these are the building blocks AI uses to answer questions about you. If these facts aren't clearly stated on your site, AI models will either skip you or get the details wrong.

llms.txt File

A growing standard for AI discoverability. Create a file at https://impactdrivenai.com/llms.txt that tells AI crawlers what your site is about:

# Impact Driven AI
# https://impactdrivenai.com

## About
Impact Driven AI is an AI training and automation company founded
by Brittany Long. We help entrepreneurs -- especially female
entrepreneurs and moms -- learn to automate and scale their
businesses using AI.

## Founder
Brittany Long -- Award-winning educator, AI trainer, and
copywriter. Created 1000+ AI trainings. Spoken at 145+ summits.
Nearly 5 years copywriting experience, $4.5M+ generated for
clients. Built 6 AI clones saving $4,700/month.

## Products and Services
- Money-Maker GPT: Free lead magnet
- AI Copy Club: $9/month AI copywriting membership
- AI to $100k: Year-long AI business program
- 1:1 Coaching: Direct coaching with Brittany
- AI Content Clone: Done-for-you AI voice/video clone
- AI Pocket Coach: On-demand AI business support
- AI Image Creation Course: Mini course
- Revenue Room Guide: Zoom optimization guide

## Links
- Website: https://impactdrivenai.com
- YouTube: https://youtube.com/@womenthrivewithai
- Instagram: https://instagram.com/impactdrivenai
- Student Platform: https://skool.com/ai-to-100k
- Programs: https://impactdrivenai.com/programs/

11 Robots.txt & Crawl Directives

Your robots.txt likely has only the WordPress defaults. Here's what it should contain, including explicit directives for AI crawlers:

# robots.txt for impactdrivenai.com

User-agent: *
Allow: /
Disallow: /wp-admin/
Disallow: /cart/
Disallow: /checkout/
Disallow: /my-account/
Disallow: /login/
Disallow: /login-to-ai-to-100k/
Disallow: /sample-page/
Disallow: /gallery-1/
Disallow: /gallery-2/
Disallow: /privacy-policy-2/
Disallow: /privacy-policy-3/
Disallow: /new-services-page/

# AI Crawlers -- Explicitly ALLOW
# These crawlers power ChatGPT, Perplexity, Claude, etc.
# Allowing them means your content can appear in AI answers.

User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: Claude-Web
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Applebot-Extended
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Allow: /

Sitemap: https://impactdrivenai.com/sitemap.xml
Why allow AI crawlers? Many WordPress sites accidentally block AI bots through security plugins or default settings. Explicitly allowing GPTBot, Claude-Web, and PerplexityBot means your content can appear when people ask AI assistants about AI coaching, AI tools for entrepreneurs, or custom GPTs. This is free, high-intent traffic.

12 Site Architecture Cleanup

Your site has 29 pages, but several are junk, duplicates, or utility pages that shouldn't be indexed. Here's the full cleanup plan.

Pages to Noindex or Remove

PageActionReason
/sample-page/DeleteWordPress default page -- zero value
/privacy-policy-2/Redirect to /privacy-policy/Duplicate
/privacy-policy-3/Redirect to /privacy-policy/Duplicate
/new-services-page/Redirect or deleteDraft/test page still indexed
/home/301 to /Duplicate homepage -- splitting authority
/cart/NoindexWooCommerce utility page
/checkout/NoindexWooCommerce utility page
/my-account/NoindexWooCommerce utility page
/login/NoindexNo SEO value
/login-to-ai-to-100k/NoindexNo SEO value
/gallery-1/EvaluateIf no content/context, noindex
/gallery-2/EvaluateIf no content/context, noindex

Recommended Site Structure

impactdrivenai.com/
├── / (Homepage)
├── /about/
├── /programs/
│   ├── /ai-to-100k/
│   ├── /ai-copy-club/
│   ├── /ai-content-clone/
│   ├── /ai-pocket-coach/
│   ├── /ai-image-creation-course/
│   └── /one-on-one-coaching/
├── /gpt-agent-shop/
├── /free-resources/
│   ├── /money-maker-gpt/
│   └── /revenue-room-guide/
├── /blog/ (229 posts)
│   ├── /ai-for-entrepreneurs/ (pillar)
│   ├── /ai-copywriting-guide/ (pillar)
│   ├── /custom-gpts-for-business/ (pillar)
│   ├── /ai-clones-for-business/ (pillar)
│   ├── /ai-automation-guide/ (pillar)
│   └── /ai-for-female-entrepreneurs/ (pillar)
├── /testimonials/
├── /faq/  (redirect /faq-2/ here)
├── /contact/
├── /privacy-policy/
└── /terms-of-service/
Note on /faq-2/: That slug has a "-2" in it, which usually means the original /faq/ slug was taken by another page or a draft. Find and delete the original, then redirect /faq-2/ to /faq/ for a cleaner URL.

13 External Domain Strategy

You have two external sales page domains: aito100k.com and aicoachondemand.com. Plus your student platform on skool.com/ai-to-100k. Here's how to think about these.

The Problem

Every external domain is a separate entity in Google's eyes. When someone links to aito100k.com, that backlink authority goes to aito100k.com -- not to impactdrivenai.com. You're splitting your domain authority across three properties.

Recommendations

DomainCurrent UseRecommendation
aito100k.com Sales page for AI to $100k program Keep as a branded landing page, but add a canonical tag pointing to impactdrivenai.com/ai-to-100k/. Alternatively, 301 redirect to impactdrivenai.com/ai-to-100k/ and consolidate all authority.
aicoachondemand.com Sales page for AI Pocket Coach Same approach -- canonical or redirect to impactdrivenai.com/ai-pocket-coach/. The more domains you maintain, the more authority you dilute.
skool.com/ai-to-100k Student community platform This is fine as-is. Skool is a third-party platform. Make sure your Skool profile links back to impactdrivenai.com prominently.
The ideal setup: One domain (impactdrivenai.com) gets all the SEO juice. External domains redirect to it. Every backlink, every social share, every AI citation -- all pointing to one property. This is how you build domain authority faster.

14 90-Day Implementation Roadmap

Week 1: Emergency Fixes (Days 1-7)

These are the items that are actively hurting your site right now.

TaskTimeImpact
Fix homepage title tag ("New Home -" to proper title)2 minCritical
Rewrite homepage meta description (sentence case, keywords)5 minCritical
Enable Open Graph tags in AIOSEO10 minHigh
Verify canonical tags are enabled in AIOSEO3 minHigh
301 redirect /home/ to /5 minHigh
Noindex cart, checkout, my-account, login pages10 minHigh
Delete /sample-page/1 minMedium
Redirect duplicate privacy policy pages5 minMedium

Week 2-3: Schema & Structured Data (Days 8-21)

TaskTimeImpact
Add Person schema for Brittany Long (About + Homepage)20 minCritical
Add Course schema to AI to $100k page15 minHigh
Add Course schema to AI Copy Club page15 minHigh
Add Product schema to AI Content Clone page15 minHigh
Add FAQPage schema to /faq-2/20 minHigh
Update About page with entity statements30 minHigh
Create and upload llms.txt file10 minMedium
Update robots.txt with AI crawler directives10 minMedium

Week 4-6: Content Optimization (Days 22-42)

TaskTimeImpact
Audit and consolidate duplicate blog posts (start with top 10)2-3 hrsHigh
Write title tags and meta descriptions for all 29 pages1-2 hrsHigh
Create branded OG share image (1200x630px)30 minMedium
Update dated "2025" content in top 10 posts2 hrsMedium
Audit image alt text on top 20 pages1-2 hrsMedium
Write first comparison post ("AI Copy Club vs Jasper vs Copy.ai")2 hrsMedium

Week 7-9: Pillar Pages & Internal Linking (Days 43-63)

TaskTimeImpact
Create Pillar 6: /ai-for-female-entrepreneurs/ (your differentiator)3-4 hrsHigh
Create Pillar 2: /ai-copywriting-guide/ (ties to AI Copy Club)3-4 hrsHigh
Create Pillar 3: /custom-gpts-for-business/ (ties to GPT Shop)3-4 hrsHigh
Internal link audit -- connect top 50 posts to pillars3-4 hrsHigh
Write 2 more comparison posts4 hrsMedium

Week 10-12: Authority Building & Domain Consolidation (Days 64-90)

TaskTimeImpact
Create remaining 3 pillar pages9-12 hrsHigh
Evaluate external domain strategy (aito100k.com, aicoachondemand.com)1 hrHigh
Implement redirects or canonicals for external domains30 minHigh
Shorten top 20 blog post slugs (with 301 redirects)2 hrsMedium
Submit updated sitemap to Google Search Console10 minMedium
Clean up /faq-2/ slug to /faq/10 minLow

Expected Results After 90 Days

Technical SEO

32 → 85+

Schema Coverage

15 → 80+

AI Discoverability

10 → 70+

15 Closing

Brittany, you've built something impressive. 229 blog posts, 1000+ trainings, 145+ summits, a full product suite, and a clear niche -- AI for female entrepreneurs. That's a foundation most people never get to.

The work ahead is technical, not creative. You don't need to write more content right now. You need to fix the plumbing so that the content you already have can actually be found, understood, and referenced by both search engines and AI models.

The broken title tag is a 2-minute fix that will change how every searcher sees your brand. The Person schema tells Google and ChatGPT who Brittany Long is. The pillar pages turn 229 scattered posts into a structured knowledge hub. And the AI crawler directives make sure the next generation of search -- AI-powered answers -- can actually cite you.

Start with Week 1. Every fix listed there takes under 10 minutes. The total time is about 40 minutes. That 40 minutes will have a bigger impact than the next 40 blog posts you could write.

The content is there. The expertise is there. The brand is there. Let's make sure the internet can actually see it.

Audit prepared by Lesli Rose -- March 31, 2026