Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Meta Tags Improved
Browse files Browse the repository at this point in the history
  • Loading branch information
TechShreyash committed Dec 21, 2022
1 parent d0a0ff5 commit 98d76f7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 952 deletions.
938 changes: 0 additions & 938 deletions templates/a.html

This file was deleted.

2 changes: 1 addition & 1 deletion templates/anime.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description"
content="Watch {{ title }} free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
<meta name="keywords"
content="anime dex, hindi dub, hindi sub, english dub, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, animefreak, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animefrenzy, animekisa">
content="{{ title }},animedex, anime dex, hindi dub, hindi sub, english dub, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, animefreak, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animefrenzy, animekisa">
<meta name="charset" content="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="robots" content="index, follow">
Expand Down
16 changes: 8 additions & 8 deletions templates/episode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
<head>
<title>Watch Episode {{ title }} - {{ heading }} - AnimeDex</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="title" content="Watch Episode 2 - AnimeDex">
<meta name="title" content="Watch Episode {{ title }} - {{ heading }} - AnimeDex">
<meta name="description"
content="Watch Episode 2 free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
content="Watch Episode {{ title }} - {{ heading }} - AnimeDex free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
<meta name="keywords"
content="anime dex, hindi dub, hindi sub, english dub, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, animefreak, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animefrenzy, animekisa">
content="{{ title }}, anime dex, hindi dub, hindi sub, english dub, watch anime online, free anime, anime stream, anime hd, english sub, kissanime, gogoanime, animeultima, 9anime, 123animes, animefreak, vidstreaming, gogo-stream, animekisa, zoro.to, gogoanime.run, animefrenzy, animekisa">
<meta name="charset" content="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Language" content="en">
<meta property="og:title" content="Watch Episode 2 - AnimeDex">
<meta property="og:title" content="Watch Episode {{ title }} - {{ heading }} - AnimeDex">
<meta property="og:description"
content="Watch Episode 2 free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
content="Watch Episode {{ title }} - {{ heading }} - AnimeDex free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AnimeDex">
<meta property="og:url" content="http://animedex.live/">
<meta property="og:url" content="https://animedex.live/">
<meta itemprop="image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image:secure_url"
content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image:width" content="650">
<meta property="og:image:height" content="350">
<meta property="twitter:title" content="Watch Episode 2 - AnimeDex">
<meta property="twitter:title" content="Watch Episode {{ title }} - {{ heading }} - AnimeDex">
<meta property="twitter:description"
content="Watch Episode 2 free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
content="Watch Episode {{ title }} - {{ heading }} - AnimeDex free anime online and it's latest episodes on AnimeDex. We provide free anime online experience without ads, signing up or downloading.">
<meta property="twitter:url" content="/anime/">
<meta property="twitter:card" content="summary">
<meta name="apple-mobile-web-app-status-bar" content="#202125">
Expand Down
5 changes: 2 additions & 3 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AnimeDex">
<meta property="og:url" content="http://animedex.live/">
<meta property="og:url" content="https://animedex.live/">
<meta itemprop="image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image:secure_url"
Expand All @@ -42,8 +42,7 @@
<body>
<header id="head-div">
<div id="title1">
<a href="/"><img src="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/header.png"
alt="AnimeDex"></a>
alt="AnimeDex"></a>
</div>
<div id="search-div">
<form action="/search" method='GET'>
Expand Down
2 changes: 1 addition & 1 deletion templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AnimeDex">
<meta property="og:url" content="http://animedex.live/">
<meta property="og:url" content="https://animedex.live/">
<meta itemprop="image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/home.png">
<meta property="og:image:secure_url"
Expand Down
2 changes: 1 addition & 1 deletion templates/vid.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
description: "You're Watching",
file: "{{ m3u8 }}",
label: "hls P",
image: "https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/cover.jpg",
image: "https://cdn.jsdelivr.net/gh/TechShreyash/AnimeDex@main/static/img/cover.jpg",
TRACKS
autostart: false,
abouttext: "AnimeDex",
Expand Down

1 comment on commit 98d76f7

@vercel
Copy link

@vercel vercel bot commented on 98d76f7 Dec 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anime-dex – ./

anime-dex-git-main-techshreyash.vercel.app
anime-dex-techshreyash.vercel.app
anime-dex2.vercel.app

Please sign in to comment.