web-pages: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Replacing page with 'This page was moved see here web-page.')
 
Line 1: Line 1:
<entry-title>web-pages</entry-title>
This page was moved see here [[web-page]].
__TOC__
== Specification 2009-08-14 ==
 
=== Author ===
* Luís Nóbrega (nobrega.luis@gmail.com)
 
=== Copyright ===
{{MicroFormatPublicDomainContributionStatement}}
 
=== Patents ===
{{MicroFormatPatentStatement}}
 
== Introduction ==
<div class="entry-summary">
 
<p>The purpose of this document is to standardize the way a web page should be identified across different softwares, platforms or purposes.</p>
 
<p>Please if you think you can contribute to this feel free to.</p>
</div>
 
== Problem statement ==
 
<p>The variety of web pages is gigantic nowadays.</p>
 
<p>The trends show that they will not stop to grow. That growth shows that they will influence our lives gradually.</p>
 
<p>We use web pages to several purposes because they are embracing and because they are different in some aspects. But in others they are not.</p>
 
<p>Why we should fill fields in Delicious or Endnote or Connotea or Citeulike if it's the same page?</p>
 
<p>Why we have to develop a separate file like sitemap.xml to improve Google's indexing?</p>
 
<p>I think we should not.</p>
 
<p>If there was an open standard to normalize the way a web page should be identified maybe from the browser we could directly do a enormous quantity of things simplier.</p>
 
== Possible uses ==
 
* Bookmark from browser directly to bookmarking services like Delicious and others without extensions or plugins;
* Create references directly in a reference management software web-based or not like Endnote, Citeulike or Connotea automatically from the browser;
* Webmasters could define the way search engines should index their web pages easily.
 
== A prescriptive proposal ==
 
* Required (by alphabetical order)
** Author (1)
** Keywords (1)
** Publisher (1)
** Title (1)
** To be indexed (2)
** URL (1)
** Year (1)
 
* Recommended/optional (by alphabetical order)
** Abstract (1)
** Acession number (1)
** City (1)
** Contents (1)
** Database Provider (1)
** Description (1)
** DOI (1)
** Edition (1)
** Thumb Image (3)
** Medium Image (3)
** Large Image (3)
** Language (1)
** Last Update Date (1)
** Name of Database (1)
** Notes (1)
** Research Notes (1)
** Series Editor (1)
** Series Title (1)
** Type of Medium (1)
** Priority in this domain (4)
 
<p>(1) Inspired in Endnote.</p>
<p>(2) A boolean value allowing or not indexing by search engines.</p>
<p>(3) Defines the URL to images that represent the web page. Those could appear in the search results of search engines and other web content providers.</p>
<p>(4) Defines the priority of a page in the same domain. Proposed by Google (see https://www.google.com/webmasters/tools/docs/en/protocol.html (*)) and his purpose was to order results between URLs from the same web site.</p>
 
<p>(*) This information was collected here, but recently the page disappear and Google doesn't says why. Anyone knows why please?</p>
 
== Possible Mark-up ==
 
<pre><nowiki>
<div class="hWebPage">
      <h3 class="webpage-title">Dummy title</h3>
...
</div>
</nowiki></pre>

Latest revision as of 09:38, 16 August 2009

This page was moved see here web-page.