-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
135 lines (135 loc) · 4.57 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"title": "dragdropdo",
"description": "DragDropDo offers seamless file operations including splitting PDFs, compressing PDFs, converting PDFs to Word and vice versa, compressing images, converting image formats, removing backgrounds, and blurring faces.",
"openGraph": {
"type": "website",
"url": "https://www.dragdropdo.com/",
"title": "File Operations Made Easy: Split, Compress, Convert PDFs & Images | YourSiteName",
"description": "DragDropDo offers seamless file operations including splitting PDFs, compressing PDFs, converting PDFs to Word and vice versa, compressing images, converting image formats, removing backgrounds, and blurring faces.",
"images": [
{
"url": "https://www.dragdropdo.com/images/og.png",
"width": 800,
"height": 600,
"alt": "DragDropDo"
}
]
},
"twitter": {
"card": "summary_large_image",
"url": "https://www.dragdropdo.com/",
"title": "File Operations Made Easy: Split, Compress, Convert PDFs & Images | DragDropDo",
"description": "DragDropDo offers seamless file operations including splitting PDFs, compressing PDFs, converting PDFs to Word and vice versa, compressing images, converting image formats, removing backgrounds, and blurring faces.",
"images": [
{
"url": "https://www.dragdropdo.com/images/twitter.png",
"alt": "DragDropDo"
}
]
},
"robots": {
"index": true,
"follow": true
},
"keywords": [
"split PDF",
"compress PDF",
"convert PDF",
"PDF to Word",
"Word to PDF",
"compress image",
"convert image",
"remove background",
"blur faces",
"file operations"
],
"authors": [
{
"name": "DragDropDo"
}
],
"viewport": "width=device-width, initial-scale=1.0",
"jsonLD": {
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://dragdropdo.com/#website",
"url": "https://dragdropdo.com/",
"name": "DragDropDo",
"description": "Compress and resize PDFs and images easily",
"publisher": { "@id": "https://dragdropdo.com/#organization" }
},
{
"@type": "WebPage",
"@id": "https://dragdropdo.com//#webpage",
"url": "https://dragdropdo.com//",
"name": "How We Work - DragDropDo",
"isPartOf": { "@id": "https://dragdropdo.com/#website" },
"description": "Learn about our compression and resizing process for PDFs and images"
},
{
"@type": "SoftwareApplication",
"name": "DragDropDo",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "All",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"description": "Compress and resize PDFs and images easily",
"url": "https://dragdropdo.com/",
"softwareVersion": "1.0",
"screenshot": [""],
"featureList": [
"PDF compression",
"Image compression",
"PDF resizing",
"Image resizing",
"Drag-and-drop interface",
"Batch processing"
],
"author": {
"@type": "Organization",
"name": "DragDropDo Inc.",
"url": "https://dragdropdo.com/about"
},
"datePublished": "2023-01-01",
"requirements": "Modern web browser with JavaScript enabled",
"fileFormat": ["PDF", "JPG", "PNG", "GIF"],
"supportingData": "PDF documents and image files",
"interactionStatistic": [
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/DownloadAction",
"userInteractionCount": "100000"
},
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/UseAction",
"userInteractionCount": "500000"
},
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/LikeAction",
"userInteractionCount": "50000"
},
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/ShareAction",
"userInteractionCount": "10000"
},
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/PageVisits",
"userInteractionCount": "1000"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "1000",
"bestRating": "5",
"worstRating": "1"
}
}
]
}
}