<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
    
    <!-- Primary SEO Meta Tags -->
    <title>Manikant - Free Study Materials, Notes & Resources for Students | Nepal</title>
    <meta name="title" content="Manikant - Free Study Materials, Notes & Resources for Students | Nepal" />
    <meta name="description" content="Access free study materials, engineering notes, PDF resources, and educational content. Share and download study materials for all semesters. Nepal's student community platform." />
    <meta name="keywords" content="study materials, engineering notes, free PDF, Nepal education, student resources, semester notes, college notes, university materials, IOE notes, TU notes, Tribhuvan University, engineering syllabus, exam preparation, manikant" />
    <meta name="author" content="Manikant" />
    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
    <meta name="googlebot" content="index, follow" />
    <meta name="bingbot" content="index, follow" />
    <link rel="canonical" href="https://manikant.com.np/" />
    
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://manikant.com.np/" />
    <meta property="og:title" content="Manikant - Free Study Materials, Notes & Resources for Students" />
    <meta property="og:description" content="Access free study materials, engineering notes, PDF resources, and educational content. Share and download study materials for all semesters." />
    <meta property="og:image" content="https://manikant.com.np/og-image.svg" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:image:alt" content="Manikant - Study Materials Platform" />
    <meta property="og:site_name" content="Manikant" />
    <meta property="og:locale" content="en_US" />
    
    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:url" content="https://manikant.com.np/" />
    <meta name="twitter:title" content="Manikant - Free Study Materials, Notes & Resources for Students" />
    <meta name="twitter:description" content="Access free study materials, engineering notes, PDF resources, and educational content. Share and download study materials for all semesters." />
    <meta name="twitter:image" content="https://manikant.com.np/og-image.svg" />
    <meta name="twitter:image:alt" content="Manikant - Study Materials Platform" />
    
    <!-- Additional SEO Meta Tags -->
    <meta name="geo.region" content="NP" />
    <meta name="geo.placename" content="Nepal" />
    <meta name="language" content="English" />
    <meta name="revisit-after" content="7 days" />
    <meta name="rating" content="general" />
    <meta name="distribution" content="global" />
    
    <!-- DNS Prefetch for external resources -->
    <link rel="dns-prefetch" href="https://fonts.googleapis.com">
    <link rel="dns-prefetch" href="https://fonts.gstatic.com">
    <link rel="dns-prefetch" href="https://pagead2.googlesyndication.com">
    
    <!-- Preconnect to critical origins -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    
    <!-- Preload critical fonts with font-display: swap -->
    <link rel="preload" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet"></noscript>
    
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <link rel="apple-touch-icon" href="/favicon.svg" />
    <link rel="manifest" href="/manifest.webmanifest" />
    <meta name="theme-color" content="#0a0f0a">
    <meta name="color-scheme" content="dark">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta name="apple-mobile-web-app-title" content="Manikant">
    
    <!-- Prevent text size adjustment -->
    <meta name="format-detection" content="telephone=no">
    <meta name="msapplication-tap-highlight" content="no">
    
    <!-- Structured Data - JSON-LD for SEO -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Manikant",
      "alternateName": ["manikant.com.np", "Manikant Study Materials"],
      "url": "https://manikant.com.np/",
      "description": "Free study materials, engineering notes, PDF resources, and educational content for students in Nepal",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://manikant.com.np/?search={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Manikant",
      "url": "https://manikant.com.np/",
      "logo": "https://manikant.com.np/favicon.svg",
      "sameAs": [],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "availableLanguage": ["English", "Nepali"]
      }
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "EducationalOrganization",
      "name": "Manikant",
      "url": "https://manikant.com.np/",
      "description": "Platform for sharing and accessing free study materials and engineering notes",
      "areaServed": {
        "@type": "Country",
        "name": "Nepal"
      },
      "audience": {
        "@type": "EducationalAudience",
        "educationalRole": "student"
      }
    }
    </script>
    
    <!-- Critical CSS for initial render -->
    <style>
      /* Critical CSS - Inline for faster FCP */
      :root {
        --primary-color: #15803d;
        --background-color: #0a0f0a;
        --text-color: #86efac;
      }
      * { margin: 0; padding: 0; box-sizing: border-box; }
      html, body { 
        background-color: var(--background-color); 
        color: var(--text-color);
        min-height: 100vh;
      }
      #root {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      /* Initial loading state */
      .initial-loader {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
      }
      .initial-loader-spinner {
        width: 48px;
        height: 48px;
        border: 4px solid rgba(21, 128, 61, 0.2);
        border-top-color: var(--primary-color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
      }
      @keyframes spin { to { transform: rotate(360deg); } }
    </style>
    
    <!-- Defer non-critical scripts -->
    <meta name="google-adsense-account" content="ca-pub-7893574399541595">
    <script type="module" crossorigin src="/assets/main-DPVdb8_2.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/router-yypCoaua.js">
    <link rel="modulepreload" crossorigin href="/assets/supabase-DZHEpzkl.js">
    <link rel="modulepreload" crossorigin href="/assets/pdf-core-Bgx5vyr6.js">
    <link rel="modulepreload" crossorigin href="/assets/pdf-react-DEJgnttO.js">
    <link rel="stylesheet" crossorigin href="/assets/main-DKp2Jjut.css">
  </head>
  <body>
    <div id="root">
      <!-- Initial loading state shown before React hydrates -->
      <div class="initial-loader">
        <div class="initial-loader-spinner"></div>
        <p style="font-family: system-ui, sans-serif; opacity: 0.7;">Loading...</p>
      </div>
    </div>
    
    <!-- Main app script -->
    
    <!-- Load ads script after page load for better performance -->
    <script>
      window.addEventListener('load', function() {
        setTimeout(function() {
          var script = document.createElement('script');
          script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7893574399541595';
          script.async = true;
          script.crossOrigin = 'anonymous';
          document.head.appendChild(script);
        }, 2000); // Delay ads by 2 seconds
      });
    </script>
  </body>
</html>
