blob: bb2c9e7287c18dc0d9804010de01ef62bbcf410f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
---
title: Identificável
slug: conflicting/Web/Progressive_web_apps
tags:
- Aplicações
- Aplicações da Web modernas
- Aplicações da Web progressivas
- Manifesto
- identificável
- manifesto da Web
translation_of: Web/Progressive_web_apps
translation_of_original: Web/Progressive_web_apps/Discoverable
original_slug: Web/Progressive_web_apps/Identificavel
---
<div class="column-container summary">
<div class="column-11">As soon as you publish a new web app, you want the world to know about it. Search engines do ok, but often more control is desired over how your apps are exposed in search results. The new W3C Manifest for a web application can help with this, along with other available features.</div>
<div class="column-1"><img alt="" src="https://mdn.mozillademos.org/files/12654/discoverable.svg" style="height: 43px; width: 34px;"></div>
</div>
<p>Objetivos eventuais para as aplicações da Web :</p>
<ul>
<li>To have better representation in search engines</li>
<li>To be easier to expose, catalog and rank</li>
<li>To have metadata useable by browsers to give them special capabilities</li>
</ul>
<h2 id="Guias_principais">Guias principais</h2>
<p>None written as yet; contributions appreciated.</p>
<h2 id="Tecnologias">Tecnologias</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Tecnologia</th>
<th scope="col">Descrição</th>
<th scope="col">Resumo de suporte</th>
<th scope="col">Especificações mais recentes</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/en-US/docs/Web/Manifest">Web app manifest</a></td>
<td>Defines features of an app such as name, icon, splash screen, and theme colors, for use in contexts such as app listings and device home screens.</td>
<td>Experimental, Supported in Chrome, limited support in Firefox (<a href="/en-US/docs/Web/Manifest#Browser_compatibility">more detail</a>)</td>
<td>{{SpecName('Manifest')}}</td>
</tr>
</tbody>
</table>
<h2 id="Ferramentas">Ferramentas</h2>
<p>Add links to useful tools/libraries.</p>
<h2 id="Consulte_também">Consulte também</h2>
<dl>
<dt><a href="http://ogp.me/">Open Graph</a></dt>
<dd>A <em>defacto</em> standard providing a format for specifying similar metadata in the HTML <code><head></code> using meta tags. Supported by Facebook and other properties.</dd>
</dl>
|