I have urls like this: "/content/uc/news/search-results.html?submitted=submitted&topics=topics:collegeBound" that are displaying as non-existant by the link checker. The search-results page does exist, and linking to that alone does just fine. I'd prefer not to have to disable to the linkchecker for this component, but I'm also not even sure how I would do that as its written 100% in sightly, so the solution here: https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html isn't applicable.
In the end, I guess my question is 2-fold
- Is there a ways to markup these links in the expression ${tag.url @ [SEOMTHINE HERE]} so that the linkchecker marks them as correct?
- How can I disable the linkchecker in sightly code?