ABRA1st.com SEO & AI Discoverability Audit

Baseline Snapshot -- March 31, 2026

Site: abra1st.com Owner: Lesli Rose Status: In Build Platform: Custom PHP / SiteGround

0. Executive Summary

abra1st.com is the official registration arm of the American Bulldog Registry & Archives (ABRA), founded in 1998. The site is in active build on a custom PHP stack, sharing a MySQL database with pedigreedatabase.ca. This audit establishes a baseline before the site reaches full production.

The site has a strong title tag and Organization schema already in place. However, critical SEO foundations -- meta descriptions, Open Graph tags, structured data for services and pricing, a sitemap, and AI bot directives -- are all missing. Because the site is still being built, now is the ideal time to bake these in before launch rather than retrofitting later.

Technical SEO
28
Critical gaps
On-Page SEO
22
Needs foundation
Structured Data
35
Partial
AI Discoverability
10
Not started
Content SEO
15
Minimal content
Overall
22/100
Baseline (in-build)
Context: A score of 22/100 is expected for a site still in build. The good news is that custom PHP makes every fix straightforward -- no framework abstractions, no plugin conflicts. Most critical items can be resolved in a single build session.

Table of Contents

  1. Technical SEO Audit
  2. On-Page SEO Audit
  3. Structured Data & Schema
  4. AI Discoverability
  5. Content SEO & Keyword Strategy
  6. Competitor Gap Analysis
  7. Cross-Site Ecosystem Strategy
  8. Local & Entity SEO
  9. Performance & Core Web Vitals
  10. Prioritized Action Plan
  11. Schema Templates (Copy-Paste Ready)
  12. AI Discovery Files (Copy-Paste Ready)

1. Technical SEO Audit

1.1 Crawlability & Indexing

ItemStatusFinding
robots.txt Unknown Needs verification. Should exist at /robots.txt with sitemap reference and AI bot directives.
XML Sitemap Missing No /sitemap.xml found. Must be created and submitted to Google Search Console.
Canonical Tags Missing No <link rel="canonical"> on any page. Risk of duplicate content issues, especially with query string variations.
HTTPS OK SiteGround provides free SSL. Confirm all HTTP redirects to HTTPS.
Google Search Console Check GA4 (G-JTMLWT34CQ) is connected. Verify GSC property is claimed and sitemap submitted.
Bing Webmaster Tools Missing Not set up. Free traffic source -- should be claimed.

1.2 URL Structure

Custom PHP gives full control over URL patterns. Current structure appears to use clean .php extensions. Recommendations:

1.3 Header Response & Meta Tags

TagStatusRecommendation
<title> Good "American Bulldog Registry & Archives | Official ABRA Registration Since 1998" -- strong, keyword-rich, under 60 chars.
<meta description> Missing Add unique descriptions per page. Homepage suggestion below.
viewport OK Standard responsive viewport meta should be present.
charset OK UTF-8 expected with PHP.
lang attribute Check Verify <html lang="en"> is set on every page via header.php.
Suggested homepage meta description (155 chars):
"Register your American Bulldog with ABRA, the official registry since 1998. Dog registration, litter papers, transfers, and pedigree certificates. All $20."

1.4 Noindex for Private Pages

All authenticated dashboard pages should include:

<meta name="robots" content="noindex, nofollow">

Pages to noindex:

2. On-Page SEO Audit

2.1 Page-by-Page Title & Description Map

PageSuggested TitleSuggested Meta Description
Homepage American Bulldog Registry & Archives | Official ABRA Registration Since 1998 Register your American Bulldog with ABRA, the official registry since 1998. Dog registration, litter papers, transfers, and certificates. All $20 flat rate.
Register a Dog Register Your American Bulldog | ABRA Official Registration -- $20 Submit your American Bulldog for official ABRA registration. $20 flat rate. Get your dog's papers, certificate, and entry into the ABRA pedigree database.
Litter Registration Register a Litter | ABRA American Bulldog Litter Registration Register your American Bulldog litter with ABRA. $20 per puppy. Breeding authorization codes, dam/sire verification, and official ABRA puppy papers.
Breed Standard American Bulldog Breed Standard | ABRA Official Standard The official ABRA American Bulldog breed standard. Classic and Standard type descriptions, structure, temperament, and disqualifications.
ABRA Breeders ABRA Registered Breeders | American Bulldog Breeder Directory Find ABRA-registered American Bulldog breeders. Verified breeders with health testing, breeding history, and proven bloodlines.
Proven Studs Proven American Bulldog Studs | ABRA Stud Directory Browse proven American Bulldog studs available for breeding. ABRA-registered sires with verified offspring and breeding authorization.
Transfer of Ownership Transfer Dog Ownership | ABRA Registration Transfer -- $20 Transfer ABRA registration to a new owner. $20 flat rate for breeder-to-buyer or owner-to-owner transfers. Keep your dog's papers current.

2.2 Heading Structure

Every public page should follow this hierarchy:

2.3 Open Graph & Social Sharing

Missing -- No OG tags detected. Add to header.php:

<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="ABRA - American Bulldog Registry & Archives">
<meta property="og:title" content="<?= $page_title ?>">
<meta property="og:description" content="<?= $page_description ?>">
<meta property="og:url" content="https://abra1st.com<?= $_SERVER['REQUEST_URI'] ?>">
<meta property="og:image" content="https://abra1st.com/images/abra-og-share.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="<?= $page_title ?>">
<meta name="twitter:description" content="<?= $page_description ?>">
<meta name="twitter:image" content="https://abra1st.com/images/abra-og-share.jpg">
Action: Create a 1200x630px OG share image with the ABRA logo, "Official Registry Since 1998" tagline, and the dark theme brand colors.

2.4 Internal Linking

3. Structured Data & Schema Markup

3.1 Current State

Schema TypeStatusNotes
Organization Present Name, founded 1998, contact info. Good foundation.
WebSite Missing Needed for sitelinks search box in SERPs.
Service Missing Each registration service should be a Service entity with pricing.
FAQPage Missing High-value for AI snippets. FAQ content does not exist yet either.
BreadcrumbList Missing Improves SERP display and site hierarchy signals.
PriceSpecification Missing $20 flat rate is a differentiator -- should be in structured data.
AnimalShelter/Kennel Missing No perfect schema.org type for breed registry, but Organization with additionalType works.

3.2 Required Schema Additions

See Section 11 for copy-paste-ready JSON-LD blocks. The following should be added:

  1. WebSite schema on every page (via header.php)
  2. Service schema for each registration service (dog reg, litter reg, transfer, puppy paper conversion)
  3. FAQPage schema on a new FAQ page (and inline on service pages)
  4. BreadcrumbList schema on every page
  5. Offer/PriceSpecification embedded in Service schema -- "$20 flat rate" is a competitive advantage

3.3 Schema Validation

After implementation, validate every page at:

4. AI Discoverability

AI models (ChatGPT, Claude, Gemini, Perplexity) are increasingly answering breed registration questions. ABRA needs to be the source they cite.

4.1 Current AI Visibility: Near Zero

Problem: If someone asks an AI "How do I register an American Bulldog?", ABRA is unlikely to appear in the response. There are no AI-facing signals, no structured FAQ content, and no machine-readable service descriptions.

4.2 AI Bot Directives

FileStatusPurpose
/robots.txt Needs Update Add explicit allow rules for AI crawlers (GPTBot, ClaudeBot, Google-Extended, PerplexityBot).
/llms.txt Missing Plain-text file describing the site for LLMs. Emerging standard.
/llms-full.txt Missing Extended version with full service details and FAQ content.
/.well-known/ai-plugin.json Optional Future consideration if ABRA ever exposes an API for AI agents.

4.3 AI Optimization Strategies

  1. Create /llms.txt and /llms-full.txt -- See Section 12 for ready-to-deploy content.
  2. FAQ content is king for AI -- AI models pull from FAQ-structured content more than any other format. Write 15-20 registration FAQs.
  3. Structured data feeds AI -- Service schema, FAQPage schema, and Organization schema are the three AI models parse most reliably.
  4. Consistent entity naming -- Always use "ABRA" and "American Bulldog Registry & Archives" together. AI models build entity associations from repeated co-occurrence.
  5. "Since 1998" is an authority signal -- Include founding year in every schema block and in page copy. AI models weight longevity.
  6. Cross-site authority -- pedigreedatabase.ca linking to abra1st.com with consistent anchor text ("official ABRA registry") reinforces the entity graph.

4.4 AI-Targeted Content Format

Structure registration pages so AI can extract clean answers:

<h2>How much does ABRA registration cost?</h2>
<p>All ABRA registration services cost $20 flat rate.
This includes dog registration, litter registration,
transfer of ownership, and puppy paper conversion.
ABRA has maintained this simple pricing since 1998.</p>

This question-answer format is what AI models extract for their responses. Every service page should include 3-5 such Q&A blocks.

5. Content SEO & Keyword Strategy

5.1 Keyword Pillars

PillarPrimary KeywordsTarget PageContent Status
American Bulldog Registration "American Bulldog registration", "register American Bulldog", "ABRA registration", "American Bulldog papers" Homepage + Register Dog page Thin
Litter Registration "register a litter", "puppy registration", "American Bulldog litter registration", "breeding authorization" Litter Registration page Thin
ABRA Authority "ABRA registry", "American Bulldog Registry Archives", "ABRA breeders", "ABRA breed standard" About/History page + Breed Standard Missing

5.2 Content Gaps (Pages That Should Exist)

PageTarget KeywordPurposePriority
/faq.php "ABRA registration FAQ" 15-20 FAQs about registration process, pricing, timelines. FAQPage schema. AI goldmine. Critical
/about.php "about ABRA", "ABRA history" ABRA history since 1998, mission, who runs it. Builds E-E-A-T. High
/how-to-register.php "how to register American Bulldog" Step-by-step guide. Top of funnel. Perfect for AI citation. High
/pricing.php "ABRA registration cost" Dedicated pricing page. $20 flat rate is a differentiator. High
/blue-ribbon-program.php "Blue Ribbon breeding program" Explain the Blue Ribbon program. Unique to ABRA. Medium
/naming-policy.php "ABRA naming policy" Explain breeder prefix + @ suffix system. Unique content. Medium
/blog/ (directory) Long-tail keywords Blog engine for ongoing content. Topical authority builder. Low (post-launch)

5.3 Content Quality Guidelines

6. Competitor Gap Analysis

6.1 Registry Landscape

RegistryDomain Authority (est.)Content VolumeSchemaABRA Advantage
UKC (ukcdogs.com) High Thousands of pages Moderate UKC is multi-breed. ABRA is American Bulldog specialist.
NKC (nationalkennelclub.com) Medium Moderate Minimal NKC has weaker online presence. ABRA can outrank with content.
ARBA (arba.org) Medium Low-moderate Minimal ARBA is rare breeds. ABRA owns the American Bulldog niche.

6.2 ABRA's Competitive Edges

6.3 Queries ABRA Should Own

These are low-competition, high-intent queries where ABRA can rank #1:
  • "ABRA registration" -- branded, should be #1
  • "American Bulldog registration" -- niche, achievable
  • "register American Bulldog online" -- transactional
  • "American Bulldog litter registration" -- no strong competitor
  • "ABRA breed standard" -- branded, should be #1
  • "American Bulldog papers" -- informational, high volume
  • "how to register American Bulldog puppies" -- long-tail, AI-friendly

7. Cross-Site Ecosystem Strategy

7.1 The Three-Site Advantage

Most breed registries have one website. ABRA has three, each serving a distinct purpose:

SiteRoleSEO Focus
abra1st.com Official registry -- registration, certificates, breeding program Transactional: "register", "papers", "transfer"
pedigreedatabase.ca Public archive -- pedigree search, breeder directory, classifieds Informational: "pedigree", "bloodline", "breeder"
rosebull.com Personal kennel -- rehoming, waitlist Local/brand: "Rosebull kennels", "American Bulldog puppies"

7.2 Cross-Linking Strategy

7.3 Clear Purpose Separation

Critical for both users and search engines: abra1st.com is where you register your dog. pedigreedatabase.ca is where you research your dog. This distinction must be clear on both sites. Add an "ABRA Ecosystem" section to each site's About page explaining the relationship.

8. Local & Entity SEO

8.1 Google Knowledge Panel

ABRA should have a Google Knowledge Panel as an organization. Steps to establish one:

  1. Ensure Organization schema is complete with foundingDate: "1998", founder, sameAs links
  2. Create or claim a Google Business Profile (even for an online-only registry)
  3. Add sameAs links to all official social profiles in schema
  4. Wikipedia/Wikidata entry for ABRA (long-term goal -- establishes entity in Google's Knowledge Graph)

8.2 Entity Consistency

Across all sites, profiles, and documents, always use:

8.3 Social Profiles to Create/Claim

PlatformStatusPriority
Facebook PageCheckHigh -- link in sameAs schema
InstagramCheckHigh -- visual breed content
YouTubeCheckMedium -- breed standard videos
LinkedInCheckLow -- organization presence only

9. Performance & Core Web Vitals

9.1 Expected Performance Profile

Custom PHP on SiteGround should deliver strong performance. Key metrics to verify:

MetricTargetWhy It Matters
Largest Contentful Paint (LCP) < 2.5s Google ranking factor. Custom PHP should hit this easily.
First Input Delay (FID) < 100ms Minimal JS = should pass.
Cumulative Layout Shift (CLS) < 0.1 Set width/height on all images. Avoid late-loading elements that shift content.
Time to First Byte (TTFB) < 600ms SiteGround + PHP should deliver. Watch for slow DB queries.

9.2 Quick Performance Wins

9.3 Run These Tests

10. Prioritized Action Plan

Organized by priority. Complete each phase before moving to the next.

Phase 1: Foundation (Do First -- Before Full Launch)

#TaskImpactEffort
1 Add <meta name="description"> to every public page via header.php with per-page variables Critical 30 min
2 Add <link rel="canonical"> to every page via header.php Critical 15 min
3 Add Open Graph + Twitter Card meta tags to header.php Critical 20 min
4 Create and deploy /sitemap.xml -- submit to Google Search Console Critical 30 min
5 Create/update /robots.txt with sitemap reference and AI bot rules Critical 10 min
6 Add noindex to all dashboard/authenticated pages Critical 15 min
7 Verify <html lang="en"> on all pages High 5 min

Phase 2: Structured Data (Week 2)

#TaskImpactEffort
8 Add WebSite schema to header.php High 10 min
9 Add Service + Offer schema to each registration service page High 45 min
10 Add BreadcrumbList schema to header.php High 20 min
11 Validate all schema with Google Rich Results Test High 15 min

Phase 3: Content (Weeks 2-3)

#TaskImpactEffort
12 Create /faq.php with 15-20 registration FAQs + FAQPage schema Critical 2 hrs
13 Create /about.php -- ABRA history, mission, leadership, E-E-A-T signals High 1 hr
14 Create /how-to-register.php -- step-by-step guide with schema High 1 hr
15 Create /pricing.php -- clean pricing table, $20 flat rate emphasis High 45 min
16 Add 300+ words of explanatory content to each registration form page Medium 2 hrs

Phase 4: AI Discoverability (Week 3)

#TaskImpactEffort
17 Create and deploy /llms.txt High 15 min
18 Create and deploy /llms-full.txt High 20 min
19 Add Q&A blocks to every service page (AI extraction format) High 1 hr
20 Create 1200x630 OG share image Medium 30 min

Phase 5: Authority Building (Ongoing)

#TaskImpactEffort
21 Claim Google Business Profile for ABRA High 30 min
22 Claim Bing Webmaster Tools Medium 15 min
23 Add cross-site links from pedigreedatabase.ca with consistent anchor text High 1 hr
24 Set up social profiles and add sameAs to Organization schema Medium 1 hr
25 Monthly content: blog posts targeting long-tail registration keywords Medium Ongoing

11. Schema Templates (Copy-Paste Ready)

11.1 Enhanced Organization Schema (header.php)

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "American Bulldog Registry & Archives",
  "alternateName": "ABRA",
  "url": "https://abra1st.com",
  "logo": "https://abra1st.com/images/abra-logo.png",
  "foundingDate": "1998",
  "description": "The official American Bulldog registry since 1998. Dog registration, litter papers, transfers, and pedigree certificates.",
  "contactPoint": {
    "@type": "ContactPoint",
    "email": "lesli@lesli.com",
    "contactType": "customer service"
  },
  "sameAs": [
    "https://pedigreedatabase.ca",
    "https://www.facebook.com/ABRA-REPLACE-WITH-ACTUAL-URL"
  ]
}
</script>

11.2 WebSite Schema (header.php)

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "ABRA - American Bulldog Registry & Archives",
  "url": "https://abra1st.com",
  "description": "Official American Bulldog registration since 1998.",
  "publisher": {
    "@type": "Organization",
    "name": "American Bulldog Registry & Archives"
  }
}
</script>

11.3 Service Schema (per registration page)

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "American Bulldog Dog Registration",
  "description": "Register your American Bulldog with ABRA, the official registry since 1998. Receive official papers, certificate, and pedigree database entry.",
  "provider": {
    "@type": "Organization",
    "name": "American Bulldog Registry & Archives",
    "url": "https://abra1st.com"
  },
  "serviceType": "Dog Registration",
  "areaServed": "Worldwide",
  "offers": {
    "@type": "Offer",
    "price": "20.00",
    "priceCurrency": "USD",
    "description": "$20 flat rate for all ABRA registration services"
  }
}
</script>

Duplicate and adjust for each service: Litter Registration ($20/puppy), Transfer of Ownership ($20), Puppy Paper Conversion ($20).

11.4 FAQPage Schema

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How much does ABRA registration cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "All ABRA registration services cost $20 flat rate. This includes dog registration, litter registration, transfer of ownership, and puppy paper conversion."
      }
    },
    {
      "@type": "Question",
      "name": "How do I register my American Bulldog with ABRA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Create an account at abra1st.com, fill out the registration form with your dog's information including sire and dam details, upload required photos, and pay the $20 registration fee. ABRA staff will review and approve your registration."
      }
    },
    {
      "@type": "Question",
      "name": "What is ABRA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ABRA stands for American Bulldog Registry and Archives. Founded in 1998, ABRA is the official breed registry dedicated exclusively to the American Bulldog. ABRA maintains pedigree records, breed standards, and registration services for American Bulldog owners and breeders worldwide."
      }
    },
    {
      "@type": "Question",
      "name": "How long has ABRA been operating?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ABRA was founded in 1998, making it one of the longest-running American Bulldog registries in the world. Lesli and Lance Rose have co-owned ABRA since 2005."
      }
    },
    {
      "@type": "Question",
      "name": "Can I register a litter with ABRA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. ABRA litter registration costs $20 per puppy. Both the dam and sire must be ABRA-registered, and the breeder must have a valid breeding authorization code. Submit the litter details through your breeder dashboard at abra1st.com."
      }
    },
    {
      "@type": "Question",
      "name": "How do I transfer ownership of a registered dog?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ABRA offers two types of ownership transfer: breeder-to-buyer and owner-to-owner. Both cost $20. The current owner initiates the transfer through the breeder dashboard, and the new owner receives updated registration papers."
      }
    }
  ]
}
</script>

11.5 BreadcrumbList Schema (header.php -- dynamic)

<?php
// Set $breadcrumbs array in each page before including header.php
// Example: $breadcrumbs = [['Home', '/'], ['Register a Dog', '/register-dog.php']];
if (!empty($breadcrumbs)):
?>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    <?php foreach ($breadcrumbs as $i => $crumb): ?>
    {
      "@type": "ListItem",
      "position": <?= $i + 1 ?>,
      "name": "<?= htmlspecialchars($crumb[0]) ?>",
      "item": "https://abra1st.com<?= htmlspecialchars($crumb[1]) ?>"
    }<?= $i < count($breadcrumbs) - 1 ? ',' : '' ?>
    <?php endforeach; ?>
  ]
}
</script>
<?php endif; ?>

12. AI Discovery Files (Copy-Paste Ready)

12.1 /robots.txt

User-agent: *
Allow: /
Disallow: /dashboard
Disallow: /admin
Disallow: /checkout
Disallow: /login.php
Disallow: /register.php
Disallow: /api/

# AI Crawlers -- Welcome
User-agent: GPTBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Bytespider
Allow: /

Sitemap: https://abra1st.com/sitemap.xml

12.2 /llms.txt

# ABRA -- American Bulldog Registry & Archives

> The official American Bulldog breed registry, founded in 1998.
> ABRA provides dog registration, litter registration, transfer
> of ownership, and pedigree certificates for the American Bulldog breed.

## Key Facts
- Founded: 1998
- Owners: Lesli and Lance Rose (since 2005)
- Website: https://abra1st.com
- Pedigree Database: https://pedigreedatabase.ca
- All services: $20 flat rate

## Services
- [Dog Registration](https://abra1st.com/register-dog.php): $20
- [Litter Registration](https://abra1st.com/litter-registration.php): $20/puppy
- [Transfer of Ownership](https://abra1st.com/transfer.php): $20
- [Puppy Paper Conversion](https://abra1st.com/puppy-papers.php): $20
- [Breed Standard](https://abra1st.com/breed-standard.php)
- [Breeder Directory](https://abra1st.com/breeders.php)
- [Proven Studs](https://abra1st.com/studs.php)

## Optional
- [Full details](https://abra1st.com/llms-full.txt)

12.3 /llms-full.txt

# ABRA -- American Bulldog Registry & Archives
## Complete Reference for AI Systems

### About ABRA
The American Bulldog Registry and Archives (ABRA) is the official breed
registry dedicated exclusively to the American Bulldog. Founded in 1998,
ABRA is one of the longest-running American Bulldog registries in the world.
Lesli and Lance Rose have co-owned ABRA since 2005.

ABRA maintains two primary websites:
- abra1st.com -- Official registration, certificates, breeding program
- pedigreedatabase.ca -- Public pedigree archive with 25,000+ dog records

### Registration Services (All $20 Flat Rate)

**Dog Registration ($20)**
Register your American Bulldog with ABRA. Requirements: dog's registered name,
sire and dam information, photos, and owner details. You receive official ABRA
papers and a certificate. Your dog is entered into the ABRA pedigree database.

**Litter Registration ($20 per puppy)**
Register an entire litter. Both dam and sire must be ABRA-registered.
Breeder must have a valid breeding authorization code. Each puppy receives
individual ABRA registration papers.

**Transfer of Ownership ($20)**
Two types: breeder-to-buyer (initial sale) and owner-to-owner (resale/rehome).
The new owner receives updated registration papers with their name.

**Puppy Paper Conversion ($20)**
Convert puppy papers from another registry to ABRA registration.

### ABRA Naming Policy
Breeder prefix stays with the dog forever. New owners add a suffix using
the @ format. Example: Rosebull Logic @ Bear Valley. "Rosebull" is the
breeder prefix, "Logic" is the dog's name, "Bear Valley" is the new
owner's kennel name.

### Blue Ribbon Breeding Program
ABRA's breeding quality program that recognizes breeders who meet specific
health testing and breeding standards.

### Breed Types
ABRA recognizes Classic and Standard (Bully) type American Bulldogs.
The breed standard is published at abra1st.com/breed-standard.php.

### Contact
Email: lesli@lesli.com
Website: https://abra1st.com
Pedigree Database: https://pedigreedatabase.ca

13. Scoring Methodology

Scores are based on the presence and quality of standard SEO elements, weighted by impact:

CategoryWeightScoreKey Gaps
Technical SEO 25% 28/100 No sitemap, no canonical tags, no meta descriptions
On-Page SEO 20% 22/100 No OG tags, thin content on form pages, no internal linking strategy
Structured Data 20% 35/100 Organization present. Missing: WebSite, Service, FAQ, Breadcrumb
AI Discoverability 20% 10/100 No llms.txt, no AI bot directives, no FAQ content, no Q&A format
Content SEO 15% 15/100 No FAQ page, no about page, no how-to guide, no blog
Weighted Total 100% 22/100 Expected for in-build site. All fixable.
Projected score after Phase 1-3 completion: 65-70/100. That puts abra1st.com ahead of most breed registries, which typically score 30-50 on these metrics. The custom PHP stack and shared database with pedigreedatabase.ca give ABRA a structural advantage that competitors on WordPress or static sites cannot match.