mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Update JSON ld
This commit is contained in:
@@ -59,6 +59,7 @@ export const features = [
|
|||||||
videoId: '0jZ1Lse1Y3E',
|
videoId: '0jZ1Lse1Y3E',
|
||||||
thumbnail: 'https://assets.roadmap.sh/guest/smarter-roadmaps-f46ku.png',
|
thumbnail: 'https://assets.roadmap.sh/guest/smarter-roadmaps-f46ku.png',
|
||||||
duration: '3:11',
|
duration: '3:11',
|
||||||
|
startTime: '5'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Test Yourself',
|
title: 'Test Yourself',
|
||||||
|
@@ -27,6 +27,7 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
|
|||||||
'@type': 'Product',
|
'@type': 'Product',
|
||||||
name: 'roadmap.sh Premium',
|
name: 'roadmap.sh Premium',
|
||||||
description: 'AI-powered learning platform for developers with unlimited courses, career guidance, and instant AI support.',
|
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: {
|
brand: {
|
||||||
'@type': 'Brand',
|
'@type': 'Brand',
|
||||||
name: 'roadmap.sh'
|
name: 'roadmap.sh'
|
||||||
@@ -39,7 +40,20 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
|
|||||||
priceCurrency: 'USD',
|
priceCurrency: 'USD',
|
||||||
priceValidUntil: '2025-12-31',
|
priceValidUntil: '2025-12-31',
|
||||||
availability: 'https://schema.org/InStock',
|
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',
|
'@type': 'Offer',
|
||||||
@@ -48,12 +62,25 @@ import { PremiumPage } from '../components/Premium/PremiumPage';
|
|||||||
priceCurrency: 'USD',
|
priceCurrency: 'USD',
|
||||||
priceValidUntil: '2025-12-31',
|
priceValidUntil: '2025-12-31',
|
||||||
availability: 'https://schema.org/InStock',
|
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: {
|
aggregateRating: {
|
||||||
'@type': 'AggregateRating',
|
'@type': 'AggregateRating',
|
||||||
ratingValue: '4.8',
|
ratingValue: '4.9',
|
||||||
bestRating: '5',
|
bestRating: '5',
|
||||||
ratingCount: '1000'
|
ratingCount: '1000'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user