mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
feat(pricing): enhance pricing page with SEO metadata and structured data
- Updated the pricing page to include improved SEO metadata, including title, description, and keywords. - Added structured data using JsonLd for better search engine visibility. - Revised pricing plan descriptions and features for clarity and accuracy. - Enhanced link behavior for external pricing links to open in a new tab with appropriate security attributes. - Updated FAQ sections to reflect changes in credit and billing explanations.
This commit is contained in:
parent
66a34abe63
commit
7af3f535fc
5 changed files with 128 additions and 78 deletions
|
|
@ -67,7 +67,8 @@ export function SoftwareApplicationJsonLd() {
|
|||
"@type": "Offer",
|
||||
price: "0",
|
||||
priceCurrency: "USD",
|
||||
description: "Free plan with 500 pages included",
|
||||
description:
|
||||
"Free self-hosted from the open-source repo; cloud starts with $5 of free credit, then pay as you go",
|
||||
},
|
||||
description:
|
||||
"SurfSense is an open-source competitive intelligence platform. AI agents monitor competitors, track rankings, and listen to your market with platform-native connectors for Reddit, YouTube, Google Maps, Google Search, and the open web, through one API or MCP server.",
|
||||
|
|
@ -80,7 +81,7 @@ export function SoftwareApplicationJsonLd() {
|
|||
"Competitor, brand, and rank monitoring with briefs and alerts",
|
||||
"AI automations and agents (scheduled and event-triggered workflows)",
|
||||
"AI-powered semantic search across connected tools and documents",
|
||||
"Federated search across Slack, Google Drive, Notion, Confluence, GitHub",
|
||||
"Knowledge base with file uploads and Google Drive, OneDrive, and Dropbox sync",
|
||||
"Document Q&A with citations, report, podcast, and video generation",
|
||||
"Real-time collaborative team chats",
|
||||
"Native desktop app with Quick, General, and Screenshot Assist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue