-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 2.76 KB
/
Copy pathindex.html
File metadata and controls
58 lines (52 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="src/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Moving Forward Metal Resources - Engineering & Industrial Services</title>
<meta name="description" content="Moving Forward Metal Resources provides top-quality engineering, maintenance, and procurement services for industries including oil, gas, and power.">
<meta name="keywords" content="engineering services, industrial maintenance, oil and gas, procurement, metal resources, technical services, manpower outsourcing">
<meta name="author" content="Moving Forward Metal Resources">
<!-- Open Graph (Facebook & LinkedIn) -->
<meta property="og:title" content="Moving Forward Metal Resources - Engineering & Industrial Services">
<meta property="og:description" content="Providing expert engineering, maintenance, and procurement services across multiple industries.">
<meta property="og:image" content="https://movingforward.org.ng/src/assets/about-policies.jpg">
<meta property="og:url" content="https://movingforward.org.ng">
<meta property="og:type" content="website">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Moving Forward Metal Resources - Engineering & Industrial Services">
<meta name="twitter:description" content="Expert engineering, maintenance, and procurement services tailored to industrial needs.">
<meta name="twitter:image" content="https://yourwebsite.com/images/twitter-image.jpg">
<!-- Canonical Tag -->
<link rel="canonical" href="https://yourwebsite.com">
<!-- Favicon... change the path to the main website url -->
<link rel="icon" href="src/assets/favicon.ico" type="image/x-icon">
<!-- Robots Meta Tags -->
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<!-- Schema Markup (JSON-LD) for Rich Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Moving Forward Metal Resources",
"url": "https://movingforward.org.ng",
"logo": "https://movingforward.org.ng/src/assets/logo.png",
"description": "Expert engineering, maintenance, and procurement services tailored to industrial needs.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+234-123-456-7890",
"contactType": "customer service",
"email": "info@movingforward.org.ng"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>