|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
3 | 1 | <head> |
4 | | -<meta name="google-site-verification" content="2yFYZWwMInNYqVGarzS4imN1ASlVCGiR2IBy-c17q2g" /> |
5 | | - |
6 | | - |
7 | | -<!-- Google tag (gtag.js) --> |
8 | | -<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17621234498"></script> |
9 | | -<script> |
10 | | - window.dataLayer = window.dataLayer || []; |
11 | | - function gtag(){dataLayer.push(arguments);} |
12 | | - gtag('js', new Date()); |
13 | | - |
14 | | - gtag('config', 'AW-17621234498'); |
15 | | -</script> |
16 | | - |
17 | 2 | <meta charset="UTF-8"> |
18 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
19 | | - <meta name="description" content="Valido - PDF automation software with custom calculations. Extract data, create formulas on extracted fields, automate batch processing."> |
20 | | - <meta name="keywords" content="PDF automation software, PDF data extraction, custom PDF calculations, bulk PDF processing, automated PDF workflow, invoice data extraction, document automation, local PDF processing, batch PDF validation, PDF formula calculator"> |
21 | | - <meta name="author" content="Valido"> |
22 | | - <meta property="og:title" content="Valido - PDF Automation with Custom Calculations"> |
23 | | - <meta property="og:description" content="Extract data from PDFs and create custom calculations. Automate batch processing, schedule folder monitoring."> |
24 | | - <meta property="og:type" content="website"> |
25 | | - <meta property="og:image" content="https://valido-app.github.io/og-image.png"> |
26 | | - <!-- Search Engine Indexing --> |
27 | | -<meta name="robots" content="index, follow"> |
28 | 4 |
|
29 | | -<!-- Canonical --> |
30 | | -<link rel="canonical" href="https://valido-app.github.io/"> |
| 5 | + <!-- Primary SEO Tags --> |
| 6 | + <title>Valido – Local PDF Automation: Extract Tables, Run Calculations, Automate from AWS S3/Azure/GCP</title> |
| 7 | + <meta name="description" content="Process thousands of PDFs offline with custom validation rules, table extraction and calculations. No uploads – connect directly to AWS S3, Azure Blob or GCP buckets. 7-day free trial • Windows desktop app."> |
| 8 | + |
| 9 | + <!-- Open Graph / Social Sharing --> |
| 10 | + <meta property="og:title" content="Valido – Local PDF Automation with Custom Calculations"> |
| 11 | + <meta property="og:description" content="Extract tables, create formulas, automate validation from local folders or cloud storage. 100% private – nothing ever leaves your PC."> |
| 12 | + <meta property="og:type" content="website"> |
| 13 | + <meta property="og:url" content="https://valido.site/"> |
| 14 | + <meta property="og:image" content="https://valido.site/og-image.png"> |
| 15 | + <meta name="twitter:card" content="summary_large_image"> |
31 | 16 |
|
32 | | -<!-- Social Sharing --> |
33 | | -<meta property="og:url" content="https://valido-app.github.io/"> |
34 | | -<meta name="twitter:card" content="summary_large_image"> |
| 17 | + <!-- Canonical & Robots --> |
| 18 | + <link rel="canonical" href="https://valido.site/"> |
| 19 | + <meta name="robots" content="index, follow"> |
35 | 20 |
|
36 | | - <title>Valido - PDF Automation with Custom Calculations</title> |
37 | | - |
38 | 21 | <!-- Favicon --> |
39 | | - <link rel="icon" type="image/x-icon" href="valido-icon.ico"> |
40 | | - |
41 | | - <!-- SEO: Sitemap and Canonical URL --> |
42 | | - <link rel="canonical" href="https://valido-app.github.io/"> |
43 | | - <link rel="sitemap" type="application/xml" href="/sitemap.xml"> |
44 | | - |
| 22 | + <link rel="icon" type="image/x-icon" href="/valido-icon.ico"> |
| 23 | + |
| 24 | + <!-- Google Site Verification + Analytics --> |
| 25 | + <meta name="google-site-verification" content="2yFYZWwMInNYqVGarzS4imN1ASlVCGiR2IBy-c17q2g" /> |
| 26 | + <script async src="https://www.googletagmanager.com/gtag/js?id=AW-17621234498"></script> |
| 27 | + <script> |
| 28 | + window.dataLayer = window.dataLayer || []; |
| 29 | + function gtag(){dataLayer.push(arguments);} |
| 30 | + gtag('js', new Date()); |
| 31 | + gtag('config', 'AW-17621234498'); |
| 32 | + </script> |
| 33 | + |
| 34 | + <!-- Software Schema Markup --> |
| 35 | + <script type="application/ld+json"> |
| 36 | + { |
| 37 | + "@context": "https://schema.org", |
| 38 | + "@type": "SoftwareApplication", |
| 39 | + "name": "Valido", |
| 40 | + "operatingSystem": "Windows", |
| 41 | + "applicationCategory": "BusinessApplication", |
| 42 | + "offers": { |
| 43 | + "@type": "Offer", |
| 44 | + "price": "16", |
| 45 | + "priceCurrency": "USD" |
| 46 | + }, |
| 47 | + "aggregateRating": { |
| 48 | + "@type": "AggregateRating", |
| 49 | + "ratingValue": "5.0", |
| 50 | + "reviewCount": "3", |
| 51 | + "bestRating": "5" |
| 52 | + } |
| 53 | + } |
| 54 | + </script> |
45 | 55 | <style> |
46 | 56 | * { |
47 | 57 | margin: 0; |
|
0 commit comments