-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 3.35 KB
/
index.html
File metadata and controls
71 lines (66 loc) · 3.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Karthik - Creative Professional | Photography, Videography, Web Development</title>
<meta name="description" content="Professional creative services including photography, videography, video editing, social media marketing, SEO, and web development. Transform your brand with stunning visuals and digital solutions." />
<meta name="keywords" content="photography, videography, video editing, social media marketing, SEO, web development, creative professional, brand photography, content creation" />
<meta name="author" content="Karthik" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Karthik - Creative Professional | Photography, Videography, Web Development" />
<meta property="og:description" content="Professional creative services including photography, videography, video editing, social media marketing, SEO, and web development. Transform your brand with stunning visuals and digital solutions." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://karthik.com" />
<meta property="og:image" content="https://karthik.com/og-image.jpg" />
<meta property="og:site_name" content="Karthik Creative" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Karthik - Creative Professional | Photography, Videography, Web Development" />
<meta name="twitter:description" content="Professional creative services including photography, videography, video editing, social media marketing, SEO, and web development. Transform your brand with stunning visuals and digital solutions." />
<meta name="twitter:image" content="https://karthik.com/twitter-image.jpg" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#000000" />
<meta name="msapplication-TileColor" content="#000000" />
<link rel="canonical" href="https://karthik.com" />
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Karthik",
"jobTitle": "Creative Professional",
"description": "Professional creative services including photography, videography, video editing, social media marketing, SEO, and web development.",
"url": "https://karthik.com",
"sameAs": [
"https://instagram.com/karthik",
"https://youtube.com/karthik",
"https://linkedin.com/in/karthik"
],
"knowsAbout": [
"Photography",
"Videography",
"Video Editing",
"Social Media Marketing",
"SEO",
"Web Development"
],
"offers": {
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Creative Services",
"description": "Professional photography, videography, editing, social media marketing, SEO, and web development services."
}
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>