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
|
|
@ -205,6 +205,8 @@ export function Pricing({
|
|||
|
||||
<Link
|
||||
href={plan.href}
|
||||
target={plan.href.startsWith("http") ? "_blank" : undefined}
|
||||
rel={plan.href.startsWith("http") ? "noopener noreferrer" : undefined}
|
||||
className={cn(
|
||||
buttonVariants({
|
||||
variant: "outline",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue