fix(seo): Remove technical jargon and add SEO meta tags
- Replace "multi-tenant" wording with user-friendly alternatives - Hero subheadline: "Secure" instead of "Multi-tenant" - Feature title: "Enterprise Security" instead of "Multi-Tenant Architecture" - Updated testimonials and FAQ to remove technical references - Add comprehensive SEO meta tags to index.html: - Meta description for search engines - Open Graph tags for social sharing - Twitter card meta tags - Canonical URL and robots directives - Update all language files (en, es, fr, de) with consistent changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1172,7 +1172,7 @@
|
||||
},
|
||||
"hero": {
|
||||
"headline": "Orchestrate Your Business",
|
||||
"subheadline": "The enterprise-grade scheduling platform for service businesses. Multi-tenant, white-label ready, and designed for scale.",
|
||||
"subheadline": "The enterprise-grade scheduling platform for service businesses. Secure, white-label ready, and designed for scale.",
|
||||
"cta": "Start Your Free Trial",
|
||||
"secondaryCta": "View Live Demo",
|
||||
"trustedBy": "Powering next-generation service platforms",
|
||||
@@ -1401,7 +1401,7 @@
|
||||
},
|
||||
"dataSafety": {
|
||||
"question": "Is my data safe?",
|
||||
"answer": "Absolutely. We use dedicated secure vaults (Postgres schemas) to physically isolate your data from other customers. It's the gold standard for multi-tenant security."
|
||||
"answer": "Absolutely. We use dedicated secure vaults to physically isolate your data from other customers. Your business data is never mixed with anyone else's."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1692,8 +1692,8 @@
|
||||
"description": "Install plugins from our marketplace or build your own to automate tasks."
|
||||
},
|
||||
"multiTenant": {
|
||||
"title": "Multi-Tenant Architecture",
|
||||
"description": "Dedicated secure vaults for enterprise-grade security and white-labeling."
|
||||
"title": "Enterprise Security",
|
||||
"description": "Your data is isolated in dedicated secure vaults. Enterprise-grade protection built in."
|
||||
},
|
||||
"integratedPayments": {
|
||||
"title": "Integrated Payments",
|
||||
@@ -1726,7 +1726,7 @@
|
||||
"company": "Lumina MedSpa"
|
||||
},
|
||||
"whiteLabel": {
|
||||
"quote": "We white-labeled SmoothSchedule for our franchise. The multi-tenant architecture made it effortless.",
|
||||
"quote": "We white-labeled SmoothSchedule for our franchise. The platform handles everything seamlessly across all our locations.",
|
||||
"author": "Marcus Johnson",
|
||||
"role": "Director of Ops",
|
||||
"company": "FitNation"
|
||||
@@ -2093,7 +2093,7 @@
|
||||
},
|
||||
"descriptionOfService": {
|
||||
"title": "2. Description of Service",
|
||||
"content": "SmoothSchedule is a multi-tenant scheduling platform that enables businesses to manage appointments, resources, services, and customer interactions. The Service is provided on a subscription basis with various pricing tiers."
|
||||
"content": "SmoothSchedule is a scheduling platform that enables businesses to manage appointments, resources, services, and customer interactions. The Service is provided on a subscription basis with various pricing tiers."
|
||||
},
|
||||
"userAccounts": {
|
||||
"title": "3. User Accounts",
|
||||
|
||||
Reference in New Issue
Block a user