A lightweight, client-side YouTube backlink generator tool.
This tool generates a list of clickable backlink URLs for any YouTube video and allows submission to multiple web archive services.
No automation. No iframe injection. No background requests.
- Generate backlinks from a YouTube video URL
- Clickable backlink list
- Shuffle templates on load
- Auto-start when URL parameter is present
- Download backlink list (.txt)
- Shareable URL support
- One-click archive submission to:
- Internet Archive (Wayback Machine)
- Ghostarchive
- Archive.today
- Megalodon.jp
- Archive.st
- 100% client-side JavaScript
- No backend required
- User enters a YouTube video URL
- The video ID is extracted
- Templates are loaded from
youtube-backlink-templates.json - Templates are shuffled
- The video ID is injected into each template
- Clickable backlinks are displayed
- User can download or submit to archive services
The tool supports auto-loading via URL parameter:
https://yourdomain.com/?https://www.youtube.com/watch?v=VIDEO_ID
When opened:
- The video URL auto-fills
- Backlinks generate automatically
Archive submission is performed using standard HTML form POST/GET requests to:
- https://web.archive.org/save/
- https://ghostarchive.org/archive2
- https://archive.today/submit/
- https://megalodon.jp/pc/main
- https://archive.st/
No API keys required.
| File/Folder | Description |
|---|---|
| /index.html | |
| /youtube-backlink-templates.js | |
| /youtube-backlink-templates.json |
This project can be deployed using:
- GitHub Pages
- Cloudflare Pages
- Netlify
- Vercel
- Any static hosting provider
To deploy with GitHub Pages:
- Push repository to GitHub
- Go to Settings → Pages
- Select branch
- Save
MIT License
This tool only generates backlink URLs based on templates. It does not automate traffic, indexing, or ranking manipulation. Users are responsible for how they use generated URLs.