Skip to content

Commit ae1a00f

Browse files
committed
Update branding to 'AI Trading Analytical Workflow'
Revised titles and descriptions in index.html, Index.tsx, and SEO audit summary to use 'AI Trading Analytical Workflow' instead of 'LLM Multi-Agent Trading Analysis Workflow Tool' for improved clarity and consistency.
1 parent 0c8ddb9 commit ae1a00f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CORRECTED_SEO_AUDIT_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TradingGoose is an advanced **LLM-powered analytical workflow tool** with 15 spe
5151
### ✅ Enhanced Meta Tags (Corrected)
5252
```html
5353
<title>TradingGoose - LLM Multi-Agent Trading Analysis Workflow Tool</title>
54-
<meta name="description" content="Advanced LLM-powered analytical workflow tool with 15 specialized AI agents for comprehensive market analysis, research synthesis, and trading decision support. Open-source trading intelligence platform.">
54+
<meta name="description" content="Advanced LLM-powered analytical workflow tool with 15 specialized AI agents for comprehensive market analysis, research synthesis, and trading decision support. Open-source available on GitHub.">
5555
<meta name="keywords" content="LLM trading analysis, AI market research, multi-agent workflow, trading intelligence, financial analysis AI, market analysis tool, trading decision support, AI research synthesis, open source trading">
5656
```
5757

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>TradingGoose - LLM Multi-Agent Trading Analysis Workflow Tool</title>
8+
<title>TradingGoose - AI Trading Analytical Workflow</title>
99
<meta name="description"
1010
content="Advanced LLM-powered analytical workflow tool with 15 specialized AI agents for comprehensive market analysis, research synthesis, and trading decision support. Open-source trading intelligence platform." />
1111
<meta name="author" content="TradingGoose" />
@@ -14,7 +14,7 @@
1414
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
1515
<link rel="canonical" href="https://trading-goose.github.io/" />
1616

17-
<meta property="og:title" content="TradingGoose - LLM Multi-Agent Trading Analysis Workflow Tool" />
17+
<meta property="og:title" content="TradingGoose - AI Trading Analytical Workflow" />
1818
<meta property="og:description"
1919
content="Advanced LLM-powered analytical workflow tool with 15 specialized AI agents for comprehensive market analysis, research synthesis, and trading decision support." />
2020
<meta property="og:type" content="website" />

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Index = () => {
5757
</Button>
5858
</div>
5959
<p className="text-xl md:text-2xl text-muted-foreground max-w-3xl mx-auto">
60-
LLM Multi-Agent Trading Analysis Workflow Tool
60+
AI Trading Analytical Workflow
6161
</p>
6262
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
6363
Advanced analytical workflow powered by 15 specialized LLM agents for comprehensive market research, analysis synthesis, and trading intelligence.

0 commit comments

Comments
 (0)