Skip to content

Commit

Permalink
update www/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 8, 2025
1 parent dd0acef commit 5521561
Showing 1 changed file with 64 additions and 7 deletions.
71 changes: 64 additions & 7 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,77 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<!-- Títulos -->
<title>Cookie Clicker Brasil</title>

<meta name="theme-color" content="#FBF0C1">

<!-- Controle de indexação -->

Check warning on line 13 in www/index.html

View workflow job for this annotation

GitHub Actions / Check Spelling 📚

"Controle" should be "Control" or "Controlled" or "Controller" or "Controls".
<meta name="robots" content="index, follow">
<meta name="description" content="Cookie Clicker - Don't rely on ODD or EVEN, or HEADS or TAILS (trust me, i'm not your ex)">
<meta name="keywords" content="Cookie Clicker, Game, JavaScript, CSS, HTML, TypeScript, Java, Open Source, GitHub">
<meta name="author" content="Sebastian Jn <[email protected]>">
<meta property="og:site_name" content="Cookie Clicker">
<meta property="og:title" content="Cookie Clicker">
<meta property="og:description" content="Cookie Clicker - Don't rely on ODD or EVEN, or HEADS or TAILS (trust me, i'm not your ex)">
<meta property="og:image" content="https://i.imgur.com/EOzKknx.webp">

<!-- Descrição e palavras-chave em português -->
<meta name="description" content="Cookie Clicker Brasil - Jogo viciante onde você precisa clicar para ganhar cookies. Não confie em ímpar ou par, ou cara ou coroa!" />
<meta name="keywords" content="Cookie Clicker, Jogo de clicar, cookies, jogo viciante, jogo de navegador, clicar para ganhar, jogos online, JavaScript, CSS, HTML, TypeScript, Open Source, GitHub" />

<!-- Descrição e palavras-chave em inglês -->
<meta name="description" lang="en" content="Cookie Clicker Brazil - Addictive game where you need to click to earn cookies. Don’t rely on ODD or EVEN, or HEADS or TAILS!" />
<meta name="keywords" lang="en" content="Cookie Clicker, Click game, cookies, addictive game, browser game, click to win, online games, JavaScript, CSS, HTML, TypeScript, Open Source, GitHub" />

<!-- Descrição e palavras-chave em espanhol -->
<meta name="description" lang="es" content="Cookie Clicker Brasil - Juego adictivo donde necesitas hacer clic para ganar galletas. ¡No confíes en IMPAR o PAR, ni en CARA o CRUZ!" />
<meta name="keywords" lang="es" content="Cookie Clicker, Juego de clic, galletas, juego adictivo, juego de navegador, hacer clic para ganar, juegos en línea, JavaScript, CSS, HTML, TypeScript, Open Source, GitHub" />

<!-- SEO Multilíngue com hreflang -->
<link rel="alternate" hreflang="pt-br" href="https://cookie-clicker-brasil.vercel.app" />
<link rel="alternate" hreflang="en" href="https://cookie-clicker-brasil.vercel.app" />
<link rel="alternate" hreflang="es" href="https://cookie-clicker-brasil.vercel.app" />

<!-- Open Graph Metadata (melhorado para cada idioma) -->

<!-- Português -->
<meta property="og:site_name" content="Cookie Clicker Brasil">
<meta property="og:title" content="Cookie Clicker Brasil">
<meta property="og:description" content="Cookie Clicker Brasil - Jogo viciante onde você precisa clicar para ganhar cookies. Não confie em ímpar ou par, ou cara ou coroa!">
<meta property="og:image" content="https://i.imgur.com/EOzKknx.webp"> <!-- Imagem otimizada para social media -->
<meta property="og:url" content="https://cookie-clicker-brasil.vercel.app">
<meta property="og:locale" content="pt_BR">
<meta property="og:type" content="website">

<!-- Inglês -->
<meta property="og:title" lang="en" content="Cookie Clicker Brazil - Addictive Game of Clicking to Earn Cookies">
<meta property="og:description" lang="en" content="Cookie Clicker Brazil - Addictive game where you need to click to earn cookies. Don’t rely on ODD or EVEN, or HEADS or TAILS!">
<meta property="og:image" lang="en" content="https://i.imgur.com/EOzKknx.webp">
<meta property="og:url" lang="en" content="https://cookie-clicker-brasil.vercel.app">
<meta property="og:locale" lang="en" content="en_US">
<meta property="og:type" lang="en" content="website">

<!-- Espanhol -->
<meta property="og:title" lang="es" content="Cookie Clicker Brasil - Juego Adictivo de Hacer Clic para Ganar Galletas">
<meta property="og:description" lang="es" content="Cookie Clicker Brasil - Juego adictivo donde necesitas hacer clic para ganar galletas. ¡No confíes en IMPAR o PAR, ni en CARA o CRUZ!">
<meta property="og:image" lang="es" content="https://i.imgur.com/EOzKknx.webp">
<meta property="og:url" lang="es" content="https://cookie-clicker-brasil.vercel.app">
<meta property="og:locale" lang="es" content="es_ES">
<meta property="og:type" lang="es" content="website">

<!-- Dados Estruturados (Schema.org) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Cookie Clicker Brasil",
"url": "https://cookie-clicker-brasil.vercel.app",
"description": "Cookie Clicker Brasil - Jogo viciante onde você precisa clicar para ganhar cookies. Não confie em ímpar ou par, ou cara ou coroa!",
"publisher": {
"@type": "Organization",
"name": "Cookie Clicker Brasil"
}
}
</script>

<!-- Link Canonical -->
<link rel="canonical" href="https://cookie-clicker-brasil.vercel.app">

<link rel="apple-touch-icon" href="https://i.imgur.com/EOzKknx.webp" />
<link rel="shortcut icon" href="https://i.imgur.com/EOzKknx.webp" type="image/webp">
<link rel="stylesheet" href="./src/styles/css/ui.css">
Expand Down

0 comments on commit 5521561

Please sign in to comment.