|
12 | 12 | <meta name="author" content="Knowledge Stack" /> |
13 | 13 | <meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" /> |
14 | 14 | <meta name="googlebot" content="index,follow" /> |
15 | | - <link rel="canonical" href="https://app.knowledgestack.ai/ks-xlsx-parser/" /> |
| 15 | + <link rel="canonical" href="https://knowledgestack.github.io/ks-xlsx-parser/" /> |
16 | 16 | <link rel="sitemap" type="application/xml" href="/ks-xlsx-parser/sitemap.xml" /> |
17 | 17 | <link rel="alternate" type="application/atom+xml" href="https://github.com/knowledgestack/ks-xlsx-parser/releases.atom" title="ks-xlsx-parser releases" /> |
18 | 18 | <meta name="theme-color" content="#064E3B" /> |
|
22 | 22 | <meta property="og:site_name" content="Knowledge Stack" /> |
23 | 23 | <meta property="og:title" content="ks-xlsx-parser — Make XLSX LLM Ready" /> |
24 | 24 | <meta property="og:description" content="Open-source Python library that turns Excel (.xlsx) into citation-ready JSON for LLMs, RAG, LangChain, LangGraph, CrewAI, and MCP agents." /> |
25 | | - <meta property="og:image" content="https://app.knowledgestack.ai/ks-xlsx-parser/assets/hero-highlight.png" /> |
| 25 | + <meta property="og:image" content="https://knowledgestack.github.io/ks-xlsx-parser/assets/hero-highlight.png" /> |
26 | 26 | <meta property="og:image:width" content="1600" /> |
27 | 27 | <meta property="og:image:height" content="900" /> |
28 | 28 | <meta property="og:image:alt" content="ks-xlsx-parser parsing a financial model into 4 LLM-ready chunks with citation URIs" /> |
29 | | - <meta property="og:url" content="https://app.knowledgestack.ai/ks-xlsx-parser/" /> |
| 29 | + <meta property="og:url" content="https://knowledgestack.github.io/ks-xlsx-parser/" /> |
30 | 30 | <meta name="twitter:card" content="summary_large_image" /> |
31 | 31 | <meta name="twitter:title" content="Make XLSX LLM Ready — ks-xlsx-parser" /> |
32 | 32 | <meta name="twitter:description" content="Turn Excel (.xlsx) into citation-ready JSON for LLMs and agents. Works with LangChain, LangGraph, CrewAI, Claude, and MCP. Open source." /> |
33 | | - <meta name="twitter:image" content="https://app.knowledgestack.ai/ks-xlsx-parser/assets/hero-highlight.png" /> |
| 33 | + <meta name="twitter:image" content="https://knowledgestack.github.io/ks-xlsx-parser/assets/hero-highlight.png" /> |
34 | 34 |
|
35 | 35 | <!-- Schema.org JSON-LD: SoftwareSourceCode + Organization + BreadcrumbList --> |
36 | 36 | <script type="application/ld+json"> |
|
39 | 39 | "@graph": [ |
40 | 40 | { |
41 | 41 | "@type": "SoftwareSourceCode", |
42 | | - "@id": "https://app.knowledgestack.ai/ks-xlsx-parser/#software", |
| 42 | + "@id": "https://knowledgestack.github.io/ks-xlsx-parser/#software", |
43 | 43 | "name": "ks-xlsx-parser", |
44 | 44 | "alternateName": ["Knowledge Stack XLSX Parser", "ks-xlsx-parser Python library"], |
45 | 45 | "description": "Open-source Python library that parses Excel (.xlsx) files into structured, citation-ready JSON for LLMs and AI agents (LangChain, LangGraph, CrewAI, OpenAI Agents SDK, Claude Desktop, Cursor, MCP). Preserves formulas with a directed dependency graph, merged regions, tables, charts, conditional formatting, and emits token-counted chunks with source URIs.", |
46 | | - "url": "https://app.knowledgestack.ai/ks-xlsx-parser/", |
| 46 | + "url": "https://knowledgestack.github.io/ks-xlsx-parser/", |
47 | 47 | "codeRepository": "https://github.com/knowledgestack/ks-xlsx-parser", |
48 | 48 | "programmingLanguage": "Python", |
49 | 49 | "runtimePlatform": "Python 3.10+", |
|
60 | 60 | "downloadUrl": "https://pypi.org/project/ks-xlsx-parser/", |
61 | 61 | "installUrl": "https://pypi.org/project/ks-xlsx-parser/", |
62 | 62 | "softwareRequirements": "Python 3.10+", |
63 | | - "image": "https://app.knowledgestack.ai/ks-xlsx-parser/assets/hero-highlight.png" |
| 63 | + "image": "https://knowledgestack.github.io/ks-xlsx-parser/assets/hero-highlight.png" |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "@type": "Organization", |
|
78 | 78 | "@type": "BreadcrumbList", |
79 | 79 | "itemListElement": [ |
80 | 80 | {"@type": "ListItem", "position": 1, "name": "Knowledge Stack", "item": "https://github.com/knowledgestack"}, |
81 | | - {"@type": "ListItem", "position": 2, "name": "ks-xlsx-parser", "item": "https://app.knowledgestack.ai/ks-xlsx-parser/"} |
| 81 | + {"@type": "ListItem", "position": 2, "name": "ks-xlsx-parser", "item": "https://knowledgestack.github.io/ks-xlsx-parser/"} |
82 | 82 | ] |
83 | 83 | } |
84 | 84 | ] |
|
0 commit comments