
SEO Checker
Pricing
$8.00/month + usage

SEO Checker
SEO Checker is an advanced Actor that performs comprehensive on-site SEO analysis for any website. It crawls web pages and extracts crucial SEO elements, providing detailed insights to help improve your website's search engine optimization.
5.0 (3)
Pricing
$8.00/month + usage
7
Total users
72
Monthly users
20
Runs succeeded
>99%
Issues response
2 days
Last modified
8 months ago
Inconsisten Parsing of title TAGs
Open
Problem: When parsing a page containing both, meta title and html title elements, the parser handles this inconsistently.
Expectation: Consistent handling of this kind of exception.
Explanation: When parsing this page: https://www.obi.de/magazin/garten/zaun/sichtschutz-aus-holz-bauen
it contains a meta title element, but a lot of other title elements in the page's source code. The parser concatenates all title strings into a single string -> Sichtschutz aus Holz selber bauen – Schritt für Schritt / OBIchevron-downclosearrow-leftarrow-rightchevron-downclosearrow-leftarrow-rightchevron-downclosearrow-leftarrow-rightchevron-downclosearrow-leftarrow-rightarrow-rightchevron-rightplay-filledstoremaximiseplusminusmaximiseplusminusmaximiseplusminusmaximiseplusminusmaximiseplusminusmaximiseplusminuscheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckcheckplusminusplusminusplusminusplusminusplusminus
When parsing this page: https://www.dehner.de/de/de/category/pflanzen-zimmerpflanzen-azaleen/
it also contains various title elements throughout the page. According to the above behaviour one would expect a concatenation of all title strings, but this does not happen! On this page the parser only uses the last occurance -> Azaleen however the meta title says -> Bunte Azaleen-Vielfalt bei Dehner | Dehner (which is 1st occurance)
Solution: Consistent handling of this exception (either way) in order to be able to handle the data further down the pipeline.
Louis Deconinck (louisdeconinck)
Thanks for notifying me about this interesting edge case nomyo. I'll be looking to implement a fix that handles this consistently.
nomyo
Thank you Louis!
Highly appreciated. Looking forward to it.