On pages with changed Page Layout, after upgrade to Confluence 7, trackbackRdf text is visible.
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
On pages with changed Content Layout > Page Layout, after upgrade to Confluence 7, trackbackRdf text is visible.
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
Environment
Confluence 7
Diagnosis
In the Page Layout we can see the line:
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
The same text is also visible in the View of any page from this Space.
Cause
Starting from version 7 on Confluence trackback function is deprecated and removed - CONFSERVER-57611 - Plans to remove trackback and referrers.
Pages that use default Page Layout will not be affected as the upgrade process will remove the line, but custom Page Layout pages are affected as the upgrade process can not remove it from the template.
Solution
Remove the line from Content Layout > Page Layout.
The list of all affected spaces can be found by using this query:
select spacekey from decorator where decoratorname='decorators/page.vmd';