|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <link rel="icon" type="image/x-icon" href="/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp" /> |
6 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + |
| 7 | + <!-- Favicon and App Icons --> |
| 8 | + <link rel="icon" type="image/x-icon" href="/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp" /> |
| 9 | + <link rel="apple-touch-icon" href="/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp" /> |
| 10 | + |
| 11 | + <!-- Primary Meta Tags --> |
| 12 | + <title>CodeQuest - Daily Coding Challenges | SRKR Coding Club</title> |
| 13 | + <meta name="title" content="CodeQuest - Daily Coding Challenges | SRKR Coding Club" /> |
| 14 | + <meta name="description" content="Join CodeQuest by SRKR Coding Club for daily coding challenges, leaderboards, and programming competitions. Enhance your coding skills with our interactive platform." /> |
| 15 | + <meta name="keywords" content="coding challenges, programming contests, SRKR coding club, daily coding problems, leaderboard, competitive programming, software development, coding practice" /> |
| 16 | + <meta name="author" content="SRKR Coding Club" /> |
| 17 | + <meta name="robots" content="index, follow" /> |
| 18 | + <meta name="language" content="English" /> |
| 19 | + |
| 20 | + <!-- Open Graph / Facebook --> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:url" content="https://codequest.srkrcodingclub.com/" /> |
| 23 | + <meta property="og:title" content="CodeQuest - Daily Coding Challenges | SRKR Coding Club" /> |
| 24 | + <meta property="og:description" content="Join CodeQuest by SRKR Coding Club for daily coding challenges, leaderboards, and programming competitions. Enhance your coding skills with our interactive platform." /> |
| 25 | + <meta property="og:image" content="/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp" /> |
| 26 | + <meta property="og:site_name" content="CodeQuest - SRKR Coding Club" /> |
| 27 | + <meta property="og:locale" content="en_US" /> |
| 28 | + |
| 29 | + <!-- Twitter --> |
| 30 | + <meta property="twitter:card" content="summary_large_image" /> |
| 31 | + <meta property="twitter:url" content="https://codequest.srkrcodingclub.com/" /> |
| 32 | + <meta property="twitter:title" content="CodeQuest - Daily Coding Challenges | SRKR Coding Club" /> |
| 33 | + <meta property="twitter:description" content="Join CodeQuest by SRKR Coding Club for daily coding challenges, leaderboards, and programming competitions. Enhance your coding skills with our interactive platform." /> |
| 34 | + <meta property="twitter:image" content="/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp" /> |
| 35 | + <meta property="twitter:site" content="@srkr_coding_club" /> |
| 36 | + |
| 37 | + <!-- Theme and App --> |
| 38 | + <meta name="theme-color" content="#3B82F6" /> |
| 39 | + <meta name="msapplication-TileColor" content="#3B82F6" /> |
| 40 | + |
| 41 | + <!-- Canonical URL --> |
| 42 | + <link rel="canonical" href="https://codequest.srkrcodingclub.com/" /> |
| 43 | + |
| 44 | + <!-- Styles --> |
7 | 45 | <link href="/src/styles.css" rel="stylesheet"> |
8 | | - <title>Code Quest</title> |
| 46 | + |
| 47 | + <!-- Structured Data - Organization --> |
| 48 | + <script type="application/ld+json"> |
| 49 | + { |
| 50 | + "@context": "https://schema.org", |
| 51 | + "@type": "Organization", |
| 52 | + "name": "SRKR Coding Club", |
| 53 | + "alternateName": "CodeQuest", |
| 54 | + "url": "https://codequest.srkrcodingclub.com", |
| 55 | + "logo": "https://codequest.srkrcodingclub.com/CLUB_LOGO_WITH_BLACK_BG-removebg-preview.webp", |
| 56 | + "description": "SRKR Coding Club offers daily coding challenges and programming competitions through CodeQuest platform", |
| 57 | + "address": { |
| 58 | + "@type": "PostalAddress", |
| 59 | + "streetAddress": "SRKR Engineering College", |
| 60 | + "addressLocality": "Bhimavaram", |
| 61 | + "addressRegion": "Andhra Pradesh", |
| 62 | + "postalCode": "534204", |
| 63 | + "addressCountry": "IN" |
| 64 | + }, |
| 65 | + "contactPoint": { |
| 66 | + "@type": "ContactPoint", |
| 67 | + "telephone": "+91-81217-02286", |
| 68 | + "contactType": "customer service", |
| 69 | + "email": "srkrcodingclubofficial@gmail.com" |
| 70 | + }, |
| 71 | + "sameAs": [ |
| 72 | + "https://www.linkedin.com/in/srkr-coding-club-549799293", |
| 73 | + "https://twitter.com/srkr_coding_club", |
| 74 | + "https://www.instagram.com/srkr_coding_club", |
| 75 | + "https://youtube.com/@srkrcodingclub" |
| 76 | + ] |
| 77 | + } |
| 78 | + </script> |
| 79 | + |
| 80 | + <!-- Structured Data - Website --> |
| 81 | + <script type="application/ld+json"> |
| 82 | + { |
| 83 | + "@context": "https://schema.org", |
| 84 | + "@type": "WebSite", |
| 85 | + "name": "CodeQuest", |
| 86 | + "alternateName": "SRKR Coding Club Platform", |
| 87 | + "url": "https://codequest.srkrcodingclub.com", |
| 88 | + "description": "Interactive coding challenge platform with daily problems, leaderboards, and competitive programming", |
| 89 | + "publisher": { |
| 90 | + "@type": "Organization", |
| 91 | + "name": "SRKR Coding Club" |
| 92 | + }, |
| 93 | + "potentialAction": { |
| 94 | + "@type": "SearchAction", |
| 95 | + "target": { |
| 96 | + "@type": "EntryPoint", |
| 97 | + "urlTemplate": "https://codequest.srkrcodingclub.com/challenges?search={search_term_string}" |
| 98 | + }, |
| 99 | + "query-input": "required name=search_term_string" |
| 100 | + } |
| 101 | + } |
| 102 | + </script> |
9 | 103 | </head> |
10 | 104 | <body> |
11 | 105 | <div id="root"></div> |
|
0 commit comments