Skip to content

Commit fa7e6fe

Browse files
committed
docs: updated documentation
1 parent 1441028 commit fa7e6fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ So, usually, for a bot or for a human, the website its almost visually the same
3434

3535
These library was born to remove the scripts injected in the HTML only if a visitor is a **Bot** or a "**Chrome Lighthouse**". This should **speed up** (**blazing fast**) your *nuxt-website* up to a value of **~95** in **performance** during an *Audit* because it [cheats various scenarios](https://web.dev/lighthouse-performance/).
3636

37-
> Obviously this could cause some unexpected behaviors.
37+
> This could cause some unexpected behaviors.
3838
3939
### Pro et contra
4040

@@ -43,15 +43,15 @@ These library was born to remove the scripts injected in the HTML only if a visi
4343
**Cons:**
4444

4545
- no SPA navigation;
46-
- no lazy-load for images (available only if [native](https://web.dev/native-lazy-loading/), or with a custom `script` / `selectorToKeep`, check the _configuration_);
46+
- no `lazy-load` for images (available only if [native](https://web.dev/native-lazy-loading/), or with a custom `script` / `selectorToKeep`, check the _configuration_);
4747
- no `<client-only>` [html](https://nuxtjs.org/api/components-client-only/).
4848

4949
**Pro:**
5050

5151
- some of these features aren't "used by" a Bot or a Lighthouse Audit, so you don't really need them (ex. Bots doesn't need `SPA navigation`, `client-only` tags could lead in a slower TTI);
52-
- you can "restore" lazy-load with a custom `script`, only for Bots;
52+
-`lazy-load` can be restored with a custom `script` / `selectorToKeep`, only for matched Bots;
5353
- less HTML;
54-
- BOTS only have the Javascript they need;
54+
- Bots only have the Javascript they need;
5555
- is not considered [black-hat](https://www.wordstream.com/black-hat-seo) or [cloaking](https://en.wikipedia.org/wiki/Cloaking);
5656
- [PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/), [Measure](https://web.dev/measure/) and [Lighthouse Audit in Chrome](https://developers.google.com/web/tools/lighthouse) are already triggered by the plugin without the needing of change any value;
5757
- fast TTI, fast FCP, fast FMP, *fast all*.

0 commit comments

Comments
 (0)