Hi there everyone
This is the sort of thing that could be in support and/or bugs. I am having bugs-like issues with the HtmlMetaDescription for a particular site. Several URLs with identical html markup for meta description, but SEO Tools only finds the meta description for some of them.
I can see the formula I built works, but randomly only half the time (H4 is the cell with the URL):
=HtmlDecode(IF($H4<>"Not available"; SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(HtmlMetaDescription(H4); "ø"; "ø"); "æ"; "æ"); "å"; "å"); "Not available"))
But even the simpler =HtmlMetaDescription cannot find the meta description for both URLs on my end.
Two examples of URLs where it only works for one of them and not for the other, for me.
- blogg.expedia.se/en-kaffe-tack-pa-20-olika-sprak/
- blogg.expedia.se/tagluff-europa-2014-har-ar-allt-du-behover-tanka-pa/
Can anybody crack why this is happening? When I use tools like this one to test if that can fetch the meta description for both it works fine.
Thanks a lot, Christian.