1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Update JSON ld

This commit is contained in:
Kamran Ahmed
2025-07-23 14:08:27 +01:00
parent c177a42afe
commit e0fc5c2464
2 changed files with 31 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ export const features = [
videoId: '0jZ1Lse1Y3E',
thumbnail: 'https://assets.roadmap.sh/guest/smarter-roadmaps-f46ku.png',
duration: '3:11',
startTime: '5'
},
{
title: 'Test Yourself',

View File

@@ -27,6 +27,7 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
'@type': 'Product',
name: 'roadmap.sh Premium',
description: 'AI-powered learning platform for developers with unlimited courses, career guidance, and instant AI support.',
image: 'https://assets.roadmap.sh/guest/ai-tutor-og-6hm9j.png',
brand: {
'@type': 'Brand',
name: 'roadmap.sh'
@@ -39,7 +40,20 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
priceCurrency: 'USD',
priceValidUntil: '2025-12-31',
availability: 'https://schema.org/InStock',
url: 'https://roadmap.sh/premium'
url: 'https://roadmap.sh/premium',
seller: {
'@type': 'Organization',
name: 'roadmap.sh'
},
priceSpecification: {
'@type': 'PriceSpecification',
price: '10.00',
priceCurrency: 'USD'
},
eligibleRegion: {
'@type': 'Place',
name: 'Worldwide'
}
},
{
'@type': 'Offer',
@@ -48,12 +62,25 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
priceCurrency: 'USD',
priceValidUntil: '2025-12-31',
availability: 'https://schema.org/InStock',
url: 'https://roadmap.sh/premium'
url: 'https://roadmap.sh/premium',
seller: {
'@type': 'Organization',
name: 'roadmap.sh'
},
priceSpecification: {
'@type': 'PriceSpecification',
price: '100.00',
priceCurrency: 'USD'
},
eligibleRegion: {
'@type': 'Place',
name: 'Worldwide'
}
}
],
aggregateRating: {
'@type': 'AggregateRating',
ratingValue: '4.8',
ratingValue: '4.9',
bestRating: '5',
ratingCount: '1000'
}