Solved
Adding Canonical URL to PDFs
We are using AEMaaCS. We have an requirement to add canonical URL to PDFs. Please suggest me how to add it through dispatcher configuration.
We are using AEMaaCS. We have an requirement to add canonical URL to PDFs. Please suggest me how to add it through dispatcher configuration.
you can write a rewrite rule matching you dam asset path. The rule will add a Link header to the response, with the value of the header being the canonical URL of the PDF.
Something like
Header set Link 'FILENAME; rel="canonical"'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.