Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions changelogs/DP-38024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Changed:
- description: Include help text in the Orphan Pages report to provide a disclaimer regarding data accuracy.
issue: DP-38024
2 changes: 1 addition & 1 deletion conf/drupal/config/views.view.report_orphaned_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4282,7 +4282,7 @@ display:
plugin_id: text
empty: true
content:
value: "<p>This report shows published pages that aren't linked from other published pages. News, events, and items that are in collections aren’t included in the report. The report is sorted by page views (descending). </p>\r\n\r\n<p>If you see items in this report, you should either unpublish the page if it is not needed or add a link to the page from another published page. Look at the parent page to see if that is where the orphan page should be linked, or if another parent page is more appropriate. </p>\r\n\r\n<p>If a page is redirected, in some cases it may show up on this report as an orphan even if it is linked from another page. On the orphan page, go to the Analytics tab and check the Audience statistics. If most of the traffic is from Mass.gov, check the top previous page URL to see if the orphan is linked on that page. </p>\r\n\r\n<p>Pages that are not linked can still be found by the public through search because published pages are in a sitemap that is made available to search engines. </p>"
value: "<p>This report shows published pages that aren't linked from other published pages. News, events, and items that are in collections aren’t included in the report. The report is sorted by page views (descending). </p>\r\n\r\n<p>If you see items in this report, you should either unpublish the page if it is not needed or add a link to the page from another published page. Look at the parent page to see if that is where the orphan page should be linked, or if another parent page is more appropriate. </p>\r\n\r\n<p>If a page is redirected, in some cases it may show up on this report as an orphan even if it is linked from another page. On the orphan page, go to the Analytics tab and check the Audience statistics. If most of the traffic is from Mass.gov, check the top previous page URL to see if the orphan is linked on that page. </p>\r\n\r\n<p>Pages that are not linked can still be found by the public through search because published pages are in a sitemap that is made available to search engines. </p>\r\n\r\n<p> <b>Note:</b> Orphan data can be inaccurate in rare cases. We regenerate this data approximately monthly to correct any data issues.</p>"
format: basic_html
tokenize: false
display_extenders:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ display:
plugin_id: text
empty: true
content:
value: "<p>This report shows published documents that aren't linked from other published pages. </p>\r\n\r\n<p>If you see documents in this report, you could either unpublish the document if it is not needed or add a link to the document from another published page. To verify that a document is not linked, you can search for the link in SiteImprove's link inventory, or look for a link in Google.</p>\r\n\r\n<p>Documents that are not linked but published can still be found by the public through search because published documents are in a sitemap that is made available to search engines. </p>"
value: "<p>This report shows published documents that aren't linked from other published pages. </p>\r\n\r\n<p>If you see documents in this report, you could either unpublish the document if it is not needed or add a link to the document from another published page. To verify that a document is not linked, you can search for the link in SiteImprove's link inventory, or look for a link in Google.</p>\r\n\r\n<p>Documents that are not linked but published can still be found by the public through search because published documents are in a sitemap that is made available to search engines. </p>\r\n\r\n<p> <b>Note:</b> Orphan data can be inaccurate in rare cases. We regenerate this data approximately monthly to correct any data issues.</p>"
format: basic_html
tokenize: false
footer: { }
Expand Down