Git Product home page Git Product logo

gustavoquinalha / seotopper Goto Github PK

View Code? Open in Web Editor NEW
222.0 9.0 44.0 2.78 MB

Preview and generate meta tags - Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines.

Home Page: https://seotopper.netlify.app/

CSS 6.72% HTML 49.76% JavaScript 43.52%
html css seo seotools seo-optimization angular js metatags

seotopper's Introduction

Seotopper

Generator of SEO more TOP of the moment, with meta tags of facebook, twitter, google + among others. [Check out] (https://gustavoquinalha.github.io/seotopper)

News

JSON-LD - structured data markup Google Search

Meta-tags

  • title
  • description
  • author
  • base
  • canonical
  • sitemap
  • robots
  • googlebot
  • theme-color
  • msapplication-navbutton-color
  • apple-mobile-web-app-status-bar-style
  • name
  • description
  • image
  • og:type
  • og:title
  • og:url
  • og:site_name
  • og:image
  • og:description
  • og:locale
  • fb:app_id
  • fb:admins
  • twitter:card
  • twitter:title
  • twitter:description
  • twitter:creator
  • twitter:image
  • application/ld+json

v0.5

<title>Título da minha página</title>
<meta name="description" content="Descrição da minha página"/>
<meta name="author" content="Autor da minha página"/>
<link rel="base" href="http://meusite.com.br"/>
<link rel="canonical" href="http://meusite.com.br"/>
<meta rel="sitemap" type="application/xml" content="http://meusite.com.br/sitemap.xml"/>
<meta name="robots" content="index/follow"/>
<meta name="googlebot" content="index/follow"/>
<meta name="theme-color" content="#FF4455"/>
<meta name="msapplication-navbutton-color" content="#FF4455"/>
<meta name="apple-mobile-web-app-status-bar-style" content="#FF4455"/>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Título da minha página"/>
<meta itemprop="description" content="Descrição da minha página"/>
<meta itemprop="image" content="http://meusite.com.br/image.png"/>
<!-- markup for facebook -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Título da minha página"/>
<meta property="og:url" content="http://meusite.com.br"/>
<meta property="og:site_name" content="Exemplo"/>
<meta property="og:image" content="http://meusite.com.br/image.png"/>
<meta property="og:description" content="Descrição da minha página"/>
<meta property="og:locale" content="pt_BR"/>
<meta property="fb:app_id" content="5349"/>
<meta property="fb:admins" content="123456789"/>
<!-- markup for twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Título da minha página"/>
<meta name="twitter:description" content="Descrição da minha página"/>
<meta name="twitter:creator" content="Autor da minha página"/>
<meta name="twitter:image" content="http://meusite.com.br/image.png"/>
<!-- JSON-LD - structured data markup Google Search -->
<script type="application/ld+json"/>
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "name": "Exemplo",
  "alternateName": "Descrição da minha página",
  "url": "http://meusite.com.br"
}
</script/>

v0.1

<title>Título da minha página</title>
<meta name="description" content="Descrição da minha página"/>
<meta name="author" content="Autor da minha página"/>
<link rel="base" href="http://meusite.com.br"/>
<link rel="canonical" href="http://meusite.com.br"/>
<meta rel="sitemap" type="application/xml" content="http://meusite.com.br/sitemap.xml"/>
<meta name="robots" content="index/follow"/>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Título da minha página"/>
<meta itemprop="description" content="Descrição da minha página"/>
<meta itemprop="image" content="http://meusite.com.br/image.png"/>
<!-- markup for facebook -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="Título da minha página"/>
<meta property="og:url" content="http://meusite.com.br"/>
<meta property="og:site_name" content="Exemplo"/>
<meta property="og:image" content="http://meusite.com.br/image.png"/>
<meta property="og:description" content="Descrição da minha página"/>
<meta property="og:locale" content="pt_BR"/>
<meta property="fb:app_id" content="5349"/>
<meta property="fb:admins" content="123456789"/>
<!-- markup for twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Título da minha página"/>
<meta name="twitter:description" content="Descrição da minha página"/>
<meta name="twitter:creator" content="Autor da minha página"/>
<meta name="twitter:image" content="http://meusite.com.br/image.png"/>

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

seotopper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seotopper's Issues

Comunicação

Tem algum canal no slack ou coisa parecida do projeto, onde possamos discutir ideias e o futuro do seotopper?

Criar cli

Seria bem legal se fosse criada uma cli para o projeto, talvez usar o Inquirer.js para faz a cli interativa.

Caso de estudo

Eu estava vendo a galera que deu star no projeto, e percebi que a maioria está começando agora(cheguei nessa conclusão pq a maioria tem pouco commit ou quase nada). Acho que seria muito válido um form de feedback para realmente saber se está ajudando, e explicar cada linha.
Para isso pensei em fazer um bot, por exemplo:

-BOT:
-Title é a tag que define o titulo da pagina, aquela que fica na aba.
-Qual o titulo do seu site?
USER:-
Teste-

então no final,
-BOT:
.....

<title>Teste</title> .....

Not clear what robots field does

Hi,

I'm having trouble understanding the robots field. A little description of what each value does would be really nice.

Screen Shot 2020-11-24 at 18 22 06

Let me know if I can help by e.g. sending a PR.

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.