Links
- A link is removed in case it was inactive in all Audit tools within 30 days.
Object structure: "Link"
| Field | Type | Description |
| Main | ||
|---|---|---|
| id | int | Link ID |
| url | string | Link URL |
| project_id | int | Project ID |
| sitemap | enum(-1, 0, 1, 2) |
Activity flag in Sitemap module Description of values:
|
| audit | enum(-1, 0, 1, 2) |
Activity flag in the Audit module Description of values see in sitemap. |
| watcher | enum(-1, 0, 1, 2) |
Activity flag in Website Watcher Description of values see in sitemap. |
| indexing | enum(-1, 0, 1, 2) |
Activity flag in Index Checker Description of values see in sitemap. |
| tags | set(from 1 to 10) | Color tag order number |
| Index checker results | ||
| indexing_data | boolean |
A flag that shows the link's index status is a compound field. Field qualifiers:
Description of values:
|
| indexing_alert | boolean |
A flag that shows if the link index status was changed is a compound field. Field qualifiers match qualifiers of indexing_data. Description of values:
|
| Website Watcher results | ||
| watcher_title | string |
Page title is a compound field. Field qualifiers:
|
| watcher_title_changed | boolean |
A flag that indicates changes of a page title compared to the previous Watcher report is a compound field. Field qualifiers match watcher_title_data qualifiers. Description of values:
|
| watcher_description | string |
Page description is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_description_changed | boolean |
A flag that shows changes of a page description compared to the previous report is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_h1 | string |
A page H1 is, |
| watcher_h1_changed | boolean |
A flag that shows changes of a page H1 compared to the previous report is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_content | string |
Page content is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_content_changed | boolean |
A flag that shows page content changes compared to the previous report is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_http_codes_data | array |
A page response HTTP code that includes redirects details is a compound field. Field qualifiers match watcher_title_data qualifiers. |
| watcher_http_codes_changed | boolean |
A flag that shows a page HTTP response code compared to the previous report is a compound field. Field qualifiers match watcher_title_data qualifiers. |
Available methods to manage links:
- get — get a list of links added to the project
- add — add a link
- add: import — import a list of links
- edit — make a link active or inactive
- edit: tags — edit a color tag applied to a link