Skip to content

Commit a45c276

Browse files
author
Valido
committed
update index.
1 parent ff0d0ed commit a45c276

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -979,13 +979,13 @@ <h3>Connect to Your Cloud Storage</h3>
979979
<p>Create automation jobs directly from your cloud storage accounts</p>
980980
<div class="cloud-icons">
981981
<div class="cloud-icon">
982-
<img src="enterprise-icons/aws-icon.png" alt="Amazon Web Services cloud storage logo" title="Amazon Web Services">
982+
<img src="enterprise-icons/aws-icon.png" alt="AWS S3 storage integration" title="Amazon Web Services">
983983
</div>
984984
<div class="cloud-icon">
985-
<img src="enterprise-icons/azure-icon.png" alt="Microsoft Azure cloud storage logo" title="Microsoft Azure">
985+
<img src="enterprise-icons/azure-icon.png" alt="Azure Blob Storage integration" title="Microsoft Azure">
986986
</div>
987987
<div class="cloud-icon">
988-
<img src="enterprise-icons/gcp-icon.png" alt="Google Cloud Platform storage logo" title="Google Cloud Platform">
988+
<img src="enterprise-icons/gcp-icon.png" alt="Google Cloud Storage integration" title="Google Cloud Platform">
989989
</div>
990990
</div>
991991
</section>
@@ -1147,9 +1147,9 @@ <h3>Professional Export Reports</h3>
11471147
</div> <!-- End Features Tab -->
11481148

11491149
<!-- Pricing Tab -->
1150-
<div id="pricing" class="page-section">
1150+
<div class="page-section">
11511151
<!-- Pricing Section -->
1152-
<section class="pricing-section">
1152+
<section class="pricing-section" id="pricing">
11531153
<div class="pricing-container">
11541154
<h2>Simple, Transparent Pricing</h2>
11551155
<p class="pricing-subtitle">Unlimited PDF processing • No hidden fees • Cancel anytime</p>

reviews.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,54 @@
3131
gtag('config', 'G-FQ1VB4MGYG');
3232
</script>
3333

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+
3482
<style>
3583
* {
3684
margin: 0;

0 commit comments

Comments
 (0)