PageDateAttribute

A list of attributes (on elements listed by PageDateSelector) that contain the date associated with the Web page.

NOTE: Unless you set PageDateSelector, this parameter is ignored.

The connector searches for a date in the specified attributes before it searches the element content. The connector uses the first date that it finds.

The date must be in one of the formats specified by the DateFormats parameter.

Type: String (list)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:

PageDateSelector0=meta[name=date]
PageDateAttribute0=content

In this example, the connector searches for a date in the content attribute of a meta element with the attribute name being equal to date, for example:

<meta name="date" content="2015-06-27" />
See Also: PageDateSelector