Projects
All your backlink campaigns in one place
0
Projects
0
Total Links
0
Total Hits
0
Indexed
No projects yet.
Create your first backlink campaign.
Project
0 links
🚀 Indexing Hub
Multi-channel crawl signal blaster — GSC · IndexNow · Ping · Social · Paid
Select Project
Select a project to see how many short links will be submitted.
🗺 Live Sitemap — Auto-Updated on Every Link Add
Every time you add a URL, its short link is instantly added to the in-memory sitemap and all crawl signals are fired automatically — Google + Bing ping, PubSubHubbub, WebSub.
Your Vercel Edge Function should serve the dynamic sitemap from Supabase at https://indexernow.vercel.app/sitemap.xml.
Service Account Status
Loading SA vault…
GSC URL Inspection
WHITEHAT
Direct Google signal. Inspects & submits each URL. Auto-rotates across your SA keys to bypass 200/day quota per key.
Google Indexing API
GREY-LOW
Fastest known crawl trigger. Uses URL_UPDATED signal. Runs alongside URL Inspection (different OAuth scope) — doubles your quota per SA key.
GSC Sitemaps API
WHITEHAT
Programmatically DELETE then RE-ADD your sitemap, forcing Google to re-scan from scratch. Much stronger than a ping.
IndexNow Multi-Engine
WHITEHAT
Blasts ALL IndexNow endpoints simultaneously: Bing, Yandex, Seznam, Naver, Yep, indexnow.org — faster than hitting one.
Bing Webmaster API
WHITEHAT
Direct Bing URL submission — 10,000/day free. Separate from IndexNow. Bing shares crawl signals with Yahoo and DuckDuckGo.
PubSub + WebSub Triple-Fire
WHITEHAT
Indexing API + PubSubHubbub + WebSub simultaneously. Same system news publishers use. Queues an immediate crawl in Google's internal pipeline.
XML-RPC Ping Blast
GREY-LOW
Hits 20+ ping services simultaneously: Pingomatic, Weblogs.com, ping.blo.gs, FeedBurner, Technorati, Yandex Blog ping — all at once.
Rapid URL Indexer
GREY-LOW · PAID
90%+ indexation rate. Fires through 200+ ping services + proprietary crawl networks. ~$0.01–0.03/URL. Best for stubborn NEUTRAL links.
Tier 2 Link Trigger
GREY-LOW
After submitting, generates pre-filled social share drafts for Reddit/X/LinkedIn/Pinterest that link to pages containing your backlinks. See "Social Push" tab.
Social Share Drafts — Tier 2 Crawl Triggers
Select a project, then generate pre-filled post drafts. Posting on Reddit/Pinterest/X gets Googlebot to visit those pages within minutes — Googlebot follows links from those pages to your backlinks.
Smart Escalation Ladder
Links stuck as NEUTRAL get automatically escalated. Each retry fires a more aggressive channel combo.
1
First Submit
GSC URL Inspection + Google Indexing API + IndexNow all endpoints + PubSub triple-fire
2
48h Retry (NEUTRAL)
All above + XML-RPC ping blast + GSC Sitemaps API re-add + Bing Webmaster direct + Rapid URL Indexer (if key set)
3
72h Retry (still NEUTRAL)
All above + auto-generate social share drafts (Reddit/Pinterest/X/LinkedIn)
4
96h — Manual Review Flag
All signals fired. URL flagged for manual inspection — may have structural issues (noindex, robots block, thin content)
Run Escalation Now — NEUTRAL Links
Finds all NEUTRAL links across all projects and fires the appropriate escalation tier based on their retry count.
Fetch Report — All Projects
| Project | Short Link | Original URL | GSC Status | Hits 🤖 | Retries | Submitted |
|---|
Submit links to see fetch reports here.
⚙ Settings & API Keys
Service Account vault, GSC property, and crawl configuration
🔑 Service Account Key Vault
Add multiple SA keys. LinkCore auto-rotates keys when one hits its 200/day quota — 10 keys = 2,000 submissions/day.
Must match exactly the property added in Google Search Console (including trailing slash).
🏎 Crawl Budget Optimizations
robots.txt — Add these lines to maximize Googlebot's crawl aggressiveness:
User-agent: Googlebot
Crawl-delay: 0
Allow: /
Sitemap: https://indexernow.vercel.app/sitemap.xml
Sitemap: https://indexernow.vercel.app/feed.xml
Crawl-delay: 0
Allow: /
Sitemap: https://indexernow.vercel.app/sitemap.xml
Sitemap: https://indexernow.vercel.app/feed.xml
Response Headers — Add to your Vercel Edge Function for crawl trust signals:
Server-Timing: db;dur=4, cache;dur=1, total;dur=12
Link: <https://indexernow.vercel.app/sitemap.xml>; rel=preconnect
Link: <https://indexernow.vercel.app/feed.xml>; rel=prefetch
Link: <https://indexernow.vercel.app/sitemap.xml>; rel=preconnect
Link: <https://indexernow.vercel.app/feed.xml>; rel=prefetch
Target <50ms TTFB on your Edge Function. Use Vercel KV (Redis) to cache code→target map for sub-20ms warm reads. Google assigns more crawl budget to fast-responding domains.
✨ Structured Data — Auto-inject in Edge Function
Add this JSON-LD to each short link redirect page. Article schema with datePublished=today pulls the URL into Google's freshness crawl queue (faster pipeline).
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Resource",
"datePublished": "TODAY_ISO",
"dateModified": "TODAY_ISO",
"url": "SHORT_URL"
}
</script>