vijaykumaredstellar commited on
Commit
25b1121
ยท
verified ยท
1 Parent(s): a904db3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -6
README.md CHANGED
@@ -1,13 +1,67 @@
1
  ---
2
- title: Internallinksuggestor
3
- emoji: ๐Ÿ“Š
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.2.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]