diff --git a/index.html b/index.html index 193f7e6..440f88b 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,22 @@
+ + + + + + + + + + + + { "@context": "https://schema.org", - "@type": "VideoObject", - "name": "JustAnime - Watch Anime Free", + "@type": "WebSite", + "name": "JustAnime", + "alternateName": ["JustAnime.to", "Just Anime"], + "url": "https://justanime.to", "description": "JustAnime offers free streaming of English-subbed and dubbed anime series and movies. No account needed and no ads!", - "thumbnailUrl": "https://github.com/tejaspanchall/JustAnime/blob/main/public/home.PNG", - "uploadDate": "2024-11-08", - "contentUrl": "https://justanime.to", - "duration": "PT30M", - "interactionStatistic": { - "@type": "InteractionCounter", - "interactionType": { "@type": "WatchAction" }, - "userInteractionCount": 50000 - }, - "author": { - "@type": "Individual", - "name": "itzzzme", - "url": "https://justanime.to" + "potentialAction": { + "@type": "SearchAction", + "target": { + "@type": "EntryPoint", + "urlTemplate": "https://justanime.to/search?keyword={search_term_string}" + }, + "query-input": "required name=search_term_string" }, "publisher": { - "@type": "Individual", - "name": "itzzzme", + "@type": "Organization", + "name": "JustAnime", + "url": "https://justanime.to", "logo": { "@type": "ImageObject", - "url": "https://github.com/tejaspanchall/JustAnime/blob/main/public/logo.png" + "url": "https://justanime.to/logo.png", + "width": 512, + "height": 512 + }, + "contactPoint": { + "@type": "ContactPoint", + "email": "justanimexyz@gmail.com", + "contactType": "customer service" } - }, - "potentialAction": { - "@type": "WatchAction", - "target": "https://justanime.to" } } + + + + + + + - - +