Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<ul class="nav-links" id="nav-links">
<!-- Dropdown Section -->
<li class="dropdown">
<a href="#hero" class="dropdown-toggle active;">Home</a>
<a href="index.html" class="dropdown-toggle active;">Home</a>
<ul class="dropdown-menu">
<li><a href="#experience">Experience</a></li>
<li><a href="#services-preview">Offering</a></li>
Expand Down
40 changes: 0 additions & 40 deletions seo/services-faq.schema.html

This file was deleted.

78 changes: 0 additions & 78 deletions seo/services.schema.html

This file was deleted.

26 changes: 24 additions & 2 deletions services.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vimal Tech • Services</title>

<!-- Start SEO SCHEMA -->
<title>Backend Development & Cloud Services | Vimal Tech</title>

<meta name="description"
content="Professional backend development, API engineering, cloud integration, and database optimization services using Java, Spring Boot, and scalable microservice architecture.">

<link rel="canonical" href="https://vimaltech.dev/services.html">

<meta property="og:type" content="website">
<meta property="og:title" content="Backend Development & Cloud Services | Vimal Tech">
<meta property="og:description"
content="Scalable backend development, cloud integration, API engineering, and database optimization services.">
<meta property="og:url" content="https://vimaltech.dev/services.html">
<meta property="og:image" content="https://vimaltech.dev/images/logo.jpeg">
<meta property="og:site_name" content="Vimal Tech">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Backend Development & Cloud Services | Vimal Tech">
<meta name="twitter:description"
content="Backend development, microservices architecture, cloud deployment, and API engineering services.">
<meta name="twitter:image" content="https://vimaltech.dev/images/logo.jpeg">
<meta name="twitter:site" content="@VimalTech">

<!-- SEO SCHEMA: Services Page -->
<!-- include: /seo/services.schema.html -->
<script type="application/ld+json">
Expand Down Expand Up @@ -175,7 +197,7 @@
<li><a href="index.html">Home</a></li>
<!-- Dropdown Section -->
<li class="dropdown">
<a href="#hero" class="dropdown-toggle active;">Services</a>
<a href="services.html" class="dropdown-toggle active;">Services</a>
<ul class="dropdown-menu">
<li><a href="#services-offer">Offer Services</a></li>
<li><a href="#live-projects">Live</a></li>
Expand Down