borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Put adequate text that describes the page on the description meta-tag on Home Page #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The description meta-tag is very important because it is used by social 
networks such as Facebook to automatically generate snippets for shared URLs.

On Arquivo.pt and Archive.pt the meta tag description is:
<meta name="Description" content="This is a sample inforrmative page for the 
Portuguese Web Archive. Text in this page are placeholders." />

It should be:

- On Arquivo.pt (PT):
<meta name="Description" content="O Arquivo da Web Portuguesa é um serviço 
sem fins lucrativos que preserva informação publicada na Web de interesse 
para a comunidade portuguesa. Em Arquivo.pt pode pesquisar informação 
arquivada desde 1996." />

- On Archive.pt (EN)
<meta name="Description" content="The Portuguese Web Archive is a non profit 
service that mainly preserves information published online related to the 
Portuguese community. However, it also includes international sites. At 
Archive.pt anyone can search for information published since 1996." />

Also verify the meta-tags on other pages.

Original issue reported on code.google.com by danielco...@gmail.com on 4 Sep 2014 at 5:50