Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seo ai agent #207

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 15 additions & 41 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@
},
{
"group": "Security",
"pages": [
"product/security/pii"
]
"pages": ["product/security/pii"]
},
"product/autonomous-fine-tuning",
{
Expand Down Expand Up @@ -161,13 +159,9 @@
{
"tab": "Integrations",
"groups": [

{
"group": "Ecosystem",
"pages": [
"integrations/ecosystem",
"integrations/partner"
]
"pages": ["integrations/ecosystem", "integrations/partner"]
},
{
"group": "LLMs",
Expand Down Expand Up @@ -337,9 +331,7 @@
},
{
"group": "Chat Completions",
"pages": [
"api-reference/inference-api/chat"
]
"pages": ["api-reference/inference-api/chat"]
},
{
"group": "Portkey Prompts",
Expand All @@ -350,9 +342,7 @@
},
{
"group": "Embeddings",
"pages": [
"api-reference/inference-api/embeddings"
]
"pages": ["api-reference/inference-api/embeddings"]
},
{
"group": "Images",
Expand All @@ -372,27 +362,19 @@
},
{
"group": "Realtime",
"pages": [
"api-reference/inference-api/realtime-create-session"
]
"pages": ["api-reference/inference-api/realtime-create-session"]
},
{
"group": "Other APIs",
"pages": [
"api-reference/inference-api/gateway-for-other-apis"
]
"pages": ["api-reference/inference-api/gateway-for-other-apis"]
},
{
"group": "Completions",
"pages": [
"api-reference/inference-api/completions"
]
"pages": ["api-reference/inference-api/completions"]
},
{
"group": "Moderations",
"pages": [
"api-reference/inference-api/moderations"
]
"pages": ["api-reference/inference-api/moderations"]
},
{
"group": "Fine-tuning",
Expand Down Expand Up @@ -630,9 +612,7 @@
},
{
"group": "OpenAPI",
"pages": [
"api-reference/admin-api/open-api-specification"
]
"pages": ["api-reference/admin-api/open-api-specification"]
}
]
},
Expand All @@ -643,7 +623,8 @@
"group": "Prompt Engineering",
"pages": [
"guides/prompts",
"guides/prompts/ultimate-ai-sdr"
"guides/prompts/ultimate-ai-sdr",
"guides/prompts/ai-seo-agent"
]
},
{
Expand Down Expand Up @@ -706,9 +687,7 @@
"pages": [
{
"group": "2025",
"pages": [
"changelog/2025/jan"
]
"pages": ["changelog/2025/jan"]
},
{
"group": "2024",
Expand All @@ -722,16 +701,11 @@
},
{
"group": "Enterprise Releases",
"pages": [
"changelog/enterprise",
"changelog/helm-chart"
]
"pages": ["changelog/enterprise", "changelog/helm-chart"]
},
{
"group": "Product Releases",
"pages": [
"changelog/product"
]
"pages": ["changelog/product"]
}
]
}
Expand Down Expand Up @@ -2047,4 +2021,4 @@
"seo": {
"indexing": "all"
}
}
}
6 changes: 5 additions & 1 deletion guides/prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ title: "Overview"
<CardGroup cols={2}>
<Card title="Ultimate AI SDR" href="/guides/prompts/ultimate-ai-sdr" img="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQEtkhY-7aLhzuiq1rBOWlMx8H_jStatIVoaQ&s">
Leveraging Claude 3.5, Perplexity Sonar, and o3-mini to build the ultimate AI SDR that gathers requirements, researchs the internet, writes outstanding copy, and self-evaluates its effectiveness.
</Card>
</Card>

<Card title="AI SEO Agent" href="/guides/prompts/si-seo-agent" img="https://cdn.analyticsvidhya.com/wp-content/uploads/2024/07/image-67.png">
Building a sophisticated SEO content system that combines OpenAI o3 for strategic analysis, Google Gemini's grounding mode for factual content creation, and LLM-as-judge for review systems.
</Card>
</CardGroup>
Loading