Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,67 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Edstellar Internal Linking RAG
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.16.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# ๐ Edstellar Internal Linking RAG Tool
|
| 14 |
+
|
| 15 |
+
AI-powered tool to find optimal internal linking opportunities for orphan blog pages.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- **3-Stage RAG Analysis:**
|
| 20 |
+
- Stage 1: Find best source pages (semantic matching)
|
| 21 |
+
- Stage 2: Identify exact placement locations
|
| 22 |
+
- Stage 3: Generate copy-paste ready HTML
|
| 23 |
+
|
| 24 |
+
- **Powered by DeepSeek V3** via OpenRouter API
|
| 25 |
+
- **Semantic search** using embeddings
|
| 26 |
+
- **Natural language generation** for anchor text
|
| 27 |
+
- **Cost-effective:** ~$0.02-0.05 per orphan page
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
|
| 31 |
+
1. **Setup** (one-time):
|
| 32 |
+
- Add OpenRouter API key
|
| 33 |
+
- Upload Webflow CSV export
|
| 34 |
+
- Build knowledge base (~30-45 min, $1-2)
|
| 35 |
+
|
| 36 |
+
2. **Analyze orphan pages** (repeatable):
|
| 37 |
+
- Enter orphan page URL
|
| 38 |
+
- Review top 3 source pages
|
| 39 |
+
- Get exact placement locations
|
| 40 |
+
- Copy HTML code to implement
|
| 41 |
+
|
| 42 |
+
3. **Implement in Webflow**:
|
| 43 |
+
- Paste HTML into blog posts
|
| 44 |
+
- Publish changes
|
| 45 |
+
- Monitor results
|
| 46 |
+
|
| 47 |
+
## Requirements
|
| 48 |
+
|
| 49 |
+
- OpenRouter API key (get from [openrouter.ai](https://openrouter.ai))
|
| 50 |
+
- Webflow blog posts CSV export
|
| 51 |
+
- Blog posts must have: Name, Slug, Content columns
|
| 52 |
+
|
| 53 |
+
## Privacy
|
| 54 |
+
|
| 55 |
+
- All data processed in-session only
|
| 56 |
+
- API keys not stored
|
| 57 |
+
- No data persistence after session ends
|
| 58 |
+
|
| 59 |
+
## Cost Estimate
|
| 60 |
+
|
| 61 |
+
- Knowledge base build: $1-2 (one-time)
|
| 62 |
+
- Per orphan analysis: $0.02-0.05
|
| 63 |
+
- 218 orphan pages: ~$5-12 total
|
| 64 |
+
|
| 65 |
+
## Support
|
| 66 |
+
|
| 67 |
+
For issues or questions, contact: [your-email@edstellar.com]
|