TermBoyTerm

Deutsch
invertierter Index
Eine Datenstruktur, die Inhalte wie Wörter oder Terme auf ihre Fundstellen in einer Dokumentmenge abbildet und so eine schnelle Volltextsuche ermöglicht. Sie ist die zentrale Indexstruktur der meisten Suchmaschinen.
Die Suchmaschine erstellt einen invertierten Index, damit eine Anfrage nach einem Wort sofort alle Dokumente liefert, die es enthalten.
  • https://de.wikipedia.org/wiki/Invertierter_Index
English
inverted index
A data structure that maps content, such as words or terms, to their locations in a set of documents, enabling fast full-text search. It is the core index structure used by most search engines.
The search engine builds an inverted index so that a query for a word instantly returns all documents containing it.
  • https://en.wikipedia.org/wiki/Inverted_index
Français
index inversé
Structure de données qui associe des contenus, comme des mots ou des termes, à leur emplacement dans un ensemble de documents, permettant une recherche plein texte rapide. C'est la structure d'index centrale de la plupart des moteurs de recherche.
Le moteur de recherche construit un index inversé afin qu'une requête sur un mot renvoie instantanément tous les documents qui le contiennent.
  • https://fr.wikipedia.org/wiki/Index_invers%C3%A9
Italiano
indice invertito
Struttura dati che associa contenuti, come parole o termini, alla loro posizione in un insieme di documenti, consentendo una ricerca full-text rapida. È la struttura di indice fondamentale della maggior parte dei motori di ricerca.
Il motore di ricerca costruisce un indice invertito in modo che una query su una parola restituisca subito tutti i documenti che la contengono.
  • https://it.wikipedia.org/wiki/Indice_invertito
中文
倒排索引
一种将内容(如词语或术语)映射到其在文档集合中位置的数据结构,从而实现快速全文检索。它是大多数搜索引擎的核心索引结构。
搜索引擎构建倒排索引,使得对某个词的查询能够立即返回所有包含该词的文档。
  • https://zh.wikipedia.org/wiki/%E5%80%92%E6%8E%92%E7%B4%A2%E5%BC%95
Deutsch
IP-Adresse
Eine numerische Kennung, die jedem Gerät in einem Netzwerk zugewiesen wird, das über das Internetprotokoll kommuniziert, und die zur Identifikation und Adressierung dient.
Jeder Webserver ist über mindestens eine IP-Adresse erreichbar.
  • https://de.wikipedia.org/wiki/IP-Adresse
English
IP address
A numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication, enabling identification and location addressing.
Every server hosting a website is reachable via at least one IP address.
  • https://en.wikipedia.org/wiki/IP_address
  • https://datatracker.ietf.org/doc/html/rfc791
Français
adresse IP
Étiquette numérique attribuée à chaque appareil connecté à un réseau utilisant le protocole Internet, permettant son identification et son adressage.
Chaque serveur web est accessible via au moins une adresse IP.
  • https://fr.wikipedia.org/wiki/Adresse_IP
Italiano
indirizzo IP
Etichetta numerica assegnata a ciascun dispositivo connesso a una rete che utilizza il protocollo Internet, che ne consente l'identificazione e l'indirizzamento.
Ogni server web è raggiungibile tramite almeno un indirizzo IP.
  • https://it.wikipedia.org/wiki/Indirizzo_IP
中文
IP地址
分配给使用互联网协议进行通信的网络中每台设备的数字标识,用于设备的识别和寻址定位。
每个托管网站的服务器至少可以通过一个IP地址访问。
  • https://zh.wikipedia.org/wiki/IP地址
Deutsch
Jailbreak
Im KI-Kontext bezeichnet ein Jailbreak eine Technik, mit der ein grosses Sprachmodell durch gezielt gestaltete Prompts dazu gebracht wird, seine Sicherheitsvorgaben zu umgehen und eingeschränkte oder verbotene Ausgaben zu erzeugen.
Der Forscher zeigte einen Jailbreak, der den Chatbot dazu brachte, seinen verborgenen System-Prompt preiszugeben.
  • https://de.wikipedia.org/wiki/Prompt_Injection
English
jailbreak
In the context of AI, a jailbreak is a technique that manipulates a large language model through crafted prompts to bypass its safety guardrails and produce restricted or prohibited outputs.
The researcher demonstrated a jailbreak that tricked the chatbot into revealing its hidden system prompt.
  • https://en.wikipedia.org/wiki/Prompt_injection
  • https://owasp.org/www-project-top-10-for-large-language-model-applications/
Français
jailbreak
Dans le contexte de l'IA, un jailbreak est une technique qui manipule un grand modèle de langage au moyen d'invites conçues pour contourner ses garde-fous de sécurité et produire des sorties restreintes ou interdites.
Le chercheur a présenté un jailbreak qui a poussé le chatbot à révéler son invite système cachée.
  • https://fr.wikipedia.org/wiki/Injection_de_prompt
Italiano
jailbreak
Nel contesto dell'IA, un jailbreak è una tecnica che manipola un modello linguistico di grandi dimensioni tramite prompt appositamente costruiti per aggirare le sue misure di sicurezza e produrre output limitati o vietati.
Il ricercatore ha mostrato un jailbreak che ha indotto il chatbot a rivelare il suo prompt di sistema nascosto.
  • https://it.wikipedia.org/wiki/Prompt_injection
中文
越狱
在人工智能领域,越狱是指通过精心构造的提示词操纵大语言模型,绕过其安全防护机制,从而生成受限或被禁止内容的技术。
研究人员演示了一种越狱方法,诱导聊天机器人泄露其隐藏的系统提示词。
  • https://zh.wikipedia.org/wiki/提示词注入
Deutsch
JavaScript
Eine höhere, interpretierte Programmiersprache, die interaktives und dynamisches Verhalten in Webseiten ermöglicht und vom Browser oder serverseitigen Laufzeitumgebungen ausgeführt wird.
Der Entwickler nutzte JavaScript, um das Formular vor dem Absenden der Daten zu überprüfen.
  • https://developer.mozilla.org/de/docs/Web/JavaScript
  • https://de.wikipedia.org/wiki/JavaScript
English
JavaScript
A high-level, interpreted programming language that enables interactive and dynamic behavior in web pages and is executed by the browser or by server-side runtimes.
The developer used JavaScript to validate the form before the data was sent to the server.
  • https://developer.mozilla.org/en-US/docs/Web/JavaScript
  • https://en.wikipedia.org/wiki/JavaScript
Français
JavaScript
Langage de programmation de haut niveau et interprété qui permet un comportement interactif et dynamique dans les pages web, exécuté par le navigateur ou par des environnements d'exécution côté serveur.
Le développeur a utilisé JavaScript pour valider le formulaire avant l'envoi des données au serveur.
  • https://developer.mozilla.org/fr/docs/Web/JavaScript
  • https://fr.wikipedia.org/wiki/JavaScript
Italiano
JavaScript
Linguaggio di programmazione di alto livello e interpretato che consente comportamenti interattivi e dinamici nelle pagine web, eseguito dal browser o da runtime lato server.
Lo sviluppatore ha usato JavaScript per validare il modulo prima dell'invio dei dati al server.
  • https://developer.mozilla.org/it/docs/Web/JavaScript
  • https://it.wikipedia.org/wiki/JavaScript
中文
JavaScript
一种高级的解释型编程语言,用于在网页中实现交互式和动态行为,由浏览器或服务器端运行时执行。
开发者使用 JavaScript 在数据发送到服务器之前对表单进行验证。
  • https://developer.mozilla.org/zh-CN/docs/Web/JavaScript
  • https://zh.wikipedia.org/wiki/JavaScript
Deutsch
JavaScript-Rendering
Der Vorgang, bei dem ein Browser oder eine Suchmaschine JavaScript ausführt, um das endgültige Document Object Model (DOM) und damit Inhalte darzustellen, die nicht im ursprünglichen HTML enthalten sind. Im SEO-Kontext beschreibt es, wie Crawler clientseitig erzeugte Inhalte vor der Indexierung verarbeiten.
Beim JavaScript-Rendering kann es zu Verzögerungen bei der Indexierung dynamisch nachgeladener Inhalte kommen.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=de
English
JavaScript rendering
The process by which a browser or search engine executes JavaScript to build the final Document Object Model (DOM) and display page content that is not present in the initial HTML response. In SEO, it refers to how crawlers process client-side scripted content before indexing.
Google's crawler defers JavaScript rendering to a second wave, which can delay the indexing of dynamically loaded content.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
  • https://developer.mozilla.org/en-US/docs/Web/Performance/How_browsers_work
Français
rendu JavaScript
Processus par lequel un navigateur ou un moteur de recherche exécute le JavaScript afin de construire le Document Object Model (DOM) final et d'afficher un contenu absent de la réponse HTML initiale. En SEO, il désigne la manière dont les robots traitent le contenu généré côté client avant l'indexation.
Le rendu JavaScript peut retarder l'indexation des contenus chargés dynamiquement par le robot d'exploration.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=fr
Italiano
rendering JavaScript
Processo con cui un browser o un motore di ricerca esegue il JavaScript per costruire il Document Object Model (DOM) finale e visualizzare contenuti non presenti nella risposta HTML iniziale. In ambito SEO indica il modo in cui i crawler elaborano i contenuti generati lato client prima dell'indicizzazione.
Il rendering JavaScript può ritardare l'indicizzazione dei contenuti caricati dinamicamente dal crawler.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=it
中文
JavaScript 渲染
浏览器或搜索引擎执行 JavaScript 以构建最终文档对象模型(DOM)并显示初始 HTML 响应中不存在的页面内容的过程。在 SEO 中,它指爬虫在编入索引前处理客户端脚本生成内容的方式。
由于 Google 会将 JavaScript 渲染推迟到第二阶段,动态加载内容的索引可能会被延迟。
  • https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=zh-cn
Deutsch
JSON-LD
JSON-LD (JavaScript Object Notation for Linked Data) ist ein vom W3C standardisiertes, leichtgewichtiges Format zur Auszeichnung strukturierter Daten mittels JSON-Syntax. Im SEO gilt es als bevorzugte Methode, um schema.org-Markup einzubinden.
Google empfiehlt, JSON-LD in einem Script-Tag einzufügen, um Produkt-, Bewertungs- und FAQ-Daten auszuzeichnen.
  • https://www.w3.org/TR/json-ld11/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=de
English
JSON-LD
JSON-LD (JavaScript Object Notation for Linked Data) is a lightweight, W3C-standardized format for encoding structured data using JSON syntax. In SEO it is the recommended way to embed schema.org markup so that search engines can better understand page content.
Google recommends adding JSON-LD in a script tag to mark up product, review, and FAQ data.
  • https://www.w3.org/TR/json-ld11/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data
Français
JSON-LD
JSON-LD (JavaScript Object Notation for Linked Data) est un format léger, normalisé par le W3C, permettant d'encoder des données structurées à l'aide de la syntaxe JSON. En SEO, c'est la méthode recommandée pour intégrer le balisage schema.org.
Google recommande d'ajouter le JSON-LD dans une balise script pour baliser les données de produit, d'avis et de FAQ.
  • https://www.w3.org/TR/json-ld11/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=fr
Italiano
JSON-LD
JSON-LD (JavaScript Object Notation for Linked Data) è un formato leggero, standardizzato dal W3C, per codificare dati strutturati tramite la sintassi JSON. Nella SEO è il metodo consigliato per integrare il markup schema.org.
Google consiglia di aggiungere JSON-LD in un tag script per contrassegnare dati di prodotto, recensioni e FAQ.
  • https://www.w3.org/TR/json-ld11/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=it
中文
JSON-LD
JSON-LD(JavaScript Object Notation for Linked Data,链接数据的 JavaScript 对象表示法)是 W3C 标准化的一种轻量级格式,使用 JSON 语法编码结构化数据。在 SEO 中,它是嵌入 schema.org 标记的推荐方式。
谷歌建议在 script 标签中添加 JSON-LD,以标记产品、评价和常见问题数据。
  • https://www.w3.org/TR/json-ld11/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=zh-cn
Deutsch
kanonische URL
Die von einer Website als maßgeblich festgelegte bevorzugte URL einer Seite, wenn identische oder ähnliche Inhalte unter mehreren URLs erreichbar sind. Suchmaschinen bündeln die Ranking-Signale auf diese kanonische Version.
Um Duplicate Content zu vermeiden, gibt die Seite ihre kanonische URL über ein rel="canonical"-Element im HTML-Kopf an.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
  • https://de.wikipedia.org/wiki/Canonical_Tag
English
canonical URL
The preferred URL that a website designates as the authoritative version of a page when duplicate or similar content is accessible under multiple URLs. Search engines consolidate ranking signals to this canonical version.
To avoid duplicate content issues, the page declares its canonical URL using a rel="canonical" link element in the HTML head.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
  • https://en.wikipedia.org/wiki/Canonical_link_element
Français
URL canonique
L'URL préférée qu'un site web désigne comme version faisant autorité d'une page lorsque des contenus identiques ou similaires sont accessibles via plusieurs URL. Les moteurs de recherche regroupent les signaux de classement vers cette version canonique.
Pour éviter le contenu dupliqué, la page déclare son URL canonique via un élément rel="canonical" dans l'en-tête HTML.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
  • https://fr.wikipedia.org/wiki/URL_canonique
Italiano
URL canonico
L'URL preferito che un sito web designa come versione autorevole di una pagina quando contenuti identici o simili sono accessibili tramite più URL. I motori di ricerca consolidano i segnali di ranking su questa versione canonica.
Per evitare contenuti duplicati, la pagina dichiara il proprio URL canonico tramite un elemento rel="canonical" nell'intestazione HTML.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it
  • https://it.wikipedia.org/wiki/Canonical_link_element
中文
规范网址
当相同或相似内容可通过多个网址访问时,网站指定为页面权威版本的首选网址。搜索引擎会将排名信号汇总到该规范版本。
为避免重复内容问题,该页面通过 HTML 头部的 rel="canonical" 链接元素声明其规范网址。
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
  • https://zh.wikipedia.org/wiki/Canonical_link_element
Deutsch
Kategorieseite
Eine Kategorieseite fasst thematisch verwandte Produkte, Artikel oder Inhalte unter einem gemeinsamen Themen- oder Taxonomiebegriff auf einer Website zusammen. Im SEO dient sie als wichtige Landingpage für breitere, volumenstarke Keywords.
Der Onlineshop optimierte seine Kategorieseite für 'Laufschuhe' mit beschreibendem Text und internen Links zu einzelnen Produkten.
  • https://developers.google.com/search/docs/appearance/structured-data/product?hl=de
  • https://de.wikipedia.org/wiki/Landingpage
English
category page
A category page groups and lists related products, articles or content items under a common topic or taxonomy on a website. In SEO it serves as an important landing page targeting broader, higher-volume keywords.
The e-commerce site optimized its category page for 'running shoes' with descriptive text and internal links to individual products.
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://en.wikipedia.org/wiki/Web_page
Français
page de catégorie
Une page de catégorie regroupe et liste des produits, articles ou contenus apparentés sous un thème ou une taxonomie commune sur un site web. En SEO, elle sert de page d'atterrissage importante ciblant des mots-clés plus larges et à fort volume.
Le site e-commerce a optimisé sa page de catégorie pour 'chaussures de running' avec un texte descriptif et des liens internes vers les produits.
  • https://developers.google.com/search/docs/appearance/structured-data/product?hl=fr
  • https://fr.wikipedia.org/wiki/Page_de_destination
Italiano
pagina di categoria
Una pagina di categoria raggruppa ed elenca prodotti, articoli o contenuti correlati sotto un tema o una tassonomia comune su un sito web. Nella SEO funge da importante landing page che punta a parole chiave più ampie e ad alto volume.
Il sito e-commerce ha ottimizzato la sua pagina di categoria per 'scarpe da running' con testo descrittivo e link interni ai singoli prodotti.
  • https://developers.google.com/search/docs/appearance/structured-data/product?hl=it
  • https://it.wikipedia.org/wiki/Landing_page
中文
分类页
分类页在网站上按共同主题或分类法对相关产品、文章或内容进行归组和列表展示。在SEO中,它是针对较宽泛、高搜索量关键词的重要着陆页。
该电商网站为'跑步鞋'优化了分类页,添加了描述性文字和指向各个产品的内部链接。
  • https://developers.google.com/search/docs/appearance/structured-data/product?hl=zh-cn
  • https://zh.wikipedia.org/wiki/着陆页
Deutsch
Keyword
Ein Wort oder eine Wortgruppe, das bzw. die Nutzer in eine Suchmaschine eingeben und für das Inhalte optimiert werden, um deren Sichtbarkeit in den Suchergebnissen zu verbessern.
Der Artikel ist auf das Keyword 'Laufschuhe' optimiert, um bei Google besser zu ranken.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
keyword
A word or phrase that users enter into a search engine and that content is optimized for to improve its visibility in search results.
The article targets the keyword 'running shoes' to rank higher on Google.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Français
mot-clé
Mot ou expression que les utilisateurs saisissent dans un moteur de recherche et pour lequel un contenu est optimisé afin d'améliorer sa visibilité dans les résultats de recherche.
L'article est optimisé pour le mot-clé « chaussures de course » afin de mieux se positionner sur Google.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
parola chiave
Parola o frase che gli utenti digitano in un motore di ricerca e per la quale un contenuto viene ottimizzato al fine di migliorarne la visibilità nei risultati di ricerca.
L'articolo è ottimizzato per la parola chiave «scarpe da corsa» per posizionarsi meglio su Google.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
关键词
用户在搜索引擎中输入的词或短语,内容会围绕其进行优化,以提升在搜索结果中的可见性。
这篇文章针对关键词“跑鞋”进行了优化,以在谷歌中获得更高排名。
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Keyword-Dichte
Die Keyword-Dichte bezeichnet den prozentualen Anteil, mit dem ein Schlüsselwort oder eine Phrase im Verhältnis zur Gesamtwortzahl einer Webseite vorkommt. Sie diente historisch als Onpage-SEO-Kennzahl zur Einschätzung der thematischen Relevanz.
Eine zu hohe Keyword-Dichte kann als Keyword-Stuffing gewertet werden und dem Ranking schaden.
  • https://de.wikipedia.org/wiki/Keyword-Dichte
English
keyword density
Keyword density is the percentage of times a keyword or phrase appears on a web page relative to the total number of words on that page. It was historically used as an on-page SEO metric to gauge topical relevance.
Overusing a term to inflate keyword density can trigger spam filters instead of improving rankings.
  • https://en.wikipedia.org/wiki/Keyword_density
  • https://developers.google.com/search/docs/essentials/spam-policies
Français
densité de mots-clés
La densité de mots-clés désigne le pourcentage d'apparition d'un mot-clé ou d'une expression par rapport au nombre total de mots d'une page web. Elle servait historiquement d'indicateur SEO on-page pour évaluer la pertinence thématique.
Une densité de mots-clés excessive peut être perçue comme du bourrage de mots-clés et pénaliser la page.
  • https://fr.wikipedia.org/wiki/Densit%C3%A9_de_mots-cl%C3%A9s
Italiano
densità delle parole chiave
La densità delle parole chiave indica la percentuale con cui una parola chiave o frase compare rispetto al numero totale di parole di una pagina web. Storicamente veniva usata come metrica SEO on-page per valutare la rilevanza tematica.
Una densità delle parole chiave troppo elevata può essere interpretata come keyword stuffing e danneggiare il posizionamento.
  • https://it.wikipedia.org/wiki/Densit%C3%A0_delle_parole_chiave
中文
关键词密度
关键词密度是指某个关键词或短语在网页中出现的次数占该网页总字数的百分比。它曾作为页面SEO指标用于衡量主题相关性。
过度堆砌以提高关键词密度可能触发垃圾内容过滤,而无助于提升排名。
  • https://zh.wikipedia.org/wiki/%E9%97%9C%E9%8D%B5%E5%AD%97%E5%AF%86%E5%BA%A6
Deutsch
Keyword-Difficulty
Eine Kennzahl, die schätzt, wie schwierig es ist, für ein bestimmtes Keyword in den organischen Suchergebnissen zu ranken, üblicherweise auf einer Skala (z. B. 0–100). Sie spiegelt die Stärke und Autorität der aktuell rankenden Seiten wider.
Vor der Auswahl eines Suchbegriffs prüft das SEO-Team die Keyword-Difficulty, um den nötigen Linkaufbau abzuschätzen.
  • https://de.ryte.com/wiki/Keyword_Difficulty
  • https://ahrefs.com/blog/de/keyword-difficulty/
English
keyword difficulty
A metric that estimates how hard it is to rank in organic search results for a given keyword, typically expressed on a scale (e.g. 0–100). It reflects the strength and authority of the pages currently ranking for that keyword.
Before targeting a term, the SEO team checks its keyword difficulty to gauge how much link building will be required.
  • https://ahrefs.com/blog/keyword-difficulty/
  • https://moz.com/learn/seo/keyword-difficulty
Français
difficulté du mot-clé
Indicateur qui estime la difficulté à se positionner dans les résultats de recherche organiques pour un mot-clé donné, généralement exprimé sur une échelle (p. ex. 0–100). Il reflète la force et l'autorité des pages actuellement classées.
Avant de cibler une requête, l'équipe SEO vérifie la difficulté du mot-clé pour estimer l'effort de netlinking nécessaire.
  • https://fr.semrush.com/blog/keyword-difficulty/
  • https://ahrefs.com/blog/fr/keyword-difficulty/
Italiano
keyword difficulty
Metrica che stima quanto sia difficile posizionarsi nei risultati di ricerca organici per una determinata parola chiave, generalmente espressa su una scala (es. 0–100). Riflette la forza e l'autorità delle pagine attualmente posizionate.
Prima di puntare su un termine, il team SEO controlla la keyword difficulty per valutare il lavoro di link building necessario.
  • https://it.semrush.com/blog/keyword-difficulty/
  • https://ahrefs.com/blog/keyword-difficulty/
中文
关键词难度
一种衡量在自然搜索结果中为某个关键词获得排名难易程度的指标,通常以数值范围(如0–100)表示。它反映当前排名页面的强度与权威性。
在选定目标词之前,SEO团队会查看关键词难度,以评估所需的外链建设量。
  • https://ahrefs.com/blog/keyword-difficulty/
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Keyword-Gap-Analyse
Eine wettbewerbsorientierte SEO-Methode, die Keywords ermittelt, für die Konkurrenzseiten ranken, die eigene Domain jedoch nicht, um Content- und Ranking-Lücken aufzudecken.
Die Keyword-Gap-Analyse zeigte, dass unsere Mitbewerber für zahlreiche Suchbegriffe ranken, die auf unserer Website völlig fehlen.
  • https://de.semrush.com/kb/1049-keyword-gap
  • https://ahrefs.com/blog/de/content-gap-analyse/
English
keyword gap analysis
A competitive SEO method that identifies keywords for which competitor domains rank but the target site does not, revealing content and ranking opportunities.
The keyword gap analysis surfaced 200 high-volume terms our competitors ranked for while we had no coverage at all.
  • https://ahrefs.com/blog/content-gap-analysis/
  • https://www.semrush.com/kb/1049-keyword-gap
Français
analyse des lacunes de mots-clés
Méthode SEO concurrentielle qui identifie les mots-clés pour lesquels les sites concurrents sont positionnés alors que le site cible ne l'est pas, afin de révéler des opportunités de contenu et de positionnement.
L'analyse des lacunes de mots-clés a révélé des dizaines de requêtes ciblées par nos concurrents mais totalement absentes de notre site.
  • https://fr.semrush.com/kb/1049-keyword-gap
  • https://ahrefs.com/blog/fr/analyse-content-gap/
Italiano
analisi del keyword gap
Metodo SEO competitivo che individua le parole chiave per cui i siti concorrenti si posizionano mentre il sito target no, evidenziando opportunità di contenuto e di ranking.
L'analisi del keyword gap ha rivelato numerose query per cui i competitor si posizionavano e che sul nostro sito erano del tutto assenti.
  • https://it.semrush.com/kb/1049-keyword-gap
  • https://ahrefs.com/blog/content-gap-analysis/
中文
关键词差距分析
一种竞争性 SEO 方法,用于识别竞争对手网站有排名而目标网站没有排名的关键词,从而发现内容和排名机会。
关键词差距分析发现了数百个竞争对手有排名而我们完全没有覆盖的高流量关键词。
  • https://www.semrush.com/kb/1049-keyword-gap
  • https://ahrefs.com/blog/content-gap-analysis/
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
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
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
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
中文
关键词自相残杀
指同一网站的多个页面竞争相同或非常相似的搜索关键词,导致彼此的排名相互削弱。相关性信号被分散,使得任何单一页面都难以获得最佳排名。
由于关键词自相残杀,三篇文章都针对'最佳跑鞋'这一短语,导致没有一篇能获得良好排名。
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Keyword-Mapping
Die Zuordnung von Ziel-Keywords zu einzelnen Seiten einer Website, um Überschneidungen zu vermeiden und jede Seite auf eine bestimmte Suchintention auszurichten.
Im Rahmen des Site-Audits führten wir ein Keyword-Mapping durch, um jeder Kategorieseite das passende Suchwort zuzuweisen.
  • https://de.ryte.com/wiki/Keyword_Mapping
English
keyword mapping
The process of assigning target keywords to specific pages of a website to avoid overlap and ensure each page targets distinct search intents.
During the site audit we performed keyword mapping to match each product category page to its most relevant search term.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide
  • https://moz.com/learn/seo/keyword-research
Français
keyword mapping
Attribution de mots-clés cibles à des pages spécifiques d'un site web afin d'éviter les chevauchements et de faire correspondre chaque page à une intention de recherche distincte.
Lors de l'audit du site, nous avons réalisé un keyword mapping pour associer chaque page catégorie à son mot-clé le plus pertinent.
  • https://moz.com/learn/seo/keyword-research
Italiano
keyword mapping
Assegnazione di parole chiave target a pagine specifiche di un sito web per evitare sovrapposizioni e far corrispondere ogni pagina a una distinta intenzione di ricerca.
Durante l'audit del sito abbiamo eseguito il keyword mapping per associare ogni pagina categoria alla parola chiave più pertinente.
  • https://moz.com/learn/seo/keyword-research
中文
关键词映射
将目标关键词分配给网站的特定页面,以避免重叠并确保每个页面针对不同的搜索意图。
在网站审计过程中,我们进行了关键词映射,将每个产品类别页面与最相关的搜索词进行匹配。
  • https://moz.com/learn/seo/keyword-research
Deutsch
Keyword-Recherche
Der Prozess der Ermittlung und Analyse der Suchbegriffe, die Nutzer in Suchmaschinen eingeben, um daraus eine Content- und SEO-Strategie abzuleiten. Dabei werden meist Suchvolumen, Wettbewerb und Suchintention bewertet.
Die Keyword-Recherche zeigte, dass 'beste Laufschuhe' deutlich häufiger gesucht wird als 'Laufschuhe Test'.
  • https://de.wikipedia.org/wiki/Keyword-Recherche
English
keyword research
The process of identifying and analyzing the search terms that users enter into search engines, in order to inform content and SEO strategy. It typically involves assessing search volume, competition and user intent.
Thorough keyword research revealed that users searched for 'best running shoes' far more often than 'top running footwear'.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://en.wikipedia.org/wiki/Keyword_research
Français
recherche de mots-clés
Processus d'identification et d'analyse des termes que les internautes saisissent dans les moteurs de recherche, afin d'orienter la stratégie de contenu et de SEO. Il repose généralement sur l'évaluation du volume de recherche, de la concurrence et de l'intention de recherche.
La recherche de mots-clés a montré que « meilleures chaussures de running » était bien plus recherché que « chaussures de course top ».
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
ricerca delle parole chiave
Il processo di individuazione e analisi dei termini che gli utenti digitano nei motori di ricerca, per orientare la strategia di contenuti e di SEO. Comprende in genere la valutazione del volume di ricerca, della concorrenza e dell'intento di ricerca.
La ricerca delle parole chiave ha rivelato che 'migliori scarpe da running' era molto più cercato di 'scarpe da corsa top'.
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
关键词研究
识别并分析用户在搜索引擎中输入的搜索词的过程,以此为内容和SEO策略提供依据。通常包括评估搜索量、竞争程度和搜索意图。
关键词研究表明,用户搜索“最佳跑鞋”的次数远多于“顶级跑步鞋”。
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Keyword-Stuffing
Das übermäßige oder wiederholte Einfügen von Schlüsselwörtern in eine Webseite, um das Ranking in den Suchergebnissen zu manipulieren. Diese Spam-Technik verstößt gegen die Richtlinien der Suchmaschinen.
Die Seite wurde abgestraft, weil das Keyword-Stuffing den Text unlesbar und manipulativ machte.
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://de.wikipedia.org/wiki/Keyword_Stuffing
English
keyword stuffing
The practice of loading a webpage with excessive or repetitive keywords in an attempt to manipulate a site's ranking in search results. It is considered a spammy technique that violates search engine guidelines.
The page was penalized because its keyword stuffing made the text unreadable and manipulative.
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://en.wikipedia.org/wiki/Keyword_stuffing
Français
keyword stuffing
Pratique consistant à surcharger une page web de mots-clés excessifs ou répétitifs afin de manipuler le classement dans les résultats de recherche. Cette technique de spam enfreint les consignes des moteurs de recherche.
La page a été pénalisée car le keyword stuffing rendait le texte illisible et manipulateur.
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://fr.wikipedia.org/wiki/Keyword_stuffing
Italiano
keyword stuffing
Pratica che consiste nel riempire una pagina web con parole chiave eccessive o ripetitive per manipolare il posizionamento nei risultati di ricerca. È una tecnica di spam che viola le linee guida dei motori di ricerca.
La pagina è stata penalizzata perché il keyword stuffing rendeva il testo illeggibile e manipolatorio.
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://it.wikipedia.org/wiki/Keyword_stuffing
中文
关键词堆砌
指在网页中过度或重复地填充关键词,以操纵网站在搜索结果中的排名。这是一种违反搜索引擎准则的垃圾技术。
该页面因关键词堆砌使文本难以阅读且具有操纵性而受到处罚。
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://zh.wikipedia.org/wiki/关键词堆砌
Deutsch
KI-Agent
Ein KI-Agent ist ein Softwaresystem, das mithilfe künstlicher Intelligenz, häufig auf Basis grosser Sprachmodelle, seine Umgebung wahrnimmt, Entscheidungen trifft und Aufgaben zur Erreichung eines Ziels weitgehend autonom ausführt. Er kann planen, Werkzeuge nutzen und selbstständig handeln.
Der KI-Agent recherchierte die Preise, verglich die Anbieter und schloss die Buchung ohne weiteres Zutun ab.
  • https://de.wikipedia.org/wiki/Intelligenter_Agent
  • https://cloud.google.com/discover/what-are-ai-agents
English
AI agent
An AI agent is a software system that uses artificial intelligence, often powered by large language models, to autonomously perceive its environment, make decisions and perform tasks toward a defined goal. It can plan, use tools and take actions with limited or no human intervention.
The AI agent booked the flight, arranged the hotel and added the trip to the calendar without further prompts.
  • https://en.wikipedia.org/wiki/Intelligent_agent
  • https://cloud.google.com/discover/what-are-ai-agents
Français
agent IA
Un agent IA est un système logiciel qui utilise l'intelligence artificielle, souvent fondée sur de grands modèles de langage, pour percevoir son environnement, prendre des décisions et accomplir des tâches de manière autonome afin d'atteindre un objectif défini. Il peut planifier, utiliser des outils et agir avec peu ou pas d'intervention humaine.
L'agent IA a comparé les vols, réservé l'hôtel et ajouté le voyage à l'agenda sans autre instruction.
  • https://fr.wikipedia.org/wiki/Agent_intelligent
  • https://cloud.google.com/discover/what-are-ai-agents
Italiano
agente IA
Un agente IA è un sistema software che utilizza l'intelligenza artificiale, spesso basata su grandi modelli linguistici, per percepire l'ambiente, prendere decisioni ed eseguire compiti in modo autonomo al fine di raggiungere un obiettivo definito. Può pianificare, usare strumenti e agire con scarso o nessun intervento umano.
L'agente IA ha confrontato i voli, prenotato l'hotel e aggiunto il viaggio al calendario senza ulteriori istruzioni.
  • https://it.wikipedia.org/wiki/Agente_intelligente
  • https://cloud.google.com/discover/what-are-ai-agents
中文
AI智能体
AI智能体是一种利用人工智能(通常基于大语言模型)自主感知环境、做出决策并为实现既定目标而执行任务的软件系统。它能够进行规划、调用工具,并在极少或无需人工干预的情况下采取行动。
该AI智能体自动比较了航班、预订了酒店并将行程添加到日历,无需进一步指令。
  • https://zh.wikipedia.org/wiki/%E6%99%BA%E8%83%BD%E4%BB%A3%E7%90%86
  • https://cloud.google.com/discover/what-are-ai-agents
Deutsch
KI-Antwort
Eine von einem KI-System oder einer generativen Suchmaschine direkt erzeugte Antwort auf eine Nutzeranfrage, die Informationen aus mehreren Quellen zusammenfasst, statt eine Liste von Links auszugeben.
Die KI-Antwort fasste die wichtigsten Fakten zusammen und verlinkte die verwendeten Quellen.
  • https://blog.google/products/search/generative-ai-search/
English
AI answer
A directly generated response produced by an AI system or generative search engine in reply to a user query, synthesizing information from multiple sources instead of returning a list of links.
The AI answer summarized three studies and cited each source at the bottom of the response.
  • https://blog.google/products/search/generative-ai-search/
  • https://en.wikipedia.org/wiki/Generative_artificial_intelligence
Français
réponse IA
Réponse générée directement par un système d'IA ou un moteur de recherche génératif à la requête d'un utilisateur, synthétisant des informations issues de plusieurs sources au lieu de renvoyer une liste de liens.
La réponse IA a résumé le sujet et cité les sources utilisées.
  • https://blog.google/products/search/generative-ai-search/
Italiano
risposta IA
Risposta generata direttamente da un sistema di IA o da un motore di ricerca generativo alla domanda di un utente, sintetizzando informazioni provenienti da più fonti anziché restituire un elenco di link.
La risposta IA ha riassunto l'argomento e citato le fonti utilizzate.
  • https://blog.google/products/search/generative-ai-search/
中文
AI回答
由人工智能系统或生成式搜索引擎针对用户查询直接生成的回复,综合多个来源的信息,而不是返回链接列表。
这个AI回答总结了相关内容,并在末尾引用了所使用的来源。
  • https://blog.google/products/search/generative-ai-search/
Deutsch
KI-Bias
KI-Bias bezeichnet systematische und unfaire Verzerrungen in den Ergebnissen eines KI-Systems, die häufig durch unausgewogene Trainingsdaten oder fehlerhaftes Modelldesign entstehen. Er kann zu diskriminierenden oder ungenauen Ergebnissen führen.
Das Bewerbungssystem zeigte einen KI-Bias, indem es männliche Kandidaten systematisch höher einstufte als gleich qualifizierte Frauen.
  • https://de.wikipedia.org/wiki/Algorithmische_Verzerrung
English
AI bias
AI bias refers to systematic and unfair distortions in the output of an AI system, often caused by skewed training data or flawed model design. It can lead to discriminatory or inaccurate results that disadvantage certain groups.
The recruitment algorithm showed AI bias by consistently ranking male candidates higher than equally qualified female candidates.
  • https://en.wikipedia.org/wiki/Algorithmic_bias
  • https://www.ibm.com/think/topics/ai-bias
Français
biais de l'IA
Le biais de l'IA désigne les distorsions systématiques et injustes dans les résultats d'un système d'intelligence artificielle, souvent dues à des données d'entraînement déséquilibrées ou à une conception défaillante du modèle. Il peut produire des résultats discriminatoires ou inexacts.
L'algorithme de recrutement présentait un biais de l'IA en classant systématiquement les candidats masculins plus haut que les candidates aussi qualifiées.
  • https://fr.wikipedia.org/wiki/Biais_algorithmique
Italiano
bias dell'IA
Il bias dell'IA indica le distorsioni sistematiche e inique nei risultati di un sistema di intelligenza artificiale, spesso causate da dati di addestramento sbilanciati o da una progettazione difettosa del modello. Può generare risultati discriminatori o inesatti.
L'algoritmo di selezione mostrava un bias dell'IA classificando sistematicamente i candidati uomini più in alto rispetto alle candidate ugualmente qualificate.
  • https://it.wikipedia.org/wiki/Bias_algoritmico
中文
人工智能偏见
人工智能偏见指人工智能系统输出中出现的系统性且不公平的失真,通常由训练数据不均衡或模型设计缺陷引起,可能导致歧视性或不准确的结果。
该招聘算法存在人工智能偏见,总是将男性候选人排在与其同等资质的女性候选人之前。
  • https://zh.wikipedia.org/wiki/算法偏见
Deutsch
KI-Ethik
Die KI-Ethik befasst sich mit den moralischen Grundsätzen und Praktiken, die Gestaltung, Entwicklung und Einsatz von Systemen der künstlichen Intelligenz leiten. Sie behandelt Themen wie Fairness, Transparenz, Verantwortlichkeit, Datenschutz und Verzerrung (Bias).
Das Unternehmen richtete einen Beirat für KI-Ethik ein, um die Fairness seiner Empfehlungsalgorithmen zu prüfen.
  • https://de.wikipedia.org/wiki/Ethik_der_k%C3%BCnstlichen_Intelligenz
English
AI ethics
AI ethics is the field concerned with the moral principles and practices guiding the design, development, and deployment of artificial intelligence systems. It addresses issues such as fairness, transparency, accountability, privacy, and bias.
The company established an AI ethics board to review the fairness of its recommendation algorithms.
  • https://en.wikipedia.org/wiki/Ethics_of_artificial_intelligence
  • https://www.unesco.org/en/artificial-intelligence/recommendation-ethics
Français
éthique de l'IA
L'éthique de l'IA est le domaine qui traite des principes moraux et des pratiques encadrant la conception, le développement et le déploiement des systèmes d'intelligence artificielle. Elle aborde des questions telles que l'équité, la transparence, la responsabilité, la vie privée et les biais.
L'entreprise a créé un comité d'éthique de l'IA pour évaluer l'équité de ses algorithmes de recommandation.
  • https://fr.wikipedia.org/wiki/%C3%89thique_de_l%27intelligence_artificielle
  • https://www.unesco.org/fr/artificial-intelligence/recommendation-ethics
Italiano
etica dell'IA
L'etica dell'IA è il campo che riguarda i principi morali e le pratiche che guidano la progettazione, lo sviluppo e l'impiego dei sistemi di intelligenza artificiale. Affronta temi come equità, trasparenza, responsabilità, privacy e bias.
L'azienda ha istituito un comitato di etica dell'IA per valutare l'equità dei suoi algoritmi di raccomandazione.
  • https://it.wikipedia.org/wiki/Etica_dell%27intelligenza_artificiale
中文
人工智能伦理
人工智能伦理是研究指导人工智能系统设计、开发和部署的道德原则与实践的领域。它涉及公平性、透明度、问责制、隐私和偏见等议题。
该公司设立了人工智能伦理委员会,以审查其推荐算法的公平性。
  • https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E5%80%AB%E7%90%86
Deutsch
KI-gestützte Suche
Suchtechnologie, die künstliche Intelligenz, insbesondere große Sprachmodelle, nutzt, um Suchanfragen zu interpretieren und zusammengefasste, dialogorientierte Antworten zu erzeugen, statt nur eine Linkliste auszugeben.
KI-gestützte Suchmaschinen wie Perplexity fassen mehrere Quellen zu einer direkten Antwort zusammen.
  • https://de.wikipedia.org/wiki/Generative_k%C3%BCnstliche_Intelligenz
English
AI-powered search
Search technology that uses artificial intelligence, particularly large language models, to interpret queries and generate synthesized, conversational answers instead of only returning a list of links.
AI-powered search engines like Perplexity summarize multiple sources into a single direct answer.
  • https://en.wikipedia.org/wiki/Generative_artificial_intelligence
  • https://blog.google/products/search/generative-ai-search/
Français
recherche assistée par IA
Technologie de recherche qui utilise l'intelligence artificielle, notamment les grands modèles de langage, pour interpréter les requêtes et générer des réponses synthétisées et conversationnelles au lieu de renvoyer une simple liste de liens.
Les moteurs de recherche assistés par IA comme Perplexity synthétisent plusieurs sources en une réponse directe.
  • https://fr.wikipedia.org/wiki/Intelligence_artificielle_g%C3%A9n%C3%A9rative
Italiano
ricerca basata sull'IA
Tecnologia di ricerca che utilizza l'intelligenza artificiale, in particolare i grandi modelli linguistici, per interpretare le query e generare risposte sintetizzate e conversazionali invece di restituire solo un elenco di link.
I motori di ricerca basati sull'IA come Perplexity riassumono più fonti in un'unica risposta diretta.
  • https://it.wikipedia.org/wiki/Intelligenza_artificiale_generativa
中文
AI驱动搜索
一种利用人工智能(尤其是大型语言模型)来理解查询并生成综合性、对话式答案的搜索技术,而不仅仅返回链接列表。
像Perplexity这样的AI驱动搜索引擎会将多个来源汇总成一个直接答案。
  • https://zh.wikipedia.org/wiki/%E7%94%9F%E6%88%90%E5%BC%8F%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD
Deutsch
KI-Sicherheit
KI-Sicherheit bezeichnet ein interdisziplinäres Forschungsfeld, das darauf abzielt, künstliche Intelligenz zuverlässig, robust und im Einklang mit menschlichen Absichten arbeiten zu lassen. Es umfasst technische Robustheit, Alignment und die Vermeidung schädlicher oder unbeabsichtigter Folgen.
Die KI-Sicherheit spielt eine zentrale Rolle bei der Regulierung generativer Sprachmodelle in der EU.
  • https://de.wikipedia.org/wiki/KI-Sicherheit
English
AI safety
AI safety is an interdisciplinary field focused on ensuring that artificial intelligence systems behave reliably, remain aligned with human intentions, and avoid causing harm. It covers technical robustness, alignment, and the prevention of unintended or malicious outcomes.
Leading labs invest heavily in AI safety research to prevent large language models from producing harmful or deceptive outputs.
  • https://en.wikipedia.org/wiki/AI_safety
Français
sécurité de l'IA
La sécurité de l'IA est un domaine interdisciplinaire visant à garantir que les systèmes d'intelligence artificielle fonctionnent de manière fiable, restent alignés sur les intentions humaines et évitent de causer des dommages. Elle englobe la robustesse technique, l'alignement et la prévention des effets indésirables.
Les chercheurs en sécurité de l'IA développent des méthodes pour empêcher les modèles génératifs de produire du contenu nuisible.
  • https://fr.wikipedia.org/wiki/S%C3%A9curit%C3%A9_de_l%27intelligence_artificielle
Italiano
sicurezza dell'IA
La sicurezza dell'IA è un campo interdisciplinare che mira a garantire che i sistemi di intelligenza artificiale operino in modo affidabile, restino allineati alle intenzioni umane ed evitino di causare danni. Comprende la robustezza tecnica, l'allineamento e la prevenzione di esiti indesiderati.
La ricerca sulla sicurezza dell'IA è fondamentale per prevenire comportamenti dannosi nei modelli linguistici di grandi dimensioni.
  • https://it.wikipedia.org/wiki/Sicurezza_dell%27intelligenza_artificiale
中文
人工智能安全
人工智能安全是一个跨学科领域,旨在确保人工智能系统可靠运行、与人类意图保持一致并避免造成危害。它涵盖技术鲁棒性、对齐以及防止意外或恶意后果。
各大研究机构投入大量资源开展人工智能安全研究,以防止大型语言模型生成有害内容。
  • https://zh.wikipedia.org/wiki/人工智能安全
Deutsch
KI-Sichtbarkeit
Das Ausmass, in dem eine Marke, Website oder ein Inhalt in den Antworten KI-gestützter Suchsysteme und grosser Sprachmodelle erscheint, zitiert oder erwähnt wird. Sie gilt als zentrale Kennzahl der Generative Engine Optimization (GEO).
Die Agentur misst die KI-Sichtbarkeit der Marke daran, wie häufig sie in Antworten von ChatGPT und in Google AI Overviews genannt wird.
  • https://de.wikipedia.org/wiki/Generative_Engine_Optimization
English
AI visibility
The degree to which a brand, website or piece of content is surfaced, cited or referenced within the answers of AI-powered search systems and large language models. It is a core metric of Generative Engine Optimization (GEO).
The agency tracks the brand's AI visibility by measuring how often it is mentioned in ChatGPT and Google AI Overviews responses.
  • https://en.wikipedia.org/wiki/Generative_engine_optimization
Français
visibilité IA
Mesure dans laquelle une marque, un site web ou un contenu apparaît, est cité ou mentionné dans les réponses des moteurs de recherche assistés par IA et des grands modèles de langage. C'est un indicateur clé du Generative Engine Optimization (GEO).
L'agence évalue la visibilité IA de la marque en comptant le nombre de fois où elle est citée dans ChatGPT et dans les AI Overviews de Google.
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
visibilità IA
Grado in cui un marchio, un sito web o un contenuto viene mostrato, citato o menzionato nelle risposte dei sistemi di ricerca basati sull'IA e dei grandi modelli linguistici. È una metrica centrale della Generative Engine Optimization (GEO).
L'agenzia monitora la visibilità IA del marchio misurando quante volte viene citato nelle risposte di ChatGPT e nelle AI Overviews di Google.
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
AI可见性
指品牌、网站或内容在人工智能搜索系统及大型语言模型的回答中被呈现、引用或提及的程度。它是生成式引擎优化(GEO)的核心指标之一。
该机构通过统计品牌在ChatGPT和谷歌AI概览回答中被提及的次数来衡量其AI可见性。
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
KI-Suche
Ein Suchparadigma, bei dem große Sprachmodelle oder generative Engines eine Anfrage interpretieren und eine direkte, oft mit Quellen belegte Antwort erzeugen, statt nur eine Liste gerankter Links auszugeben. Grundlage von Diensten wie Google AI Overviews, ChatGPT Search oder Perplexity.
Wer Inhalte für die KI-Suche optimiert, strukturiert Informationen so, dass generative Engines sie korrekt extrahieren und zitieren können.
  • https://de.wikipedia.org/wiki/Generative_k%C3%BCnstliche_Intelligenz
English
AI search
A search paradigm in which large language models or generative engines interpret a query and synthesize a direct answer, often citing sources, instead of returning only a list of ranked links. It underpins tools such as Google's AI Overviews, ChatGPT Search and Perplexity.
Optimizing content for AI search means structuring information so that generative engines can extract and cite it accurately.
  • https://en.wikipedia.org/wiki/Generative_artificial_intelligence
  • https://blog.google/products/search/generative-ai-search/
Français
recherche par IA
Paradigme de recherche dans lequel de grands modèles de langage ou des moteurs génératifs interprètent une requête et produisent une réponse directe, souvent sourcée, au lieu de renvoyer une simple liste de liens classés. Il sous-tend des outils comme Google AI Overviews, ChatGPT Search ou Perplexity.
Optimiser un contenu pour la recherche par IA consiste à structurer l'information afin que les moteurs génératifs puissent l'extraire et la citer correctement.
  • https://fr.wikipedia.org/wiki/Intelligence_artificielle_g%C3%A9n%C3%A9rative
Italiano
ricerca con IA
Paradigma di ricerca in cui grandi modelli linguistici o motori generativi interpretano una query e sintetizzano una risposta diretta, spesso con citazione delle fonti, invece di restituire solo un elenco di link classificati. È alla base di strumenti come Google AI Overviews, ChatGPT Search e Perplexity.
Ottimizzare i contenuti per la ricerca con IA significa strutturare le informazioni affinché i motori generativi possano estrarle e citarle correttamente.
  • https://it.wikipedia.org/wiki/Intelligenza_artificiale_generativa
中文
AI 搜索
一种搜索范式,由大语言模型或生成式引擎理解查询并直接合成答案(通常附带引用来源),而非仅返回排序后的链接列表。它是 Google AI Overviews、ChatGPT Search、Perplexity 等工具的基础。
针对 AI 搜索进行优化,意味着以便于生成式引擎准确提取和引用的方式来组织信息。
  • https://zh.wikipedia.org/wiki/%E7%94%9F%E6%88%90%E5%BC%8F%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD
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
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
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
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
中文
点击
用户激活链接、广告或搜索结果中某个元素的交互行为,通常在分析和搜索效果报告中作为指标记录。
上个月该页面从自然搜索结果中获得了1200次点击。
  • https://support.google.com/webmasters/answer/7042828?hl=zh-Hans