link checker exclude links
https://nuxtseo.com/docs/link-checker/guides/exclude-links
How do I ignore query params too?
currently I have:
but that will still crawl a link that is
/products?type=patisserie
Nuxt SEO
Exclude Links · Nuxt Link Checker · Nuxt SEO
Exclude links from being checked by the Nuxt Link Checker.
3 Replies
Hi @nandi95. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but the knowledge sources provided do not contain information about configuring the Nuxt SEO Link Checker to ignore query parameters when excluding links. There is no documentation or example in the sources that shows how to exclude links with specific query parameters or to ignore query params in the link checker configuration.
If you need this functionality, I recommend checking the official Nuxt SEO Link Checker documentation or opening an issue on their repository for further guidance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@478977928730902528> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
I also tried to do patterns like
'/products**'?*'
if i explicitly ignore /products?type=patisserie
it will ignore it
Is what I'm trying to achieve supported? @harlan