Skip to content

Commit 2cfd036

Browse files
committed
Add SEO crawlable links to homepage
1 parent e18da66 commit 2cfd036

1 file changed

Lines changed: 28 additions & 19 deletions

File tree

index.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,28 +2213,28 @@ <h2 id="other" style="cursor: pointer">Timeless Classics: Trending Classic Movie
22132213
<i class="fas fa-ellipsis-h"></i><br />
22142214
<span>Menu</span>
22152215
</button>
2216-
<footer style="margin-top: 40px">
2217-
<p id="footer">© <span id="year"></span> The MovieVerse. All rights reserved.</p>
2218-
<p>
2219-
Learn more
2220-
<a href="MovieVerse-Frontend/html/about.html" id="githubLink10">about The MovieVerse</a>, its
2221-
<a href="MovieVerse-Frontend/html/blogs.html" id="githubLink10">blogs</a>, and
2222-
<a href="MovieVerse-Frontend/html/notifications.html" id="githubLink8">what we offer.</a>
2223-
</p>
2224-
<p style="font-size: 0.1px">
2225-
View our demos at:
2226-
<a href="MovieVerse-Frontend/html/inception.html" id="githubLink11">Inception</a>,
2227-
<a href="MovieVerse-Frontend/html/christopher-nolan.html" id="githubLink16">Christopher Nolan</a>,
2228-
<a href="MovieVerse-Frontend/html/leonardo-dicaprio.html" id="githubLink9">Leonardo DiCaprio</a>, use our
2229-
<a href="MovieVerse-Frontend/html/chat.html" id="githubLink14">chat application</a>, or explore the
2230-
<a href="MovieVerse-Frontend/html/user-profile.html" id="githubLink5">profile feature</a>!
2231-
</p>
2216+
<footer>
2217+
<a href="../../index.html" style="cursor: pointer; text-decoration: none">
2218+
<p id="footer" style="cursor: pointer; text-decoration: none">© <span id="year"></span> The MovieVerse. All rights reserved.</p>
2219+
</a>
2220+
<nav class="seo-crawl-links" aria-label="SEO crawl links">
2221+
<a href="MovieVerse-Frontend/html/about.html">About</a>
2222+
<a href="MovieVerse-Frontend/html/search.html">Search</a>
2223+
<a href="MovieVerse-Frontend/html/movie-details.html">Movie Details</a>
2224+
<a href="MovieVerse-Frontend/html/tv-details.html">TV Details</a>
2225+
<a href="MovieVerse-Frontend/html/actor-details.html">Actor Details</a>
2226+
<a href="MovieVerse-Frontend/html/director-details.html">Director Details</a>
2227+
<a href="MovieVerse-Frontend/html/company-details.html">Company Details</a>
2228+
<a href="MovieVerse-Frontend/html/blogs.html">Blogs</a>
2229+
<a href="MovieVerse-Frontend/html/games.html">Games</a>
2230+
<a href="MovieVerse-Frontend/html/trivia.html">Trivia</a>
2231+
<a href="MovieVerse-Frontend/html/support.html">Support</a>
2232+
<a href="MovieVerse-Frontend/html/privacy-policy.html">Privacy Policy</a>
2233+
<a href="MovieVerse-Frontend/html/terms-of-service.html">Terms of Service</a>
2234+
</nav>
22322235
</footer>
22332236
<script>
2234-
// Get the current year
22352237
const currentYear = new Date().getFullYear();
2236-
2237-
// Update the year in the footer
22382238
document.getElementById('year').textContent = currentYear;
22392239
</script>
22402240
<div id="google_translate_element"></div>
@@ -2765,6 +2765,15 @@ <h2 id="other" style="cursor: pointer">Timeless Classics: Trending Classic Movie
27652765
</body>
27662766

27672767
<style>
2768+
.seo-crawl-links {
2769+
position: absolute;
2770+
left: -9999px;
2771+
top: auto;
2772+
width: 1px;
2773+
height: 1px;
2774+
overflow: hidden;
2775+
white-space: nowrap;
2776+
}
27682777
#githubLink {
27692778
color: white !important;
27702779
}

0 commit comments

Comments
 (0)