SPEC: Piqki LLM/SEO Autonomous Optimization System

Bucket: 🟒 Autonomous (system design + execution)

What: Build and run a fully autonomous SEO + LLM optimization system that continuously optimizes Piqki for #1 position in traditional search AND AI/LLM recommendations for DIY long-lasting nails.

Why: SEO compounds over time β€” 12-18 month horizon for meaningful organic traffic. But LLM visibility is faster: editorial mentions in Byrdie/Allure/Forbes directly feed ChatGPT/Perplexity citations. The dual approach captures both traffic sources while Piqki builds domain authority.

Success:

Format: This SPEC + implementation docs + automation scripts


PART 1: SYSTEM ARCHITECTURE

The Dual-Engine Approach

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                    PIQKI LLM/SEO AUTONOMOUS SYSTEM              β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”‚
β”‚  β”‚   RESEARCH   │───▢│IMPLEMENTATION│───▢│  MONITORING  β”‚     β”‚
β”‚  β”‚    ENGINE    β”‚    β”‚    ENGINE    β”‚    β”‚    ENGINE    β”‚     β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β”‚
β”‚         β”‚                   β”‚                   β”‚               β”‚
β”‚         β–Ό                   β–Ό                   β–Ό               β”‚
β”‚  - Keyword trends    - Content creation    - Rank tracking    β”‚
β”‚  - Competitor moves - Schema markup       - LLM mention track β”‚
β”‚  - Algorithm shifts - Outreach automation - Alert system      β”‚
β”‚  - LLM citation patterns- Technical SEO    - KPI dashboard     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Three Parallel Workstreams

Workstream Focus Timeline Owner
Traditional SEO Google rankings, domain authority, organic traffic 12-18 month compounding Max
GEO (Generative Engine) LLM citations, ChatGPT/Perplexity visibility 3-6 months to first mention Max
PR β†’ LLM Pipeline Editorial mentions that feed both SEO and LLM Ongoing, starts pre-launch Max drafts, Gin sends

PART 2: RESEARCH ENGINE

Continuous intelligence gathering to inform all optimization decisions.

2.1 Keyword & Search Intelligence

What to track:

Tools:

Cadence:

Output: Updated keyword target list β†’ drives content calendar

2.2 LLM Citation Intelligence

What to track:

Tools:

Cadence:

Output: LLM citation audit β†’ informs PR targeting + content structure

2.3 Competitive Intelligence

What to track:

Tools:

Cadence:

Output: Competitive content gaps β†’ new content opportunities

2.4 Algorithm & Industry Intelligence

What to track:

Sources:

Cadence:


PART 3: IMPLEMENTATION ENGINE

3.1 Technical SEO Foundation

Priority 1 β€” Launch Blocking (Before May 2026):

Task Description Est. Time Dependency
Shopify blog enable Native Shopify blog activated 15 min Shopify access
Schema markup (Product) JSON-LD Product schema on every PDP 2 hr Shopify access
Schema markup (FAQ) FAQ schema on product pages 1 hr Content ready
Schema markup (Article) Article schema on blog posts 1 hr Blog live
Sitemap.xml Auto-generated, submitted to GSC 30 min Shopify access
Google Search Console Property setup, verification 30 min Domain access
Mobile optimization Theme mobile-friendly, fast load 1 hr Theme choice
Internal linking Blog β†’ product links, category siloes 2 hr Content live

Schema Markup Templates (JSON-LD):

Product Schema (Shopify Liquid snippet):

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "{{ product.title }}",
  "description": "{{ product.description | strip_html | truncatewords: 50 }}",
  "image": "{{ product.featured_image | image_url: width: 1200 }}",
  "brand": {
    "@type": "Brand",
    "name": "Piqki"
  },
  "offers": {
    "@type": "Offer",
    "price": "{{ product.price | money_without_currency }}",
    "priceCurrency": "USD",
    "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "reviewCount": "0"
  }
}
</script>

FAQ Schema (for product pages):

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "How long do Piqki press-on nails last?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Piqki press-on nails last 2+ weeks with proper application. Most clients get 14-18 days of wear."
    }
  }, {
    "@type": "Question", 
    "name": "Do press-on nails damage natural nails?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "No. Piqki press-ons use non-toxic adhesive and gentle application. No filing or priming required."
    }
  }]
}

Priority 2 β€” Post-Launch (Month 1-3):

3.2 Content Engine

Content Types (Ranked by SEO + LLM Value):

Type SEO Value LLM Value Cadence Est. Time
Long-form FAQ guides High High Weekly 2 hr
Product page FAQ sections Medium High Per product 30 min
How-to tutorials High Medium Bi-weekly 1.5 hr
Comparison posts High Medium Monthly 2 hr
Trend content Medium Low Monthly 1 hr
Brand/editorial Low High Quarterly 1 hr

The LLM-Optimized Content Formula:

Every piece of content follows this structure:

# [DIRECT QUESTION AS TITLE]
## Lead with the answer (2 sentences max)
[Direct answer in plain English]

## Why [topic] matters
[1-2 paragraphs of context]

## [H2: First subtopic]
### [H3: Specific point]
- Bullet with fact
- Bullet with statistic (+22% LLM citation rate)
- Bullet with actionable step

## [H2: Second subtopic]
[Content follows]

## FAQ
**Q: [Common question 1]?**
A: [Direct answer]

**Q: [Common question 2]?**
A: [Direct answer]

## Sources
[List with links β€” citations signal authority to LLMs]

Content Calendar Framework:

Week Blog Post Topic Target Keyword LLM Query Addressed
1 How long do press-on nails last? press on nails last "How long do press-on nails last?"
2 Press-on nails vs gel β€” true cost press on vs gel "Are press-on nails better than gel?"
3 How to apply press-on nails that stay apply press on nails "How to apply press-on nails"
4 Best press-on nail shapes for your hands nail shapes guide "What nail shape should I get?"
5 Are press-on nails bad for your nails? press on nails damage "Do press-on nails ruin your nails?"
6 Press-on nail sizing guide press on nail size "How do I know my press-on nail size?"

Content Production Workflow:

  1. Research (30 min): Keyword intent, competitor top 5, LLM what-questions
  2. Outline (20 min): H2/H3 structure, FAQ questions to answer
  3. Draft (45 min): First pass in brand voice (Nazy-locked: blunt, confident)
  4. Optimize (15 min): Add schema, internal links, stats, citations
  5. Review (15 min): Gin review (first 10 posts), then self-publish
  6. Deploy (10 min): Publish to Shopify, submit to GSC

3.3 GEO (LLM Optimization) Tactics

Priority Actions to Earn LLM Citations:

  1. Get into editorial roundups β€” This is #1

  2. Structure content for extraction

  3. Build Wikipedia-adjacent presence

  4. Seed Reddit authentically

  5. Digital PR > Traditional Link Building

3.4 PR β†’ LLM Pipeline

The Flywheel:

Editorial mention (Byrdie/Allure/Forbes)
        ↓
Backlink + Domain authority (SEO)
        ↓
LLM cites the editorial source
        ↓
Piqki appears in ChatGPT/Perplexity answer
        ↓
Brand search volume increases
        ↓
LLM recognizes Piqki as entity
        ↓
Future LLM answers cite Piqki directly

Outreach Strategy:

Target Publication LLM Value Method Timing
Tier 1 Byrdie Very High Direct pitch + product sample 8 weeks pre-launch
Tier 1 Allure Very High PR freelancer or direct 8 weeks pre-launch
Tier 1 Forbes Vetted Very High Direct pitch 8 weeks pre-launch
Tier 2 Good Housekeeping High Direct pitch 6 weeks pre-launch
Tier 2 Business Insider High PR distribution Launch week
Tier 3 Reddit community High Authentic participation Ongoing

HARO/Connectively Strategy:


PART 4: MONITORING ENGINE

4.1 Traditional SEO Monitoring

Metrics to Track:

Metric Tool Frequency Alert Threshold
Organic sessions GSC Weekly -20% week-over-week
Keyword rankings GSC + manual Weekly Any keyword drops 5+ positions
Indexed pages GSC Weekly Pages not indexed
Core Web Vitals GSC Monthly Any metric goes red
Backlinks GSC Monthly -10% backlinks

Automated Dashboard (Google Sheets + GSC API):

Rank Tracking:

4.2 LLM Mention Monitoring

Manual Audit (Weekly β€” 30 min):

Prompt to run across platforms:

"What are the best long-lasting press-on nails?"
"What are the best DIY nail solutions?"
"Tell me about press-on nail brands"

Log for each:

Tool-Based Monitoring (Optional):

Tool Cost Capability
Otterly.ai $49/mo Tracks mentions across ChatGPT, Perplexity, AIO
Answers Socrates Free tier Basic brand tracking
Semrush AI Visibility $100/mo Enterprise-grade
Brandwatch $300+/mo Overkill for Piqki stage

Recommendation: Start manual, upgrade to Otterly when Piqki has launch traction.

4.3 Competitive Monitoring

Automated Alerts:

What to Track:

4.4 Alert System

When to Alert Gin:

Condition Alert Level Action
Google algo update affects beauty Medium Research impact, adjust if needed
Piqki drops 10+ positions on any keyword High Immediate audit
Competitor gets major editorial mention Medium Assess response (pitch alternative? match?)
Piqki mentioned in LLM (first time!) High Celebrate, note in growth tracking
LLM mention share changes significantly Medium Analyze what changed
Technical issue (indexing, schema error) High Fix immediately

PART 5: AUTONOMOUS OPERATION

5.1 Daily Tasks (5-10 min)

5.2 Weekly Tasks (3-4 hours)

Task Time Notes
Keyword ranking check 30 min Manual Google + GSC
Competitor content scan 45 min Browse 3 competitor blogs
LLM audit (manual) 30 min Run 3 prompts across 3 platforms
Content draft (1 post) 2 hr Following content formula
GSC data review 15 min Sessions, pages, errors

5.3 Monthly Tasks (4-6 hours)

Task Time Notes
Deep keyword audit 2 hr Refresh target list
Competitor backlink check 1 hr Ahrefs or manual
LLM tool report (if active) 1 hr Review Otterly/other data
Content performance review 1 hr What ranked? What got citations?
Algorithm update assessment 1 hr Any major shifts?

5.4 Quarterly Tasks (full day)


PART 6: TOOLS & COST

Recommended Tool Stack

Tool Cost Purpose Priority
Google Search Console Free Rank tracking, indexing Required
Google Analytics 4 Free Traffic analysis Required
Shopify (built-in blog) Included Content platform Required
Ahrefs $99/mo Keyword research, backlinks Recommended
Otterly.ai $49/mo LLM mention tracking Optional (post-launch)
HARO/Connectively Free PR outreach Recommended
Google Business Profile Free Local/brand entity Required
AnswerThePublic Free (limited) Question research Optional

Total Monthly Cost (Recommended):


PART 7: SUCCESS METRICS

Traditional SEO Goals

Metric Month 3 Month 6 Month 12
Organic sessions 100 500 5,000
Indexed pages 15 30 50
Keywords on page 1 0 3 10
Keywords on page 2-3 5 15 30
Backlinks 5 20 50

LLM Goals

Metric Month 3 Month 6 Month 12
Mentions in LLM responses 0 1-2 5+
Editorial mentions 0 2-3 10+
Wikipedia presence No No Started
Reddit mentions 0 1-2 5+

Business Goals

Metric Month 6 Month 12 Year 2
Organic revenue % 0-5% 10-15% 15-20%
LLM-referred conversions 0 Trackable Meaningful

PART 8: GIN DECIDES

Flagged decisions that require Gin's input:

  1. Budget: Approve Ahrefs ($99/mo)? Or proceed with free tools only?
  2. HARO/PR: Who manages outreach? (Max drafts β†’ Gin sends from gin@piqki.com)
  3. Content voice: Confirm blog content follows Nazy-locked voice (blunt, confident)
  4. Editorial pitch timing: Start pitching Byrdie/Allure 8 weeks pre-launch β€” confirm March 2026?
  5. Paid LLM tools: Approve Otterly.ai ($49/mo) after launch when traction verified?
  6. Outsource writing: At scale, outsource blog writing? (Budget: $100-200/post)

PART 9: QC CHECKLIST

Before publishing any content:


SOURCES

  1. LLMrefs (Feb 2026) β€” "Generative Engine Optimization (GEO): The 2026 Guide" β€” Sub-query optimization, source retrieval
  2. Firebrand (Jan 2026) β€” "GEO Best Practices 2026" β€” Consistent terminology, entity signals
  3. Backlinko (Jul 2025) β€” "Generative Engine Optimization (GEO): How to Win in AI Search"
  4. Scrunch (2026) β€” "Best AEO/GEO Tools 2026" β€” Otterly, AthenaHQ, Semrush AI Visibility
  5. GitHub/Awesome-GEO (2026) β€” Conductor 2026 AEO/GEO Benchmarks: ChatGPT drives 87.4% of AI referral traffic; AI conversions 2Γ— higher
  6. Kevin Indig (2026) β€” "State of AI Search Optimization 2026" β€” 24% of ChatGPT responses generated without web fetch; content <3 months old is 3Γ— more likely cited
  7. Wellows (Dec 2025) β€” "How to Rank in Perplexity AI" β€” LLM citation patterns, Perplexity citation tracking
  8. Profound (2026) β€” "AI Platform Citation Patterns" β€” Wikipedia 7.8% of ChatGPT citations; top-cited domains analysis
  9. Geneo (2026) β€” "How to Get Content Cited by ChatGPT & Perplexity" β€” Source visibility, citation format
  10. Shopify (2025) β€” "Ecommerce Schema Explained" β€” JSON-LD implementation for products/FAQs
  11. GoFishDigital (2025) β€” "Shopify Structured Data 2025" β€” Schema templates, Liquid implementation
  12. WixSEOExpert (Nov 2025) β€” "Google's 48 Ranking Factors 2026" β€” High-quality content, backlinks remain critical
  13. Backlinko (May 2025) β€” "Google's 200 Ranking Factors" β€” TrustRank, site architecture, entity signals
  14. SaffronEdge (2025) β€” "Google SEO Updates 2024-2025" β€” INP replaces FID, helpful content focus
  15. BitPeppy (2026) β€” "Google Ranking Factors 2026" β€” INP and scroll performance, contextual relevance
  16. Superlines (Oct 2025) β€” "Complete 10-Step GEO Guide 2026" β€” Prompt monitoring, content structuring, data tracking
  17. Goodie (Feb-Jun 2025) β€” "AI's Most Cited Domains in Beauty" β€” n=135K citations: Byrdie, Allure, Reddit dominate

COMPLETION CHECKLIST