|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>SQLSkrypter | Professional SQL Runner for MSSQL</title> |
| 7 | + <meta name="description" content="Execute scripts across hundreds of MSSQL databases concurrently. High performance parallel execution engine, ScriptDom syntax validation, secure and 100% offline."> |
| 8 | + <meta name="keywords" content="SQL, MSSQL, SQL Server, database orchestration, parallel query execution, ScriptDom, DPAPI, offline SQL runner, DBA tools"> |
| 9 | + <link rel="canonical" href="https://sqlskrypter.com/index.html"> |
| 10 | + |
| 11 | + <!-- Open Graph / Facebook --> |
| 12 | + <meta property="og:type" content="website"> |
| 13 | + <meta property="og:url" content="https://sqlskrypter.com/index.html"> |
| 14 | + <meta property="og:title" content="SQLSkrypter | Professional SQL Runner for MSSQL"> |
| 15 | + <meta property="og:description" content="Execute scripts across hundreds of MSSQL databases concurrently. Ultra-secure, 100% offline database deployment engine."> |
| 16 | + <meta property="og:image" content="https://sqlskrypter.com/img/og-preview.png"> |
| 17 | + |
| 18 | + <!-- Twitter --> |
| 19 | + <meta property="twitter:card" content="summary_large_image"> |
| 20 | + <meta property="twitter:url" content="https://sqlskrypter.com/index.html"> |
| 21 | + <meta property="twitter:title" content="SQLSkrypter | Professional SQL Runner for MSSQL"> |
| 22 | + <meta property="twitter:description" content="Execute scripts across hundreds of MSSQL databases concurrently. Ultra-secure, 100% offline database deployment engine."> |
| 23 | + <meta property="twitter:image" content="https://sqlskrypter.com/img/og-preview.png"> |
| 24 | + |
| 25 | + <!-- JSON-LD Structured Data --> |
| 26 | + <script type="application/ld+json"> |
| 27 | + { |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@type": "SoftwareApplication", |
| 30 | + "name": "SQLSkrypter", |
| 31 | + "operatingSystem": "Windows 10, Windows 11", |
| 32 | + "applicationCategory": "DeveloperApplication", |
| 33 | + "offers": { |
| 34 | + "@type": "AggregateOffer", |
| 35 | + "lowPrice": "0", |
| 36 | + "highPrice": "199", |
| 37 | + "priceCurrency": "PLN" |
| 38 | + }, |
| 39 | + "author": { |
| 40 | + "@type": "Person", |
| 41 | + "name": "Paweł Merta" |
| 42 | + } |
| 43 | + } |
| 44 | + </script> |
| 45 | + |
7 | 46 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 47 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 48 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"> |
|
0 commit comments