Clone Dispel.com website
This commit is contained in:
47
index.html
47
index.html
@@ -3,21 +3,52 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>welding-web-echo</title>
|
||||
<meta name="description" content="Lovable Generated Project" />
|
||||
<meta name="author" content="Lovable" />
|
||||
<title>Texas Welding & Fabrication Company | Professional Industrial Services</title>
|
||||
<meta name="description" content="Professional welding and fabrication services for industrial and commercial projects across Texas. Expert craftsmanship, modern equipment, and reliable service." />
|
||||
<meta name="author" content="Texas Welding & Fabrication Company" />
|
||||
|
||||
<meta property="og:title" content="welding-web-echo" />
|
||||
<meta property="og:description" content="Lovable Generated Project" />
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
<meta property="og:title" content="Texas Welding & Fabrication Company | Professional Industrial Services" />
|
||||
<meta property="og:description" content="Professional welding and fabrication services for industrial and commercial projects across Texas. Expert craftsmanship, modern equipment, and reliable service." />
|
||||
<meta property="og:site_name" content="Texas Welding & Fabrication Company" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<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" />
|
||||
<meta name="twitter:title" content="Texas Welding & Fabrication Company | Professional Industrial Services" />
|
||||
<meta name="twitter:description" content="Professional welding and fabrication services for industrial and commercial projects across Texas. Expert craftsmanship, modern equipment, and reliable service." />
|
||||
|
||||
<!-- Additional SEO -->
|
||||
<link rel="canonical" href="https://texaswelding.com/" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="theme-color" content="#C1272D" />
|
||||
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Texas Welding & Fabrication Company",
|
||||
"description": "Professional welding and fabrication services for industrial and commercial projects across Texas.",
|
||||
"url": "https://texaswelding.com",
|
||||
"telephone": "(361) 555-0123",
|
||||
"email": "info@texaswelding.com",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "123 Industrial Blvd",
|
||||
"addressLocality": "Alice",
|
||||
"addressRegion": "TX",
|
||||
"postalCode": "78332"
|
||||
},
|
||||
"sameAs": []
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="#main" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 bg-accent text-ink px-4 py-2 rounded-md z-50">
|
||||
Skip to main content
|
||||
</a>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user