Hi Markus,
I did change that immediately. I just checked, and it’s changed on both the repository and test environments. Are you sure you are using the latest version (4.8.4)?
I run a test on http://wp-dreams.com/demo/wp-ajax-search-pro/ and I don’t see the duplications anymore. Everything appears to me correctly in the results with the SEO spider application.
The change was done within the wp-content/ajax-search-pro/includes/views/asp.shortcode.results.php file, where line 43 should be this now:
[html]<a><?php echo asp_icl_t("More results text" . " ($id)", $style[’showmoreresultstext’]); ?></a>[/html]
The [code]<a>[/code] tag had the href parameter defined and it was causing the duplication. Now it’s removed and only an empty, invisible anchor remains. Can you please check that line? If that is correct, then it should work, as it was exactly the change I made before.
If by any chance you are using result templating feature, then also check this in your theme directory within the /asp/ folder.
Let me know if you find anything, we proceed from there.