# ימנעו מזיהוי מלים בלוגו כטקסט

**URL:** https://meta.discourse.org/t/prevent-words-in-logos-being-detected-as-text/358982
**Category:** UX
**Created:** [26 במרץ,‏ 2025,‏ 4:18pm UTC](https://meta.discourse.org/t/prevent-words-in-logos-being-detected-as-text/358982 "2025-03-26T16:18:56Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [26 במרץ,‏ 2025,‏ 4:32pm UTC](https://meta.discourse.org/t/prevent-words-in-logos-being-detected-as-text/358982/3 "2025-03-26T16:32:38Z")

</div>

זה עשוי לעזור בCSS:

```css
#site-logo {
  user-select: none;
  pointer-events: none;
}

```

זה אמור להקטין את יכולות ה-OCR של הדפדפן מלהפריע ללוגו.

ניסיתי את זה במהירות עם Safari במערכת ניסיון, וזה נראה עובד.

---

_[View the full topic](https://meta.discourse.org/t/prevent-words-in-logos-being-detected-as-text/358982)._
