Sdílet prostřednictvím


WebPage Class

public class WebPage extends CreativeWork

Defines a webpage that is relevant to the query.

Method Summary

Modifier and Type Method and Description
String dateLastCrawled()

Get the dateLastCrawled value.

List<WebPage> deepLinks()

Get the deepLinks value.

String displayUrl()

Get the displayUrl value.

List<WebMetaTag> searchTags()

Get the searchTags value.

String snippet()

Get the snippet value.

Inherited Members

Method Details

dateLastCrawled

public String dateLastCrawled()

Get the dateLastCrawled value.

Returns:

the dateLastCrawled value

deepLinks

public List deepLinks()

Get the deepLinks value.

Returns:

the deepLinks value

displayUrl

public String displayUrl()

Get the displayUrl value.

Returns:

the displayUrl value

searchTags

public List searchTags()

Get the searchTags value.

Returns:

the searchTags value

snippet

public String snippet()

Get the snippet value.

Returns:

the snippet value

Applies to