Build Greg Knopp CPA website
This commit is contained in:
37
index.html
37
index.html
@@ -3,18 +3,39 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>clarity-crafted-site</title>
|
||||
<meta name="description" content="Lovable Generated Project" />
|
||||
<meta name="author" content="Lovable" />
|
||||
<title>Corpus Christi CPA | Greg Knopp, P.C. – Tax & Business Advisory</title>
|
||||
<meta name="description" content="Trusted CPA services in Corpus Christi, TX: tax preparation and planning, bookkeeping, payroll, IRS representation, and business advisory. 20+ years helping businesses and families achieve financial clarity." />
|
||||
<meta name="author" content="Greg Knopp, P.C." />
|
||||
|
||||
<!-- Local Business Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "LocalBusiness",
|
||||
"name": "Greg Knopp, P.C.",
|
||||
"description": "Certified Public Accountant providing tax preparation, accounting, and business advisory services",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Corpus Christi",
|
||||
"addressLocality": "Corpus Christi",
|
||||
"addressRegion": "TX",
|
||||
"addressCountry": "US"
|
||||
},
|
||||
"telephone": "(361) 854-3711",
|
||||
"priceRange": "$$"
|
||||
}
|
||||
</script>
|
||||
|
||||
<meta property="og:title" content="clarity-crafted-site" />
|
||||
<meta property="og:description" content="Lovable Generated Project" />
|
||||
<meta property="og:title" content="Corpus Christi CPA | Greg Knopp, P.C." />
|
||||
<meta property="og:description" content="Trusted CPA services: tax preparation, bookkeeping, IRS representation. 20+ years serving Corpus Christi businesses and families." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@lovable_dev" />
|
||||
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user