|
31 | 31 | gtag('config', 'G-FQ1VB4MGYG'); |
32 | 32 | </script> |
33 | 33 |
|
| 34 | + <!-- Review Schema Markup --> |
| 35 | + <script type="application/ld+json"> |
| 36 | + { |
| 37 | + "@context": "https://schema.org", |
| 38 | + "@type": "Review", |
| 39 | + "itemReviewed": { |
| 40 | + "@type": "SoftwareApplication", |
| 41 | + "name": "Valido", |
| 42 | + "operatingSystem": "Windows", |
| 43 | + "applicationCategory": "BusinessApplication", |
| 44 | + "url": "https://valido.site/" |
| 45 | + }, |
| 46 | + "author": { |
| 47 | + "@type": "Organization", |
| 48 | + "name": "Softpedia", |
| 49 | + "url": "https://www.softpedia.com/get/Office-tools/PDF/Valido.shtml" |
| 50 | + }, |
| 51 | + "reviewRating": { |
| 52 | + "@type": "Rating", |
| 53 | + "ratingValue": "5", |
| 54 | + "bestRating": "5" |
| 55 | + }, |
| 56 | + "reviewBody": "Valido is an exciting new release that simplifies verifying and extracting data from PDF documents without seeming too complicated. The software should prove very useful for workflows where you constantly have to check and verify PDF documents.", |
| 57 | + "publisher": { |
| 58 | + "@type": "Organization", |
| 59 | + "name": "Softpedia" |
| 60 | + } |
| 61 | + } |
| 62 | + </script> |
| 63 | + |
| 64 | + <!-- Aggregate Rating Schema Markup --> |
| 65 | + <script type="application/ld+json"> |
| 66 | + { |
| 67 | + "@context": "https://schema.org", |
| 68 | + "@type": "SoftwareApplication", |
| 69 | + "name": "Valido", |
| 70 | + "operatingSystem": "Windows", |
| 71 | + "applicationCategory": "BusinessApplication", |
| 72 | + "url": "https://valido.site/", |
| 73 | + "aggregateRating": { |
| 74 | + "@type": "AggregateRating", |
| 75 | + "ratingValue": "5", |
| 76 | + "reviewCount": "1", |
| 77 | + "bestRating": "5" |
| 78 | + } |
| 79 | + } |
| 80 | + </script> |
| 81 | + |
34 | 82 | <style> |
35 | 83 | * { |
36 | 84 | margin: 0; |
|
0 commit comments