What is SEO?
Website Optimization is the set of strategies with the objective of enhancing and improving the positioning of a website on the natural results pages on search engines generating conversions, whether they are a lead, a purchase, a form submission, appointment scheduling and others.
Important tags:
Description
Keywords that will be used for the search.Description tag example
x
<meta name="description" content="Stray Mariner é um jogo estilo jump "n" run. Aventura de um Jovem pirata.">
Keywords
Page description.It is important that the keywords also appear in the visible content of the page.
Keywords tag example
x
<meta name="keywords" content="retro, game, jogos, ferramentas, javascript, mariner, pirata">
Canonical
Important if different versions of your page are displayed on the Internet.Canonical tag example
x
<link rel="canonical" href="http://vvcestudio.com.br/en/play/straymariner/">
Alternate:
If you have a version for other languages.Alternate tag example
x
<link rel="alternate" hreflang="en-US" href="http://vvcestudio.com.br/en/play/straymariner/">
Tags for sharing:
Define how your link will appear when shared.
Tags for sharing example
x
<meta property="og:title" content="imperiomedieval">
<meta property="og:description" content="Game de estrategia de conquista de territorio">
<meta property="og:image" content="https://vvcestudio.com.br/public/assetsv5/img/game/imperiomedieval.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="imperiomedieval">
<meta name="twitter:description" content="Game de estrategia de conquista de territorio">
<meta name="twitter:image" content="https://vvcestudio.com.br/public/assetsv5/img/game/imperiomedieval.jpg">
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="107x122"></link>
<meta property="og:description" content="Game de estrategia de conquista de territorio">
<meta property="og:image" content="https://vvcestudio.com.br/public/assetsv5/img/game/imperiomedieval.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="imperiomedieval">
<meta name="twitter:description" content="Game de estrategia de conquista de territorio">
<meta name="twitter:image" content="https://vvcestudio.com.br/public/assetsv5/img/game/imperiomedieval.jpg">
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="107x122"></link>
Tip: Use HTML Semântico in your code..
