Italiano
browser in-app
Browser integrato in un'applicazione mobile che visualizza contenuti web senza passare al browser predefinito del dispositivo. Si basa su componenti WebView e offre spesso funzionalità ridotte.
Quando un utente tocca un link all'interno di un'app di social media, la pagina si apre spesso in un browser in-app anziché in Safari o Chrome.
- https://developer.android.com/reference/android/webkit/WebView
- https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
English
in-app browser
A browser embedded within a mobile application that renders web content without switching to the device's default browser. It relies on webview components and often lacks the full feature set of standalone browsers.
When a user taps a link inside a social media app, the page frequently opens in an in-app browser rather than in Safari or Chrome.
- https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
- https://developer.android.com/reference/android/webkit/WebView
Deutsch
In-App-Browser
Ein in eine mobile App eingebetteter Browser, der Webinhalte anzeigt, ohne zum Standardbrowser des Geräts zu wechseln. Er basiert auf WebView-Komponenten und bietet oft einen eingeschränkten Funktionsumfang.
Wenn ein Nutzer in einer Social-Media-App auf einen Link tippt, öffnet sich die Seite häufig in einem In-App-Browser statt in Safari oder Chrome.
- https://developer.android.com/reference/android/webkit/WebView
- https://de.wikipedia.org/wiki/WebView
Français
navigateur intégré à l'application
Navigateur intégré à une application mobile qui affiche du contenu web sans passer par le navigateur par défaut de l'appareil. Il repose sur des composants WebView et offre souvent des fonctionnalités limitées.
Lorsqu'un utilisateur clique sur un lien dans une application de réseau social, la page s'ouvre souvent dans un navigateur intégré plutôt que dans Safari ou Chrome.
- https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
- https://developer.android.com/reference/android/webkit/WebView
中文
应用内浏览器
嵌入在移动应用中的浏览器,可在不切换到设备默认浏览器的情况下渲染网页内容。它依赖 WebView 组件,功能通常比独立浏览器有限。
当用户在社交媒体应用中点击链接时,页面通常会在应用内浏览器中打开,而不是在 Safari 或 Chrome 中。
- https://developer.android.com/reference/android/webkit/WebView
- https://zh.wikipedia.org/wiki/WebView
Italiano
browser mobile
Browser web progettato per smartphone e altri dispositivi mobili, ottimizzato per piccoli schermi touch e risorse limitate. Visualizza le pagine web e supporta gli standard web adattati al contesto mobile.
Grazie al responsive design, il sito viene visualizzato correttamente in qualsiasi browser mobile come Chrome per Android o Safari su iOS.
- https://developer.mozilla.org/it/docs/Glossary/Browser
- https://it.wikipedia.org/wiki/Browser_web
English
mobile browser
A web browser designed to run on smartphones and other mobile devices, optimized for small touchscreens and limited resources. It renders web pages and supports web standards adapted to mobile contexts.
Responsive design ensures that a website displays correctly in any mobile browser such as Chrome for Android or Safari on iOS.
- https://developer.mozilla.org/en-US/docs/Glossary/Browser
- https://en.wikipedia.org/wiki/Mobile_browser
Deutsch
mobiler Browser
Ein Webbrowser, der für Smartphones und andere mobile Endgeräte konzipiert ist und für kleine Touchscreens sowie begrenzte Ressourcen optimiert wurde. Er stellt Webseiten dar und unterstützt an mobile Kontexte angepasste Webstandards.
Dank Responsive Design wird die Website in jedem mobilen Browser wie Chrome für Android oder Safari auf iOS korrekt angezeigt.
- https://developer.mozilla.org/de/docs/Glossary/Browser
- https://de.wikipedia.org/wiki/Mobiler_Webbrowser
Français
navigateur mobile
Navigateur web conçu pour les smartphones et autres appareils mobiles, optimisé pour les petits écrans tactiles et les ressources limitées. Il affiche les pages web et prend en charge les standards web adaptés au contexte mobile.
Grâce au responsive design, le site s'affiche correctement dans tout navigateur mobile comme Chrome pour Android ou Safari sur iOS.
- https://developer.mozilla.org/fr/docs/Glossary/Browser
- https://fr.wikipedia.org/wiki/Navigateur_web_mobile
中文
移动浏览器
为智能手机及其他移动设备设计的网页浏览器,针对小型触摸屏和有限资源进行了优化。它渲染网页并支持适配移动场景的网络标准。
借助响应式设计,网站在任何移动浏览器(如安卓版 Chrome 或 iOS 版 Safari)中都能正确显示。
- https://developer.mozilla.org/zh-CN/docs/Glossary/Browser
- https://zh.wikipedia.org/wiki/移动浏览器
Italiano
caching
Il caching è la tecnica di memorizzare copie di dati o risorse in una memoria temporanea in modo da servire più rapidamente le richieste successive. Nel web riduce la latenza, il carico del server e il consumo di banda.
Con il caching del browser attivo, le risorse statiche come immagini e CSS vengono riutilizzate invece di essere riscaricate a ogni visita.
- https://developer.mozilla.org/it/docs/Web/HTTP/Caching
- https://it.wikipedia.org/wiki/Cache
English
caching
Caching is the technique of storing copies of data or resources in a temporary storage layer so that future requests can be served faster. In web technology it reduces latency, server load and bandwidth usage.
By enabling browser caching, static assets like images and CSS are reused without being re-downloaded on every page visit.
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://datatracker.ietf.org/doc/html/rfc9111
Deutsch
Caching
Caching bezeichnet das Zwischenspeichern von Daten oder Ressourcen in einem temporären Speicher, sodass spätere Anfragen schneller bedient werden können. Im Web reduziert es Latenz, Serverlast und Bandbreitenverbrauch.
Durch aktiviertes Browser-Caching werden statische Ressourcen wie Bilder und CSS bei jedem Seitenaufruf wiederverwendet statt erneut geladen.
- https://developer.mozilla.org/de/docs/Web/HTTP/Caching
- https://de.wikipedia.org/wiki/Cache
Français
mise en cache
La mise en cache consiste à stocker des copies de données ou de ressources dans une mémoire temporaire afin de servir plus rapidement les requêtes ultérieures. Sur le web, elle réduit la latence, la charge serveur et la consommation de bande passante.
Grâce à la mise en cache du navigateur, les ressources statiques comme les images et le CSS sont réutilisées au lieu d'être retéléchargées à chaque visite.
- https://developer.mozilla.org/fr/docs/Web/HTTP/Caching
- https://fr.wikipedia.org/wiki/Cache_(informatique)
中文
缓存
缓存是指将数据或资源的副本存储在临时存储层中,以便更快地响应后续请求。在网络技术中,它可降低延迟、服务器负载和带宽消耗。
启用浏览器缓存后,图片和 CSS 等静态资源会被重复使用,而无需在每次访问页面时重新下载。
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Caching
- https://zh.wikipedia.org/wiki/缓存
Italiano
caching del browser
Meccanismo con cui un browser web memorizza localmente copie di risorse come HTML, CSS, JavaScript e immagini, in modo da riutilizzarle nelle visite successive senza scaricarle nuovamente dal server. È controllato tramite header HTTP come Cache-Control ed Expires.
Configurando correttamente gli header Cache-Control, il caching del browser riduce il carico sul server e accelera il ricaricamento delle pagine.
- https://developer.mozilla.org/it/docs/Web/HTTP/Caching
English
browser caching
The mechanism by which a web browser stores copies of resources such as HTML, CSS, JavaScript and images locally, so that they can be reused on subsequent visits without re-downloading them from the server. It is controlled via HTTP headers like Cache-Control and Expires.
By configuring proper Cache-Control headers, browser caching reduces server load and speeds up repeat page loads.
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://web.dev/articles/http-cache
Deutsch
Browser-Caching
Mechanismus, bei dem ein Webbrowser Kopien von Ressourcen wie HTML, CSS, JavaScript und Bildern lokal speichert, um sie bei erneuten Besuchen wiederzuverwenden, ohne sie vom Server neu zu laden. Gesteuert wird dies über HTTP-Header wie Cache-Control und Expires.
Durch korrekt gesetzte Cache-Control-Header entlastet Browser-Caching den Server und beschleunigt wiederholte Seitenaufrufe.
- https://developer.mozilla.org/de/docs/Web/HTTP/Caching
Français
mise en cache du navigateur
Mécanisme par lequel un navigateur web stocke localement des copies de ressources telles que HTML, CSS, JavaScript et images, afin de les réutiliser lors des visites ultérieures sans les retélécharger depuis le serveur. Il est contrôlé via des en-têtes HTTP comme Cache-Control et Expires.
En configurant correctement les en-têtes Cache-Control, la mise en cache du navigateur réduit la charge serveur et accélère le rechargement des pages.
- https://developer.mozilla.org/fr/docs/Web/HTTP/Caching
中文
浏览器缓存
浏览器将 HTML、CSS、JavaScript 和图片等资源的副本存储在本地的机制,使得在后续访问时可以直接复用而无需从服务器重新下载。该机制通过 Cache-Control、Expires 等 HTTP 头进行控制。
通过正确配置 Cache-Control 头,浏览器缓存能够降低服务器负载并加快重复访问时的页面加载速度。
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Caching
Italiano
calendario editoriale
Strumento di pianificazione che programma la creazione e la pubblicazione dei contenuti in un periodo definito. Nella SEO allinea argomenti, parole chiave e date di pubblicazione con gli obiettivi strategici.
Il team ha distribuito le parole chiave target in un calendario editoriale per garantire una pubblicazione regolare del blog.
- https://it.wikipedia.org/wiki/Calendario_editoriale
English
editorial calendar
A planning tool that schedules content creation and publication across channels over a defined time period. In SEO it aligns topics, keywords and publishing dates with strategic goals.
The team mapped out target keywords in an editorial calendar to ensure consistent blog output every week.
- https://en.wikipedia.org/wiki/Editorial_calendar
Deutsch
Redaktionskalender
Ein Planungsinstrument, das die Erstellung und Veröffentlichung von Inhalten über einen bestimmten Zeitraum hinweg terminiert. Im SEO werden damit Themen, Keywords und Veröffentlichungstermine mit den strategischen Zielen abgestimmt.
Das Team plante die Ziel-Keywords im Redaktionskalender, um jede Woche neue Blogbeiträge zu veröffentlichen.
- https://de.wikipedia.org/wiki/Redaktionsplan
Français
calendrier éditorial
Outil de planification qui programme la création et la publication de contenus sur une période définie. En SEO, il aligne les sujets, les mots-clés et les dates de publication avec les objectifs stratégiques.
L'équipe a réparti les mots-clés cibles dans un calendrier éditorial pour garantir une publication régulière du blog.
- https://fr.wikipedia.org/wiki/Calendrier_%C3%A9ditorial
中文
内容日历
一种规划工具,用于在特定时间段内安排内容的创作和发布。在SEO中,它将主题、关键词和发布日期与战略目标相协调。
团队在内容日历中规划了目标关键词,以确保每周稳定地发布博客文章。
- https://en.wikipedia.org/wiki/Editorial_calendar
Italiano
campionamento top-p
Una strategia di decodifica per i modelli linguistici che seleziona il token successivo dall'insieme più piccolo di candidati la cui probabilità cumulativa supera una soglia p. Il pool di campionamento è limitato dinamicamente.
Con un campionamento top-p di 0,9, il modello considera solo i token che insieme rappresentano il 90 % della massa di probabilità.
- https://it.wikipedia.org/wiki/Top-p_sampling
English
top-p sampling
A decoding strategy for language models that selects the next token from the smallest set of candidates whose cumulative probability exceeds a threshold p. It dynamically limits the sampling pool to the most probable tokens.
By setting top-p sampling to 0.9, the model only considers tokens that together make up 90% of the probability mass.
- https://en.wikipedia.org/wiki/Top-p_sampling
- https://platform.openai.com/docs/api-reference/completions
Deutsch
Top-p-Sampling
Eine Dekodierungsstrategie für Sprachmodelle, bei der das nächste Token aus der kleinsten Menge von Kandidaten gewählt wird, deren kumulierte Wahrscheinlichkeit einen Schwellenwert p überschreitet. Der Auswahlpool wird dynamisch begrenzt.
Bei einem Top-p-Sampling von 0,9 berücksichtigt das Modell nur Tokens, die zusammen 90 % der Wahrscheinlichkeitsmasse ausmachen.
- https://de.wikipedia.org/wiki/Top-p_sampling
Français
échantillonnage top-p
Une stratégie de décodage pour les modèles de langage qui sélectionne le prochain jeton dans le plus petit ensemble de candidats dont la probabilité cumulée dépasse un seuil p. Le pool d'échantillonnage est limité dynamiquement.
Avec un échantillonnage top-p de 0,9, le modèle ne considère que les jetons représentant ensemble 90 % de la masse de probabilité.
- https://fr.wikipedia.org/wiki/Top-p_sampling
中文
核采样
一种语言模型的解码策略,从累积概率超过阈值 p 的最小候选集合中选择下一个词元,动态限制采样范围。
将核采样(top-p)设为 0.9 时,模型只考虑累计概率达到 90% 的词元。
- https://zh.wikipedia.org/wiki/Top-p_sampling
Italiano
cannibalizzazione delle parole chiave
Situazione in cui più pagine dello stesso sito web competono per la stessa parola chiave o per una molto simile, indebolendosi reciprocamente nel posizionamento. I segnali di pertinenza si disperdono e impediscono a una singola pagina di posizionarsi in modo ottimale.
Il blog soffriva di cannibalizzazione delle parole chiave perché tre articoli puntavano tutti alla frase 'migliori scarpe da corsa'.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=it
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
English
keyword cannibalization
A situation in which multiple pages of the same website compete for the same or very similar search keyword, causing them to undermine each other's ranking. This dilutes relevance signals and can prevent any single page from ranking optimally.
The blog suffered from keyword cannibalization because three articles all targeted the phrase 'best running shoes'.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide
- https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Keyword-Kannibalisierung
Ein Zustand, bei dem mehrere Seiten derselben Website um dasselbe oder ein sehr ähnliches Such-Keyword konkurrieren und sich dadurch gegenseitig im Ranking schwächen. Die Relevanzsignale verteilen sich, sodass keine Seite optimal ranken kann.
Durch Keyword-Kannibalisierung rankte keiner der drei Artikel gut, weil alle auf das Keyword 'beste Laufschuhe' optimiert waren.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
cannibalisation de mots-clés
Situation dans laquelle plusieurs pages d'un même site web se disputent le même mot-clé ou un mot-clé très similaire, ce qui les affaiblit mutuellement dans le classement. Les signaux de pertinence se dispersent et empêchent une page unique de se positionner de façon optimale.
Le site souffrait de cannibalisation de mots-clés, car trois pages ciblaient toutes l'expression 'meilleures chaussures de course'.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=fr
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
中文
关键词自相残杀
指同一网站的多个页面竞争相同或非常相似的搜索关键词,导致彼此的排名相互削弱。相关性信号被分散,使得任何单一页面都难以获得最佳排名。
由于关键词自相残杀,三篇文章都针对'最佳跑鞋'这一短语,导致没有一篇能获得良好排名。
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
- https://zh.wikipedia.org/wiki/搜索引擎优化
Italiano
canonical autoreferenziale
Tag canonical la cui URL rel=canonical punta all'URL della pagina stessa, indicando ai motori di ricerca che questa pagina è la versione autorevole di se stessa.
Un canonical autoreferenziale su ogni pagina prodotto consolida i segnali di ranking ed evita contenuti duplicati causati dai parametri URL.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it
English
self-referencing canonical
A canonical link element on a page whose rel=canonical URL points to the page's own URL, signaling to search engines that this page is the authoritative version of itself.
Adding a self-referencing canonical to each product page helps consolidate ranking signals and avoids duplicate-content issues from URL parameters.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
- https://en.wikipedia.org/wiki/Canonical_link_element
Deutsch
selbstreferenzierender Canonical
Ein Canonical-Tag, dessen rel=canonical-URL auf die eigene URL der Seite verweist und Suchmaschinen damit signalisiert, dass diese Seite die massgebliche Version ihrer selbst ist.
Ein selbstreferenzierender Canonical auf jeder Produktseite bündelt die Ranking-Signale und verhindert Duplicate Content durch URL-Parameter.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
Français
canonical auto-référencée
Balise canonique dont l'URL rel=canonical pointe vers la propre URL de la page, indiquant aux moteurs de recherche que cette page est la version de référence d'elle-même.
Une balise canonical auto-référencée sur chaque page produit consolide les signaux de classement et évite le contenu dupliqué dû aux paramètres d'URL.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
中文
自引用规范标签
指页面的 rel=canonical 链接指向该页面自身 URL 的规范标签,用于向搜索引擎表明此页面是自身的权威版本。
为每个产品页面添加自引用规范标签有助于整合排名信号,并避免因 URL 参数产生的重复内容问题。
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
Italiano
CAPTCHA
Test di tipo challenge-response usato per determinare se un utente è un essere umano oppure un bot automatizzato, di solito richiedendo il riconoscimento di caratteri distorti, immagini o segnali comportamentali. L'acronimo sta per Completely Automated Public Turing test to tell Computers and Humans Apart.
Il sito ha aggiunto un CAPTCHA al modulo di login per bloccare gli attacchi automatizzati.
- https://it.wikipedia.org/wiki/CAPTCHA
English
CAPTCHA
A challenge-response test used to determine whether a user is human rather than an automated bot, typically by requiring recognition of distorted text, images, or behavioral signals. The acronym stands for Completely Automated Public Turing test to tell Computers and Humans Apart.
The website added a CAPTCHA to its login form to block credential-stuffing attacks.
- https://en.wikipedia.org/wiki/CAPTCHA
- https://developers.google.com/recaptcha/docs/versions
Deutsch
CAPTCHA
Ein automatisiertes Challenge-Response-Verfahren, das unterscheiden soll, ob ein Nutzer ein Mensch oder ein Bot ist, meist durch das Erkennen verzerrter Zeichen, Bilder oder Verhaltensmuster. Die Abkürzung steht für Completely Automated Public Turing test to tell Computers and Humans Apart.
Zum Schutz vor Spam wurde dem Kontaktformular ein CAPTCHA hinzugefügt.
- https://de.wikipedia.org/wiki/CAPTCHA
Français
CAPTCHA
Test de type défi-réponse destiné à déterminer si un utilisateur est un être humain ou un robot automatisé, généralement en demandant la reconnaissance de caractères déformés, d'images ou de signaux comportementaux. L'acronyme signifie Completely Automated Public Turing test to tell Computers and Humans Apart.
Le site a ajouté un CAPTCHA au formulaire d'inscription pour empêcher les inscriptions automatisées.
- https://fr.wikipedia.org/wiki/CAPTCHA
中文
验证码
一种质询-响应测试,用于区分用户是人类还是自动化程序(机器人),通常要求识别扭曲的字符、图像或行为信号。其英文缩写 CAPTCHA 意为全自动区分计算机和人类的图灵测试。
为防止垃圾注册,该网站在注册表单中加入了验证码。
- https://zh.wikipedia.org/wiki/验证码
Italiano
carosello video
Funzionalità della SERP che mostra più risultati video in una riga scorrevole orizzontalmente, generalmente provenienti da piattaforme come YouTube. Appare per query con forte intento video.
Per la query 'come fare il nodo alla cravatta', Google mostra un carosello video con diversi tutorial.
- https://developers.google.com/search/docs/appearance/video?hl=it
English
video carousel
A SERP feature that displays multiple video results in a horizontally scrollable row, typically drawn from platforms like YouTube. It appears for queries with strong video intent.
For the query 'how to tie a tie', Google shows a video carousel with several tutorial clips.
- https://developers.google.com/search/docs/appearance/video
- https://developers.google.com/search/docs/appearance/structured-data/carousel
Deutsch
Video-Karussell
Ein SERP-Feature, das mehrere Videoergebnisse in einer horizontal scrollbaren Reihe darstellt, meist aus Plattformen wie YouTube. Es erscheint bei Suchanfragen mit ausgeprägter Video-Intention.
Bei der Suche nach 'Krawatte binden' zeigt Google ein Video-Karussell mit mehreren Anleitungsclips.
- https://developers.google.com/search/docs/appearance/video?hl=de
Français
carrousel vidéo
Fonctionnalité SERP affichant plusieurs résultats vidéo dans une rangée défilante horizontalement, généralement issus de plateformes comme YouTube. Elle apparaît pour les requêtes à forte intention vidéo.
Pour la requête 'comment faire un nœud de cravate', Google affiche un carrousel vidéo avec plusieurs tutoriels.
- https://developers.google.com/search/docs/appearance/video?hl=fr
中文
视频轮播
一种搜索结果页(SERP)功能,以可水平滚动的横排形式展示多个视频结果,通常来自 YouTube 等平台。它针对具有强烈视频意图的查询出现。
对于查询“如何打领带”,谷歌会显示一个包含多个教程视频的视频轮播。
- https://developers.google.com/search/docs/appearance/video?hl=zh-cn
Italiano
casella di ricerca dei sitelink
La casella di ricerca dei sitelink è una funzionalità della SERP che mostra un campo di ricerca specifico per un sito all'interno del suo risultato Google, consentendo agli utenti di cercare direttamente in quel sito.
Aggiungendo i dati strutturati WebSite, il negozio online ha attivato una casella di ricerca dei sitelink nel proprio risultato Google.
- https://developers.google.com/search/docs/appearance/structured-data/sitelinks-searchbox
- https://schema.org/WebSite
English
sitelinks search box
A sitelinks search box is a SERP feature that displays a search box scoped to a specific website within its Google search result, allowing users to search that site directly from Google.
By adding WebSite structured data, the online store enabled a sitelinks search box in its Google listing.
- https://developers.google.com/search/docs/appearance/structured-data/sitelinks-searchbox
- https://schema.org/WebSite
Deutsch
Sitelinks-Suchfeld
Das Sitelinks-Suchfeld ist ein SERP-Feature, das im Google-Suchergebnis einer Website ein Suchfeld anzeigt, mit dem Nutzer direkt die betreffende Website durchsuchen können.
Durch das Einbinden von WebSite-strukturierten Daten aktivierte der Onlineshop ein Sitelinks-Suchfeld in seinem Google-Eintrag.
- https://developers.google.com/search/docs/appearance/structured-data/sitelinks-searchbox
- https://schema.org/WebSite
Français
champ de recherche des liens sitelinks
Le champ de recherche des liens sitelinks est une fonctionnalité de SERP affichant un champ de recherche propre à un site dans son résultat Google, permettant à l'utilisateur d'y effectuer une recherche directement.
En ajoutant les données structurées WebSite, la boutique en ligne a activé un champ de recherche sitelinks dans sa fiche Google.
- https://developers.google.com/search/docs/appearance/structured-data/sitelinks-searchbox
- https://schema.org/WebSite
中文
站内链接搜索框
站内链接搜索框是一种搜索结果页(SERP)功能,在网站的谷歌搜索结果中显示一个专属搜索框,让用户可直接搜索该网站。
通过添加 WebSite 结构化数据,该网上商店在其谷歌搜索结果中启用了站内链接搜索框。
- https://developers.google.com/search/docs/appearance/structured-data/sitelinks-searchbox
- https://schema.org/WebSite
Italiano
catena di reindirizzamenti
Sequenza di due o più reindirizzamenti HTTP consecutivi che un client deve seguire prima di raggiungere l'URL di destinazione finale. Le catene di reindirizzamenti rallentano il caricamento delle pagine e riducono l'efficienza di scansione e il trasferimento del link equity.
L'audit ha rivelato una catena di reindirizzamenti in cui il vecchio URL HTTP punta a una versione WWW, che poi reindirizza alla pagina HTTPS finale.
- https://developers.google.com/search/docs/crawling-indexing/301-redirects
- https://developer.mozilla.org/it/docs/Web/HTTP/Redirections
English
redirect chain
A sequence of two or more consecutive HTTP redirects that a client must follow before reaching the final destination URL. Redirect chains slow down page loading and can dilute link equity and crawl efficiency.
The audit revealed a redirect chain where the old HTTP URL points to a WWW version, which then redirects to the final HTTPS page.
- https://developers.google.com/search/docs/crawling-indexing/301-redirects
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections
Deutsch
Redirect-Kette
Eine Folge von zwei oder mehr aufeinanderfolgenden HTTP-Weiterleitungen, die ein Client durchlaufen muss, bevor er die endgültige Ziel-URL erreicht. Redirect-Ketten verlangsamen den Seitenaufbau und mindern die Crawling-Effizienz sowie die Weitergabe von Linkstärke.
Das Audit deckte eine Redirect-Kette auf, bei der die alte HTTP-URL auf eine WWW-Version zeigt, die dann zur finalen HTTPS-Seite weiterleitet.
- https://developers.google.com/search/docs/crawling-indexing/301-redirects
- https://developer.mozilla.org/de/docs/Web/HTTP/Redirections
Français
chaîne de redirection
Séquence de deux redirections HTTP consécutives ou plus qu'un client doit suivre avant d'atteindre l'URL de destination finale. Les chaînes de redirection ralentissent le chargement des pages et réduisent l'efficacité du crawl ainsi que la transmission du link equity.
L'audit a révélé une chaîne de redirection où l'ancienne URL HTTP pointe vers une version WWW, qui redirige ensuite vers la page HTTPS finale.
- https://developers.google.com/search/docs/crawling-indexing/301-redirects
- https://developer.mozilla.org/fr/docs/Web/HTTP/Redirections
中文
重定向链
客户端在到达最终目标 URL 之前必须依次经过的两个或多个连续 HTTP 重定向所组成的序列。重定向链会延缓页面加载,并降低抓取效率和链接权重的传递。
审计发现了一条重定向链:旧的 HTTP 网址指向 WWW 版本,然后再重定向到最终的 HTTPS 页面。
- https://developers.google.com/search/docs/crawling-indexing/301-redirects
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Redirections
Italiano
CCBot
CCBot è il crawler web di Common Crawl, un'organizzazione senza scopo di lucro che costruisce un archivio aperto e liberamente accessibile di dati di scansione del web. Il suo user-agent è ampiamente usato per addestrare grandi modelli linguistici e altri sistemi di IA.
Per impedire a Common Crawl di eseguire la scansione del tuo sito, aggiungi una regola Disallow per CCBot nel file robots.txt.
- https://commoncrawl.org/ccbot
English
CCBot
CCBot is the web crawler operated by Common Crawl, a non-profit that builds a freely available open repository of web crawl data. Its user agent is widely used to train large language models and other AI systems.
To block Common Crawl from indexing your site, add a disallow rule for CCBot in your robots.txt file.
- https://commoncrawl.org/ccbot
- https://darkvisitors.com/agents/ccbot
Deutsch
CCBot
CCBot ist der Webcrawler der Non-Profit-Organisation Common Crawl, die ein frei verfügbares, offenes Archiv von Web-Crawl-Daten aufbaut. Sein User-Agent wird häufig zum Training grosser Sprachmodelle und anderer KI-Systeme genutzt.
Um Common Crawl vom Erfassen Ihrer Website auszuschliessen, fügen Sie in der robots.txt eine Disallow-Regel für CCBot hinzu.
- https://commoncrawl.org/ccbot
Français
CCBot
CCBot est le robot d'exploration de Common Crawl, une organisation à but non lucratif qui constitue une archive ouverte et librement accessible de données d'exploration du web. Son user-agent est largement utilisé pour entraîner des grands modèles de langage et d'autres systèmes d'IA.
Pour empêcher Common Crawl d'explorer votre site, ajoutez une règle Disallow pour CCBot dans votre fichier robots.txt.
- https://commoncrawl.org/ccbot
中文
CCBot
CCBot 是非营利组织 Common Crawl 运营的网络爬虫,该组织构建可免费获取的开放网络抓取数据存储库。其用户代理被广泛用于训练大型语言模型和其他人工智能系统。
若要阻止 Common Crawl 抓取您的网站,请在 robots.txt 文件中为 CCBot 添加 Disallow 规则。
- https://commoncrawl.org/ccbot
Italiano
certificato SSL
Certificato digitale che autentica l'identità di un sito web e consente una connessione crittografata tramite il protocollo SSL/TLS. Associa una chiave crittografica ai dati di un dominio o di un'organizzazione.
Dopo l'installazione del certificato SSL, il sito è stato servito in HTTPS con l'icona del lucchetto nel browser.
- https://it.wikipedia.org/wiki/Certificato_digitale
- https://developers.google.com/search/docs/crawling-indexing/https?hl=it
English
SSL certificate
A digital certificate that authenticates a website's identity and enables an encrypted connection using the SSL/TLS protocol. It binds a cryptographic key to an organization's or domain's details.
After installing the SSL certificate, the site was served over HTTPS with a padlock icon in the browser.
- https://en.wikipedia.org/wiki/Public_key_certificate
- https://developers.google.com/search/docs/crawling-indexing/https
Deutsch
SSL-Zertifikat
Ein digitales Zertifikat, das die Identität einer Website bestätigt und über das SSL/TLS-Protokoll eine verschlüsselte Verbindung ermöglicht. Es verknüpft einen kryptografischen Schlüssel mit den Angaben zu Domain oder Organisation.
Nach der Installation des SSL-Zertifikats wurde die Website über HTTPS mit Schloss-Symbol im Browser ausgeliefert.
- https://de.wikipedia.org/wiki/Digitales_Zertifikat
- https://developers.google.com/search/docs/crawling-indexing/https?hl=de
Français
certificat SSL
Certificat numérique qui authentifie l'identité d'un site web et permet une connexion chiffrée via le protocole SSL/TLS. Il associe une clé cryptographique aux informations d'un domaine ou d'une organisation.
Après l'installation du certificat SSL, le site a été servi en HTTPS avec un cadenas dans le navigateur.
- https://fr.wikipedia.org/wiki/Certificat_%C3%A9lectronique
- https://developers.google.com/search/docs/crawling-indexing/https?hl=fr
中文
SSL证书
一种数字证书,用于验证网站身份,并通过SSL/TLS协议建立加密连接。它将加密密钥与域名或组织的信息绑定在一起。
安装SSL证书后,网站通过HTTPS提供服务,浏览器地址栏显示锁形图标。
- https://zh.wikipedia.org/wiki/%E5%85%AC%E9%92%A5%E8%AF%81%E4%B9%A6
- https://developers.google.com/search/docs/crawling-indexing/https?hl=zh-cn
Italiano
chatbot
Applicazione software che simula la conversazione umana tramite testo o voce, spesso basata sull'elaborazione del linguaggio naturale o su grandi modelli linguistici. I chatbot spaziano da script basati su regole ad agenti conversazionali guidati dall'IA.
Il sito di e-commerce ha aggiunto un chatbot per rispondere alle domande dei clienti a qualsiasi ora.
- https://it.wikipedia.org/wiki/Chatbot
English
chatbot
A software application that simulates human conversation through text or voice, often powered by natural language processing or large language models. Chatbots range from rule-based scripts to AI-driven conversational agents.
The e-commerce site added a chatbot to answer customer questions around the clock.
- https://en.wikipedia.org/wiki/Chatbot
Deutsch
Chatbot
Eine Softwareanwendung, die menschliche Konversation per Text oder Sprache nachahmt und häufig auf Verarbeitung natürlicher Sprache oder grossen Sprachmodellen basiert. Chatbots reichen von regelbasierten Skripten bis zu KI-gestützten Dialogsystemen.
Der Onlineshop setzt einen Chatbot ein, um Kundenfragen rund um die Uhr zu beantworten.
- https://de.wikipedia.org/wiki/Chatbot
Français
chatbot
Application logicielle qui simule une conversation humaine par texte ou par voix, souvent fondée sur le traitement du langage naturel ou de grands modèles de langage. Les chatbots vont des scripts à base de règles aux agents conversationnels pilotés par IA.
Le site marchand a intégré un chatbot pour répondre aux questions des clients à toute heure.
- https://fr.wikipedia.org/wiki/Chatbot
中文
聊天机器人
一种通过文本或语音模拟人类对话的软件应用,通常基于自然语言处理或大语言模型。聊天机器人涵盖从基于规则的脚本到人工智能驱动的对话代理等多种类型。
该电商网站添加了聊天机器人,全天候回答客户的问题。
- https://zh.wikipedia.org/wiki/聊天機器人
Italiano
ChatGPT
ChatGPT è un chatbot conversazionale di intelligenza artificiale sviluppato da OpenAI, basato sui grandi modelli linguistici della famiglia GPT. Genera risposte in linguaggio naturale e può inoltre effettuare ricerche sul Web e integrare strumenti esterni.
Sempre più aziende ottimizzano i propri contenuti per ChatGPT al fine di comparire nelle risposte generate dall'IA.
- https://it.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
English
ChatGPT
ChatGPT is a conversational AI chatbot developed by OpenAI, based on large language models of the GPT family. It generates human-like text responses and can also perform web search and integrate external tools.
Marketers increasingly optimize their content for ChatGPT to appear in AI-generated answers.
- https://en.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Deutsch
ChatGPT
ChatGPT ist ein von OpenAI entwickelter dialogbasierter KI-Chatbot, der auf grossen Sprachmodellen der GPT-Familie beruht. Er erzeugt natürlichsprachliche Antworten und kann zusätzlich im Web suchen sowie externe Werkzeuge einbinden.
Immer mehr Unternehmen optimieren ihre Inhalte für ChatGPT, um in KI-generierten Antworten aufzutauchen.
- https://de.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Français
ChatGPT
ChatGPT est un agent conversationnel d'intelligence artificielle développé par OpenAI, fondé sur les grands modèles de langage de la famille GPT. Il génère des réponses en langage naturel et peut aussi effectuer des recherches sur le Web et intégrer des outils externes.
De plus en plus d'entreprises optimisent leur contenu pour ChatGPT afin d'apparaître dans les réponses générées par l'IA.
- https://fr.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
中文
ChatGPT
ChatGPT 是由 OpenAI 开发的对话式人工智能聊天机器人,基于 GPT 系列大型语言模型。它能生成类似人类的自然语言回复,并可进行网络搜索和集成外部工具。
越来越多的企业针对 ChatGPT 优化内容,以便出现在 AI 生成的回答中。
- https://zh.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Italiano
chunking
Processo di suddivisione di un documento o corpus testuale in segmenti più piccoli e semanticamente coerenti (chunk), che possono essere vettorizzati e recuperati singolarmente, tipicamente per la retrieval-augmented generation (RAG) e la ricerca vettoriale.
Un buon chunking mantiene insieme le frasi correlate affinché il modello linguistico riceva un contesto coerente.
- https://it.wikipedia.org/wiki/Retrieval-augmented_generation
English
chunking
The process of splitting a document or text corpus into smaller, semantically coherent segments (chunks) that can be embedded and retrieved individually, typically for retrieval-augmented generation (RAG) and vector search.
Effective chunking keeps related sentences together so that the retriever returns coherent context to the language model.
- https://en.wikipedia.org/wiki/Retrieval-augmented_generation
- https://python.langchain.com/docs/concepts/text_splitters/
Deutsch
Chunking
Verfahren zur Aufteilung eines Dokuments oder Textkorpus in kleinere, semantisch zusammenhängende Segmente (Chunks), die einzeln in Vektoren umgewandelt und abgerufen werden können, typischerweise für Retrieval-Augmented Generation (RAG) und Vektorsuche.
Gutes Chunking hält zusammengehörige Sätze beisammen, damit das Sprachmodell kohärenten Kontext erhält.
- https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
Français
chunking
Processus de découpage d'un document ou d'un corpus de texte en segments plus petits et sémantiquement cohérents (chunks), qui peuvent être vectorisés et récupérés individuellement, typiquement pour la génération augmentée par récupération (RAG) et la recherche vectorielle.
Un bon chunking maintient ensemble les phrases liées afin que le modèle de langage reçoive un contexte cohérent.
- https://fr.wikipedia.org/wiki/Retrieval-augmented_generation
中文
分块
将文档或文本语料拆分为较小且语义连贯的片段(chunk)的过程,这些片段可以单独进行向量化并检索,通常用于检索增强生成(RAG)和向量搜索。
良好的分块能将相关句子保持在一起,从而为语言模型提供连贯的上下文。
- https://zh.wikipedia.org/wiki/检索增强生成
Italiano
Citation Flow
Il Citation Flow è una metrica sviluppata da Majestic che prevede, su una scala da 0 a 100, la potenziale influenza di un URL in base alla quantità di link in entrata.
Il sito aveva un Citation Flow di 50, indice di un elevato numero di link in ingresso.
- https://it.majestic.com/help/glossary#CitationFlow
English
Citation Flow
Citation Flow is a metric developed by Majestic that predicts how influential a URL might be based on the quantity of links pointing to it, on a scale from 0 to 100.
The page had a high Citation Flow of 65 but a lower Trust Flow, suggesting many links of questionable quality.
- https://majestic.com/help/glossary#CitationFlow
- https://en.wikipedia.org/wiki/Majestic-12
Deutsch
Citation Flow
Citation Flow ist eine von Majestic entwickelte Kennzahl, die auf einer Skala von 0 bis 100 die potenzielle Linkstärke einer URL anhand der reinen Menge eingehender Links vorhersagt.
Die Domain wies einen Citation Flow von 45 auf, was auf ein hohes Linkvolumen hindeutet.
- https://majestic.com/help/glossary#CitationFlow
Français
Citation Flow
Le Citation Flow est une métrique développée par Majestic qui prédit, sur une échelle de 0 à 100, l'influence potentielle d'une URL en fonction du volume de liens entrants.
La page affichait un Citation Flow élevé de 60, révélant un grand nombre de liens entrants.
- https://fr.majestic.com/help/glossary#CitationFlow
中文
引用流量
引用流量(Citation Flow)是 Majestic 开发的一项指标,根据指向某个 URL 的链接数量,在 0 到 100 的范围内预测该 URL 的潜在影响力。
该页面的引用流量高达 65,表明有大量外部链接指向它。
- https://majestic.com/help/glossary#CitationFlow
Italiano
citazione IA
Menzione o riferimento a una fonte all'interno di una risposta generata da un'IA, in cui un modello linguistico attribuisce un'informazione a un sito web, un documento o un marchio. La citazione IA è una metrica chiave della Generative Engine Optimization (GEO).
L'azienda ha monitorato le proprie citazioni IA in ChatGPT per misurare quanto spesso i suoi contenuti venissero referenziati nelle risposte generate.
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
English
AI citation
A reference or mention of a source within an AI-generated answer, where a large language model attributes information to a specific website, document or brand. AI citations are a key metric in Generative Engine Optimization (GEO) for measuring visibility in AI search engines.
The brand tracked its AI citation rate in ChatGPT and Perplexity to measure how often its content was referenced in generated answers.
- https://en.wikipedia.org/wiki/Generative_engine_optimization
Deutsch
AI Citation
Eine Nennung oder Quellenangabe innerhalb einer KI-generierten Antwort, bei der ein Sprachmodell Informationen einer bestimmten Website, Marke oder Quelle zuordnet. AI Citations sind eine zentrale Kennzahl der Generative Engine Optimization (GEO).
Das Unternehmen verfolgte seine AI Citations in ChatGPT, um zu messen, wie oft seine Inhalte in generierten Antworten zitiert wurden.
- https://de.wikipedia.org/wiki/Generative_Engine_Optimization
Français
citation par IA
Mention ou référence d'une source au sein d'une réponse générée par une IA, où un grand modèle de langage attribue une information à un site web, un document ou une marque. La citation par IA est un indicateur clé du Generative Engine Optimization (GEO).
La marque a suivi son taux de citation par IA dans Perplexity afin de mesurer la fréquence à laquelle son contenu était référencé.
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
中文
AI引用
指人工智能生成的回答中对某一来源的引用或提及,即大语言模型将信息归属于特定网站、文档或品牌。AI引用是生成式引擎优化(GEO)中衡量可见度的关键指标。
该品牌跟踪其内容在ChatGPT和Perplexity中的AI引用次数,以衡量被生成式回答引用的频率。
- https://zh.wikipedia.org/wiki/搜索引擎优化
Italiano
citazione locale
Una citazione locale è qualsiasi menzione online del nome, indirizzo e numero di telefono (NAP) di un'attività locale, che aiuta i motori di ricerca a verificare l'attività e a migliorarne il posizionamento locale.
Citazioni locali coerenti in directory come Pagine Gialle e Yelp aumentano la visibilità di un negozio nei risultati di ricerca locali.
- https://moz.com/learn/seo/citations
English
local citation
A local citation is any online mention of a local business's name, address and phone number (NAP), which helps search engines verify the business's existence and improves its local search rankings.
Building consistent local citations across directories like Yelp and Yellow Pages boosts a restaurant's visibility in local search results.
- https://moz.com/learn/seo/citations
- https://support.google.com/business/answer/7107242
Deutsch
Local Citation
Eine Local Citation ist jede Online-Erwähnung von Name, Adresse und Telefonnummer (NAP) eines lokalen Unternehmens, die Suchmaschinen bei der Verifizierung des Unternehmens hilft und das lokale Ranking verbessert.
Konsistente Local Citations in Verzeichnissen wie Gelbe Seiten und Yelp stärken die Sichtbarkeit eines Geschäfts in der lokalen Suche.
- https://moz.com/learn/seo/citations
- https://de.wikipedia.org/wiki/Local_SEO
Français
citation locale
Une citation locale est toute mention en ligne du nom, de l'adresse et du numéro de téléphone (NAP) d'une entreprise locale, aidant les moteurs de recherche à vérifier l'entreprise et à améliorer son classement local.
Des citations locales cohérentes dans des annuaires comme Pages Jaunes et Yelp renforcent la visibilité d'un commerce dans les résultats de recherche locaux.
- https://moz.com/learn/seo/citations
中文
本地引用
本地引用是指在网络上对本地商家名称、地址和电话号码(NAP)的任何提及,有助于搜索引擎验证商家信息并提升其本地搜索排名。
在大众点评和黄页等目录中保持一致的本地引用,可以提升一家餐厅在本地搜索结果中的可见度。
- https://moz.com/learn/seo/citations
Italiano
classificazione del testo
La classificazione del testo è un compito di elaborazione del linguaggio naturale che consiste nell'assegnare categorie o etichette predefinite a documenti testuali in base al loro contenuto. È alla base di applicazioni come il filtraggio dello spam, l'analisi del sentiment e la categorizzazione tematica.
Il modello esegue la classificazione del testo per smistare i ticket di assistenza in fatturazione, tecnica e richieste generali.
- https://it.wikipedia.org/wiki/Categorizzazione_del_testo
English
text classification
Text classification is the natural language processing task of assigning predefined categories or labels to text documents based on their content. It underpins applications such as spam filtering, sentiment analysis and topic categorization.
The model performs text classification to sort incoming support tickets into billing, technical and general inquiries.
- https://en.wikipedia.org/wiki/Document_classification
Deutsch
Textklassifikation
Die Textklassifikation ist eine Aufgabe der maschinellen Sprachverarbeitung, bei der Texten anhand ihres Inhalts vordefinierte Kategorien oder Labels zugewiesen werden. Typische Anwendungen sind Spam-Filterung, Sentiment-Analyse und Themenzuordnung.
Das Modell nutzt Textklassifikation, um eingehende Support-Tickets in Abrechnung, Technik und allgemeine Anfragen einzusortieren.
- https://de.wikipedia.org/wiki/Textklassifikation
Français
classification de texte
La classification de texte est une tâche de traitement automatique du langage naturel consistant à attribuer des catégories ou étiquettes prédéfinies à des documents textuels selon leur contenu. Elle sous-tend le filtrage anti-spam, l'analyse de sentiment et la catégorisation thématique.
Le modèle effectue une classification de texte pour trier les tickets d'assistance entrants en facturation, technique et demandes générales.
- https://fr.wikipedia.org/wiki/Cat%C3%A9gorisation_de_texte
中文
文本分类
文本分类是自然语言处理中的一项任务,根据文本内容为文档分配预定义的类别或标签。它是垃圾邮件过滤、情感分析和主题归类等应用的基础。
该模型通过文本分类将收到的客服工单分为账单、技术和一般咨询三类。
- https://zh.wikipedia.org/wiki/%E6%96%87%E6%9C%AC%E5%88%86%E7%B1%BB
Italiano
Claude
Claude è una famiglia di grandi modelli linguistici sviluppata dall'azienda di IA Anthropic, concepita come assistente conversazionale con particolare attenzione alla sicurezza e all'utilità. Viene impiegato per attività come generazione di testo, sintesi, programmazione e risposta a domande.
Molte aziende integrano Claude tramite l'API di Anthropic per alimentare i propri chatbot di assistenza.
- https://www.anthropic.com/claude
- https://it.wikipedia.org/wiki/Claude_(modello_linguistico)
English
Claude
Claude is a family of large language models developed by the AI company Anthropic, designed as a conversational AI assistant with a focus on safety and helpfulness. It is used for tasks such as text generation, summarization, coding and answering questions.
Many businesses integrate Claude via the Anthropic API to power their customer support chatbots.
- https://www.anthropic.com/claude
- https://en.wikipedia.org/wiki/Claude_(language_model)
Deutsch
Claude
Claude ist eine Familie grosser Sprachmodelle des KI-Unternehmens Anthropic, die als konversationeller KI-Assistent mit Schwerpunkt auf Sicherheit und Hilfsbereitschaft konzipiert ist. Es dient Aufgaben wie Textgenerierung, Zusammenfassung, Programmierung und Beantwortung von Fragen.
Viele Unternehmen binden Claude über die Anthropic-API ein, um ihre Support-Chatbots zu betreiben.
- https://www.anthropic.com/claude
- https://de.wikipedia.org/wiki/Claude_(Sprachmodell)
Français
Claude
Claude est une famille de grands modèles de langage développée par l'entreprise d'IA Anthropic, conçue comme un assistant conversationnel axé sur la sécurité et l'utilité. Il sert à des tâches telles que la génération de texte, le résumé, la programmation et la réponse aux questions.
De nombreuses entreprises intègrent Claude via l'API d'Anthropic pour alimenter leurs agents conversationnels.
- https://www.anthropic.com/claude
- https://fr.wikipedia.org/wiki/Claude_(mod%C3%A8le_de_langage)
中文
Claude
Claude 是由人工智能公司 Anthropic 开发的一系列大型语言模型,作为注重安全性与实用性的对话式人工智能助手而设计。它可用于文本生成、摘要、编程和问答等任务。
许多企业通过 Anthropic API 集成 Claude,为其客服聊天机器人提供支持。
- https://www.anthropic.com/claude
- https://zh.wikipedia.org/wiki/Claude_(%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B)
Italiano
ClaudeBot
ClaudeBot è il crawler web gestito da Anthropic per raccogliere contenuti web accessibili al pubblico utilizzati per addestrare e migliorare i suoi modelli di IA Claude. Si identifica tramite una stringa user-agent dedicata e rispetta le direttive del file robots.txt.
Per impedire che il tuo sito venga utilizzato per l'addestramento dell'IA, aggiungi una regola disallow per ClaudeBot nel file robots.txt.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
English
ClaudeBot
ClaudeBot is the web crawler operated by Anthropic to collect publicly available web content used to train and improve its Claude AI models. It identifies itself via a distinct user-agent string and respects robots.txt directives.
To prevent your site from being used for AI training, add a disallow rule for ClaudeBot in your robots.txt file.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
- https://darkvisitors.com/agents/agents/claudebot
Deutsch
ClaudeBot
ClaudeBot ist der von Anthropic betriebene Webcrawler, der öffentlich zugängliche Webinhalte sammelt, um die KI-Modelle der Claude-Reihe zu trainieren und zu verbessern. Er kennzeichnet sich durch eine eigene User-Agent-Zeichenkette und beachtet robots.txt-Anweisungen.
Um zu verhindern, dass Ihre Website für das KI-Training genutzt wird, fügen Sie in der robots.txt eine Disallow-Regel für ClaudeBot hinzu.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
Français
ClaudeBot
ClaudeBot est le robot d'exploration exploité par Anthropic pour collecter des contenus web accessibles au public afin d'entraîner et d'améliorer ses modèles d'IA Claude. Il s'identifie par une chaîne user-agent spécifique et respecte les directives du fichier robots.txt.
Pour empêcher l'utilisation de votre site à des fins d'entraînement de l'IA, ajoutez une règle disallow pour ClaudeBot dans votre fichier robots.txt.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
中文
ClaudeBot
ClaudeBot 是由 Anthropic 运营的网络爬虫,用于收集公开可访问的网页内容以训练和改进其 Claude 人工智能模型。它通过特定的 user-agent 字符串标识自身,并遵守 robots.txt 指令。
如需阻止您的网站被用于人工智能训练,请在 robots.txt 文件中为 ClaudeBot 添加 disallow 规则。
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
Italiano
clic
Interazione dell'utente in cui viene attivato un link, un annuncio o un elemento nei risultati di ricerca; generalmente registrata come metrica nei report di analisi e rendimento della ricerca.
La pagina ha ricevuto 1.200 clic dai risultati di ricerca organici il mese scorso.
- https://support.google.com/webmasters/answer/7042828?hl=it
English
click
A user interaction in which a link, ad, or element in search results is activated, typically recorded as a metric in analytics and search performance reports.
The page received 1,200 clicks from organic search results last month.
- https://support.google.com/webmasters/answer/7042828
- https://support.google.com/google-ads/answer/31799
Deutsch
Klick
Eine Nutzerinteraktion, bei der ein Link, eine Anzeige oder ein Element in den Suchergebnissen aktiviert wird; wird meist als Metrik in Analytics- und Suchleistungsberichten erfasst.
Die Seite erhielt letzten Monat 1.200 Klicks aus den organischen Suchergebnissen.
- https://support.google.com/webmasters/answer/7042828?hl=de
Français
clic
Interaction utilisateur consistant à activer un lien, une annonce ou un élément dans les résultats de recherche ; généralement enregistrée comme métrique dans les rapports d'analyse et de performance de recherche.
La page a reçu 1 200 clics depuis les résultats de recherche organiques le mois dernier.
- https://support.google.com/webmasters/answer/7042828?hl=fr
中文
点击
用户激活链接、广告或搜索结果中某个元素的交互行为,通常在分析和搜索效果报告中作为指标记录。
上个月该页面从自然搜索结果中获得了1200次点击。
- https://support.google.com/webmasters/answer/7042828?hl=zh-Hans
Italiano
cloaking
Tecnica SEO black-hat che consiste nel presentare ai crawler dei motori di ricerca contenuti o URL diversi da quelli mostrati agli utenti umani, allo scopo di manipolare il posizionamento. Il cloaking viola le linee guida dei motori di ricerca e può comportare penalizzazioni.
Il sito è stato penalizzato per cloaking perché forniva a Googlebot testo ricco di parole chiave mostrando invece agli utenti una galleria di immagini.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Cloaking
English
cloaking
A black-hat SEO technique in which the content or URL presented to search engine crawlers differs from that shown to human users, with the intent to manipulate rankings. It violates search engine guidelines and can lead to penalties or deindexing.
The site was penalized for cloaking, serving keyword-stuffed text to Googlebot while showing an image gallery to visitors.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Cloaking
Deutsch
Cloaking
Eine Black-Hat-SEO-Technik, bei der Suchmaschinen-Crawlern andere Inhalte oder URLs präsentiert werden als menschlichen Nutzern, um das Ranking zu manipulieren. Cloaking verstößt gegen die Richtlinien von Suchmaschinen und kann zu Abstrafungen führen.
Die Website wurde wegen Cloaking abgestraft, weil sie dem Googlebot mit Keywords überladenen Text lieferte, den Besuchern jedoch eine Bildergalerie.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Cloaking
Français
cloaking
Technique de référencement black-hat consistant à présenter aux robots d'exploration un contenu ou une URL différents de ceux affichés aux internautes, dans le but de manipuler le classement. Le cloaking enfreint les consignes des moteurs de recherche et peut entraîner des pénalités.
Le site a été pénalisé pour cloaking, car il fournissait à Googlebot un texte bourré de mots-clés tout en affichant une galerie d'images aux visiteurs.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/Cloaking
中文
隐藏页面
一种黑帽SEO技术,向搜索引擎爬虫展示与向真实用户展示不同的内容或URL,目的是操纵排名。该做法违反搜索引擎准则,可能导致处罚或被除名。
该网站因隐藏页面被处罚,它向Googlebot提供堆砌关键词的文本,却向访客展示图片库。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/隐藏页面