Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agregar Meta tags para SEO #112

Open
arendondiosa opened this issue Oct 9, 2018 · 0 comments
Open

Agregar Meta tags para SEO #112

arendondiosa opened this issue Oct 9, 2018 · 0 comments
Assignees

Comments

@arendondiosa
Copy link
Contributor

arendondiosa commented Oct 9, 2018

Ejemplo de PyCon CO Web:

<meta name="description" content="PyCon Colombia 2019 will be the third national conference for users and developers of the Python programming language. This year it will be in February.">

  <meta property="og:site_name" content="PyCon Colombia" />
  <meta property="og:title" content="PyCon Colombia | February 2019 | Colombia" />
  <meta property="og:description" content="PyCon Colombia 2019 will be the third national conference for users and developers of the Python programming language. This year it will be in February"
  />
  <meta property="og:image" content="{{ base_url }}static/images/opimage.jpg">
  <meta property="og:url" content="https://www.pycon.co/">
  <meta property="og:type" content="website" />

  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:site" content="@pyconcolombia">
  <meta name="twitter:creator" content="@soyelhijo">
  <meta name="twitter:title" content="PyCon Colombia | February 2019 | Colombia">
  <meta name="twitter:description" content="PyCon Colombia 2019 will be the third national conference for users and developers of the Python programming language. This year it will be in February">
  <meta name="twitter:image" content="{{ base_url }}static/images/opimage.jpg">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants