One of the pages I'm working on is using some retargeting scripts and I get a lot of errors like this:
The reference to media item //googleads.g.doubleclick.net/pagead/viewthroughconversion/xxxxxx/?value=0&guid=ON&script=0 is broken.
First of all, this link returns 200 after some redirects so it's not broken for real but i might be a good idea to be able to exclude stuff like this in some way? ie. using a regex or so?
Is that possible or are you planing to add this in any way?
Will the checker follow redirects like: 307,302 and so on?
Filtering-feature to ignore patterns
One of the pages I'm working on is using some retargeting scripts and I get a lot of errors like this:
The reference to media item //googleads.g.doubleclick.net/pagead/viewthroughconversion/xxxxxx/?value=0&guid=ON&script=0 is broken.
First of all, this link returns 200 after some redirects so it's not broken for real but i might be a good idea to be able to exclude stuff like this in some way? ie. using a regex or so?
Hi Markus.
is on the list but Google propably returns a 404 for the bot
Hi!
Sweet =D
Nope, it returns 307 to another page that returns 302 and than it lands on a page that returns 200.
I have the same issue with a realtive link in the footer pointing to "/about-cookies". Not sure if the checker can handle relative links?
Any way Umbraco redirects (301) /about-cookies to /about-cookies.asp and returns a 200 but SEO Checker dosent pick it up.
It's no bug issues just fine tuneing =D I love the package! =D
is working on a reply...