simplajs / simpla-img

An editable image you can update inline, built on Simpla
https://www.simplajs.org
MIT License
6 stars 3 forks source link

Ensure editor UI is not crawlable #40

Closed madeleineostoja closed 7 years ago

madeleineostoja commented 8 years ago

Need to make sure that that editor UI content (tools, etc) is not crawlable by SERPs. Obviously Shady DOM is a problem, but the jury is still out on Shadow DOM v1 being crawlable or not (even in 'closed').

To implement: https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/preparing.html (see 'Excluding Unwanted Text from Index')

bedeoverend commented 8 years ago

This may also be solved when we split out the editing UI from viewing UI and load editing in lazily i.e. when it's crawled it only gets the viewing UI.

madeleineostoja commented 7 years ago

Fixed in https://github.com/SimplaElements/simpla-img/releases/tag/v1.0.0