Deep Linking

In the context of the World Wide Web. deep linking is the use of a hyperlink that links to a specific. generally searchable or indexed. piece of web content on a website (e.g. ‘http://example.com/path/page’). rather than the website’s home page(e.g. ‘http://example.com’). The URL contains all the information needed to point to a particular item.

TIP

万维网语境下,深度链接是指连接到一个特定、可搜索、可索引的网络局部内容,比如 http://example.com/path/page 而不是网站根目录本身 “。具体 URL 包含指向它的全部信息。

NOTE

它是超链接的一种

URL Scheme 的语境下,Deep Linking 的表现如下所示:

http://example.com/path/page
<!-- Deep Linking -->
tg://resolve?domain=<name>
<!-- Mobile Deep Linking
	 Directly linking to in-app content using a non-HTTP URI -->