Attribute: Website Content
BrandOperating Location
Plus
Description
The state of the website at a particular time.
We make a request to each website in our database at least every ninety days. Each website_content object represents what we learned on one of those requests.
Time Structure
This attribute has a historical dimension which is represented by the rank property:
- Rank = 0: Data from the most recent website request.
- Higher ranks (1, 2, etc.): Data from earlier website requests (higher ranks represent earlier requests)
This structure allows us to answer questions such as
- when did this website become unavailable and begin returning 404 errors?
- when did this website switch it's favicon (which may indicate a rebranding or acquisition)?
Data Fields
| Field Name | Label | Description | Data Type | Tier |
|---|---|---|---|---|
| faviconImage | Favicon Image | A binary representation of the website's favicon that was returned from the HTTP request. | String | Plus |
| faviconUrl | Favicon URL | The url from which the website's favicon was served. | String | Plus |
| firstObservedDate | First Observed Date | String | Plus | |
| httpStatusCode | HTTP Status Code | The HTTP status code returned by the request (e.g. 200, 404, etc.) | String | Plus |
| id | ID | UUID! | Plus | |
| lastObservedDate | Last Observed Date | String | Plus | |
| websiteAvailability | Website Availability | String | Plus |