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

Add structured data #2

Open
woliveiras opened this issue Sep 3, 2016 · 7 comments
Open

Add structured data #2

woliveiras opened this issue Sep 3, 2016 · 7 comments

Comments

@woliveiras
Copy link
Owner

Structured data is very usefull!

Add the Blog posting Schema on all partials of project.

@fititnt
Copy link

fititnt commented Sep 10, 2016

Opa. Aqui tem uma base https://github.com/webiwg/acessibilidade-web-pt/blob/master/_layouts/post.html

---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

  <header class="post-header">
    <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
    <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
  </header>

  <div class="post-content" itemprop="articleBody">
    {{ content }}
  </div>

  {% if site.disqus.shortname %}
    {% include disqus_comments.html %}
  {% endif %}
</article>

@woliveiras
Copy link
Owner Author

Valeu @fititnt!

@fititnt
Copy link

fititnt commented Sep 10, 2016

<time datetime="2005-04-14T00:00:00+00:00" itemprop="datePublished">
  14 de Abril de 2005
</time>

No Google:

site webiwg org pesquisa google

http://historia.pt.webiwg.org/w3c/w3c10/linha-do-tempo-aniversario-10-anos-w3c.html

@woliveiras
Copy link
Owner Author

Isso é bem da hora!!!!

@woliveiras
Copy link
Owner Author

@fititnt, acho que é mais interessante deixar o projeto sem dados estruturados, pois deixa ele livre a qualquer implementação.

Ex.: http://wendelladriel.github.io/

Assim o Dunders não fica preso a estrutura de Blog.

@fititnt
Copy link

fititnt commented Sep 29, 2016

Olha, até o minima, que vem por padrão com o Jekyll e tem praticamente nada, tem dados estruturados.

off: o site que passou não está otimizado pra desktop nem para leitores de tela. No desktop, as fontes são tão grandes em resolução 1920 que fica complicado enxergar. E o form não tem rotulagem, que pode ser vista em detalhes em http://acessibilidade.pt.webiwg.org/webaim/tecnicas/formularios/.

Se o dono desse repositório ali quiser, eu abro issues lá e reporto esse tipo de coisa.

@woliveiras
Copy link
Owner Author

Rapaz, pode tacar pau em abrir issues lá!

Ele aceita ajuda.

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