meetling icon indicating copy to clipboard operation
meetling copied to clipboard

Meetling is not indexable by popular search engines

Open noyainrain opened this issue 9 years ago • 2 comments

At least Google and Bing are not able to parse Meetling. As seen by Fetch as Google / Bing Page Preview, both are stuck with the compatibility problem boot page.

noyainrain avatar Nov 03 '16 17:11 noyainrain

To find out the supported features of a search engine, we can print them with:

document.write('<p style="overflow-wrap: break-word;">Supported features: ' + JSON.stringify(features) + '</p>');

noyainrain avatar Mar 01 '17 15:03 noyainrain