-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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> |
Valeu @fititnt! |
<time datetime="2005-04-14T00:00:00+00:00" itemprop="datePublished">
14 de Abril de 2005
</time> No Google: http://historia.pt.webiwg.org/w3c/w3c10/linha-do-tempo-aniversario-10-anos-w3c.html |
Isso é bem da hora!!!! |
@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. |
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. |
Rapaz, pode tacar pau em abrir issues lá! Ele aceita ajuda. |
Structured data is very usefull!
Add the Blog posting Schema on all partials of project.
The text was updated successfully, but these errors were encountered: