TermBoyTerm

Deutsch
Duplicate Content
Inhalte, die identisch oder weitgehend ähnlich unter mehreren URLs innerhalb einer Domain oder domänenübergreifend erscheinen. Suchmaschinen können solche Inhalte filtern, was Ranking-Signale verwässert.
Der Onlineshop litt unter Duplicate Content, weil dieselbe Produktseite über mehrere URL-Parameter erreichbar war.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
  • https://de.wikipedia.org/wiki/Duplicate_Content
English
duplicate content
Blocks of content that appear identically or substantially similar within or across domains, at more than one URL. Search engines may filter such content, which can dilute ranking signals.
The site suffered from duplicate content because the same product page was reachable via several URL parameters.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
  • https://en.wikipedia.org/wiki/Duplicate_content
Français
contenu dupliqué
Blocs de contenu identiques ou très similaires accessibles via plusieurs URL, au sein d'un même domaine ou entre domaines. Les moteurs de recherche peuvent filtrer ce contenu, ce qui dilue les signaux de classement.
Le site souffrait de contenu dupliqué car la même fiche produit était accessible via plusieurs paramètres d'URL.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
  • https://fr.wikipedia.org/wiki/Contenu_dupliqu%C3%A9
Italiano
contenuto duplicato
Blocchi di contenuto identici o sostanzialmente simili raggiungibili tramite più URL, all'interno di uno stesso dominio o tra domini diversi. I motori di ricerca possono filtrare tali contenuti, diluendo i segnali di ranking.
Il sito soffriva di contenuto duplicato perché la stessa scheda prodotto era raggiungibile tramite diversi parametri URL.
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it
  • https://it.wikipedia.org/wiki/Contenuto_duplicato
中文
重复内容
在同一域名内或跨域名的多个网址下出现的完全相同或高度相似的内容块。搜索引擎可能会过滤此类内容,从而削弱排名信号。
由于同一产品页面可通过多个网址参数访问,该网站出现了重复内容问题。
  • https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
  • https://zh.wikipedia.org/wiki/%E9%87%8D%E8%A4%87%E5%85%A7%E5%AE%B9
Deutsch
durchschnittliche Position
Eine Kennzahl in der Google Search Console, die die durchschnittliche Ranking-Position der URLs einer Website in den Suchergebnissen für bestimmte Suchanfragen angibt. Niedrigere Werte stehen für höhere (bessere) Platzierungen.
Nach dem Content-Update verbesserte sich die durchschnittliche Position des Keywords von 8,4 auf 3,1.
  • https://support.google.com/webmasters/answer/7042828?hl=de
English
average position
A metric in Google Search Console indicating the average ranking position of a website's URLs in search results for given queries. Lower values represent higher (better) placements.
The keyword's average position improved from 8.4 to 3.1 after the content update.
  • https://support.google.com/webmasters/answer/7042828
Français
position moyenne
Métrique de la Google Search Console indiquant la position de classement moyenne des URL d'un site dans les résultats de recherche pour des requêtes données. Une valeur plus faible correspond à un meilleur classement.
Après la mise à jour du contenu, la position moyenne du mot-clé est passée de 8,4 à 3,1.
  • https://support.google.com/webmasters/answer/7042828?hl=fr
Italiano
posizione media
Metrica della Google Search Console che indica la posizione media di ranking degli URL di un sito nei risultati di ricerca per determinate query. Valori più bassi corrispondono a posizionamenti migliori.
Dopo l'aggiornamento dei contenuti, la posizione media della parola chiave è migliorata da 8,4 a 3,1.
  • https://support.google.com/webmasters/answer/7042828?hl=it
中文
平均排名
Google Search Console 中的一项指标,表示网站的网址在给定查询的搜索结果中的平均排名位置。数值越低表示排名越靠前(越好)。
内容更新后,该关键词的平均排名从 8.4 提升到 3.1。
  • https://support.google.com/webmasters/answer/7042828?hl=zh-Hans
Deutsch
dynamic rendering
Ein Verfahren, bei dem ein Webserver Nutzern eine clientseitig gerenderte Seite und Crawlern eine serverseitig (statisch) gerenderte Version ausliefert, um JavaScript-lastige Inhalte für Suchmaschinen zugänglich zu machen. Google betrachtet dies nur noch als Übergangslösung.
Das Team setzte dynamic rendering ein, damit der Googlebot vollständig gerendertes HTML statt einer leeren JavaScript-Hülle erhält.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering?hl=de
English
dynamic rendering
A technique where a web server delivers a client-rendered version of a page to users and a server-rendered (static) version to crawlers, in order to make JavaScript-heavy content accessible to search engines. Google has deprecated it as a long-term solution in favor of server-side rendering or hydration.
The team implemented dynamic rendering so that Googlebot receives fully rendered HTML instead of an empty JavaScript shell.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
  • https://en.wikipedia.org/wiki/Dynamic_rendering
Français
dynamic rendering
Technique par laquelle un serveur web fournit aux utilisateurs une version rendue côté client et aux robots d'exploration une version rendue côté serveur (statique), afin de rendre accessibles aux moteurs de recherche des contenus riches en JavaScript. Google la considère comme une solution transitoire.
L'équipe a mis en place le dynamic rendering pour que Googlebot reçoive un HTML entièrement rendu plutôt qu'une coquille JavaScript vide.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering?hl=fr
Italiano
dynamic rendering
Tecnica con cui un server web fornisce agli utenti una versione renderizzata lato client e ai crawler una versione renderizzata lato server (statica), per rendere accessibili ai motori di ricerca contenuti ricchi di JavaScript. Google la considera solo una soluzione temporanea.
Il team ha implementato il dynamic rendering affinché Googlebot riceva HTML completamente renderizzato anziché un guscio JavaScript vuoto.
  • https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering?hl=it
中文
动态渲染
一种技术,Web 服务器向用户提供客户端渲染的页面版本,同时向爬虫提供服务器端渲染(静态)的版本,以便让依赖大量 JavaScript 的内容能够被搜索引擎抓取。Google 已将其视为过渡性方案。
团队实施了动态渲染,使 Googlebot 收到完整渲染的 HTML,而非空的 JavaScript 外壳。
  • https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering?hl=zh-cn
Deutsch
E-Commerce
Der Kauf und Verkauf von Waren oder Dienstleistungen über das Internet, einschließlich der zugehörigen Online-Zahlungs- und Bestellabwicklungssysteme. Umfasst B2C-, B2B- und C2C-Transaktionen über Websites, Marktplätze und Apps.
Der Händler stieg in den E-Commerce ein und startete einen Onlineshop mit integriertem Checkout und Zahlungsabwicklung.
  • https://de.wikipedia.org/wiki/Electronic_Commerce
  • https://developers.google.com/search/docs/appearance/structured-data/product
English
e-commerce
The buying and selling of goods or services over the internet, including the associated online payment and order-processing systems. It encompasses B2C, B2B and C2C transactions on websites, marketplaces and apps.
The retailer expanded into e-commerce by launching an online store with integrated checkout and payment processing.
  • https://en.wikipedia.org/wiki/E-commerce
  • https://developers.google.com/search/docs/appearance/structured-data/product
Français
e-commerce
L'achat et la vente de biens ou de services sur internet, y compris les systèmes de paiement en ligne et de traitement des commandes associés. Il englobe les transactions B2C, B2B et C2C sur les sites web, les places de marché et les applications.
Le détaillant s'est lancé dans l'e-commerce en ouvrant une boutique en ligne avec paiement intégré.
  • https://fr.wikipedia.org/wiki/Commerce_%C3%A9lectronique
  • https://developers.google.com/search/docs/appearance/structured-data/product
Italiano
e-commerce
L'acquisto e la vendita di beni o servizi tramite internet, compresi i relativi sistemi di pagamento online e di gestione degli ordini. Include transazioni B2C, B2B e C2C su siti web, marketplace e app.
Il rivenditore è entrato nell'e-commerce lanciando un negozio online con checkout e pagamento integrati.
  • https://it.wikipedia.org/wiki/Commercio_elettronico
  • https://developers.google.com/search/docs/appearance/structured-data/product
中文
电子商务
通过互联网买卖商品或服务的活动,包括相关的在线支付和订单处理系统。涵盖网站、电商平台和应用程序上的 B2C、B2B 和 C2C 交易。
该零售商推出了带有集成结账和支付功能的在线商店,进入电子商务领域。
  • https://zh.wikipedia.org/wiki/%E7%94%B5%E5%AD%90%E5%95%86%E5%8A%A1
  • https://developers.google.com/search/docs/appearance/structured-data/product
Deutsch
E-Commerce-SEO
Die Optimierung von Onlineshops sowie deren Produkt- und Kategorieseiten, um in den organischen Suchergebnissen besser zu ranken und kaufbereite Nutzer zu gewinnen. Sie verbindet technisches SEO, strukturierte Daten, Inhalte und Nutzererfahrung mit Fokus auf transaktionale Suchabsicht.
Im Rahmen des E-Commerce-SEO wurden die Produkttitel optimiert und Product-strukturierte-Daten ergänzt.
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
e-commerce SEO
The practice of optimizing online shops and their product and category pages to rank higher in organic search results and attract qualified buyers. It combines technical SEO, structured data, content and user experience tailored to transactional intent.
Their e-commerce SEO strategy focused on optimizing product page titles and adding Product structured data to win rich results.
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Français
SEO e-commerce
Optimisation des boutiques en ligne et de leurs pages produits et catégories afin d'améliorer leur classement dans les résultats naturels et d'attirer des acheteurs qualifiés. Elle combine SEO technique, données structurées, contenu et expérience utilisateur axés sur l'intention transactionnelle.
La stratégie de SEO e-commerce a consisté à optimiser les titres des pages produits et à ajouter les données structurées Product.
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO e-commerce
Ottimizzazione dei negozi online e delle loro pagine di prodotto e categoria per posizionarsi meglio nei risultati organici e attrarre acquirenti qualificati. Combina SEO tecnica, dati strutturati, contenuti ed esperienza utente orientati all'intento transazionale.
La strategia di SEO e-commerce si è concentrata sull'ottimizzazione dei titoli delle pagine prodotto e sull'aggiunta dei dati strutturati Product.
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
电商SEO
针对在线商店及其产品页和分类页进行优化,以在自然搜索结果中获得更高排名并吸引有购买意图的用户。它融合技术SEO、结构化数据、内容和用户体验,侧重于交易型搜索意图。
他们的电商SEO策略着重优化产品页标题并添加Product结构化数据。
  • https://developers.google.com/search/docs/appearance/structured-data/product
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Ecosia
Ecosia ist eine in Berlin ansässige Suchmaschine, die einen Grossteil ihrer Werbeeinnahmen in weltweite Aufforstungs- und Umweltprojekte investiert. Sie bezieht ihre Suchergebnisse überwiegend von Partnern wie Google und Bing und versteht sich als datenschutzfreundliche, gemeinnützige Alternative.
Viele umweltbewusste Nutzer stellen Ecosia als Standardsuchmaschine ein, um Baumpflanzungen zu unterstützen.
  • https://de.wikipedia.org/wiki/Ecosia
  • https://www.ecosia.org/
English
Ecosia
Ecosia is a Berlin-based search engine that uses its advertising revenue to fund tree-planting and environmental projects. It sources results primarily from partner engines such as Google and Bing while positioning itself as a privacy-friendly, non-profit alternative.
Many environmentally conscious users switch their default search engine to Ecosia to support reforestation.
  • https://en.wikipedia.org/wiki/Ecosia
  • https://www.ecosia.org/
Français
Ecosia
Ecosia est un moteur de recherche basé à Berlin qui consacre une grande partie de ses revenus publicitaires à des projets de reforestation et de protection de l'environnement. Il s'appuie principalement sur des partenaires comme Google et Bing et se présente comme une alternative respectueuse de la vie privée et à but non lucratif.
De nombreux utilisateurs soucieux de l'environnement choisissent Ecosia comme moteur de recherche par défaut pour financer la plantation d'arbres.
  • https://fr.wikipedia.org/wiki/Ecosia
  • https://www.ecosia.org/
Italiano
Ecosia
Ecosia è un motore di ricerca con sede a Berlino che destina gran parte dei propri ricavi pubblicitari a progetti di riforestazione e tutela ambientale. Utilizza prevalentemente i risultati di partner come Google e Bing e si propone come alternativa non profit e rispettosa della privacy.
Molti utenti attenti all'ambiente impostano Ecosia come motore di ricerca predefinito per sostenere la piantumazione di alberi.
  • https://it.wikipedia.org/wiki/Ecosia
  • https://www.ecosia.org/
中文
Ecosia
Ecosia 是一家总部位于柏林的搜索引擎,将大部分广告收入用于全球植树造林和环保项目。其搜索结果主要来自 Google 和 Bing 等合作伙伴,并以注重隐私的非营利替代方案自居。
许多注重环保的用户将 Ecosia 设为默认搜索引擎,以支持植树造林。
  • https://zh.wikipedia.org/wiki/Ecosia
  • https://www.ecosia.org/
Deutsch
Edge-Server
Ein Edge-Server ist ein am Rand des Netzwerks und geografisch nahe bei den Endnutzern platzierter Server, der Inhalte zwischenspeichert und ausliefert oder Logik ausführt, um Latenz zu verringern. Er ist ein zentraler Bestandteil von Content Delivery Networks (CDN) und Edge Computing.
Das CDN leitet jede Anfrage an den nächstgelegenen Edge-Server weiter, um die Antwortzeit zu minimieren.
  • https://de.wikipedia.org/wiki/Edge_Computing
English
edge server
An edge server is a server located at the boundary of a network, geographically close to end users, that caches and delivers content or executes logic to reduce latency. It is a core component of content delivery networks (CDNs) and edge computing.
The CDN routes each request to the nearest edge server to minimize round-trip time.
  • https://en.wikipedia.org/wiki/Edge_computing
  • https://developer.mozilla.org/en-US/docs/Glossary/CDN
Français
serveur de périphérie
Un serveur de périphérie est un serveur situé en bordure du réseau, géographiquement proche des utilisateurs finaux, qui met en cache et distribue du contenu ou exécute de la logique afin de réduire la latence. Il constitue un élément clé des réseaux de diffusion de contenu (CDN) et de l'edge computing.
Le CDN dirige chaque requête vers le serveur de périphérie le plus proche pour réduire le temps de réponse.
  • https://fr.wikipedia.org/wiki/Informatique_en_périphérie
Italiano
edge server
Un edge server è un server posizionato ai margini della rete, geograficamente vicino agli utenti finali, che memorizza nella cache e distribuisce contenuti o esegue logica per ridurre la latenza. È un componente fondamentale delle reti di distribuzione di contenuti (CDN) e dell'edge computing.
La CDN instrada ogni richiesta all'edge server più vicino per ridurre al minimo il tempo di risposta.
  • https://it.wikipedia.org/wiki/Edge_computing
中文
边缘服务器
边缘服务器是位于网络边缘、在地理位置上靠近终端用户的服务器,用于缓存和分发内容或执行逻辑以降低延迟。它是内容分发网络(CDN)和边缘计算的核心组成部分。
CDN 会将每个请求路由到最近的边缘服务器,以尽量缩短往返时间。
  • https://zh.wikipedia.org/wiki/边缘计算
Deutsch
E-E-A-T
E-E-A-T steht für Experience, Expertise, Authoritativeness und Trustworthiness (Erfahrung, Fachwissen, Autorität und Vertrauenswürdigkeit) und ist ein Bewertungsrahmen aus Googles Search Quality Rater Guidelines zur Beurteilung der Inhaltsqualität. Vertrauenswürdigkeit gilt als zentraler Faktor.
Um das E-E-A-T zu stärken, ergänzte die Gesundheitsseite Autorenprofile mit Qualifikationen und praktischer Erfahrung.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
E-E-A-T
E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness, a set of criteria used in Google's Search Quality Rater Guidelines to assess content quality. Trust is considered the central factor, supported by the other three.
To improve E-E-A-T, the medical site added author bios showing the writers' credentials and firsthand experience.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Français
E-E-A-T
E-E-A-T signifie Experience, Expertise, Authoritativeness et Trustworthiness (expérience, expertise, autorité et fiabilité), un cadre d'évaluation des Search Quality Rater Guidelines de Google pour juger la qualité du contenu. La fiabilité en constitue le facteur central.
Pour renforcer son E-E-A-T, le site médical a ajouté des profils d'auteurs indiquant leurs diplômes et leur expérience concrète.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
E-E-A-T
E-E-A-T è l'acronimo di Experience, Expertise, Authoritativeness e Trustworthiness (esperienza, competenza, autorevolezza e affidabilità), un quadro di valutazione delle Search Quality Rater Guidelines di Google per giudicare la qualità dei contenuti. L'affidabilità ne è il fattore centrale.
Per migliorare l'E-E-A-T, il sito medico ha aggiunto le biografie degli autori con titoli ed esperienza diretta.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
E-E-A-T
E-E-A-T 代表经验(Experience)、专业性(Expertise)、权威性(Authoritativeness)和可信度(Trustworthiness),是谷歌《搜索质量评估指南》中用于评判内容质量的框架。其中可信度被视为核心要素。
为提升 E-E-A-T,这家医疗网站添加了作者简介,展示其资质和亲身经验。
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Eigennamenerkennung
Eine Aufgabe der Computerlinguistik, bei der Eigennamen in Texten erkannt und in vordefinierte Kategorien wie Personen, Organisationen, Orte oder Zeitangaben klassifiziert werden.
Die Eigennamenerkennung identifizierte 'Berlin' als Ort und 'Siemens' als Organisation im Nachrichtentext.
  • https://de.wikipedia.org/wiki/Eigennamenerkennung
English
named entity recognition
A natural language processing task that identifies and classifies named entities in text into predefined categories such as persons, organizations, locations, dates and quantities.
Named entity recognition extracted 'Google' as an organization and 'Mountain View' as a location from the article.
  • https://en.wikipedia.org/wiki/Named-entity_recognition
Français
reconnaissance d'entités nommées
Tâche du traitement automatique du langage naturel qui consiste à repérer et à classer les entités nommées d'un texte dans des catégories prédéfinies telles que personnes, organisations, lieux ou dates.
La reconnaissance d'entités nommées a extrait 'Paris' comme lieu et 'Airbus' comme organisation.
  • https://fr.wikipedia.org/wiki/Reconnaissance_d%27entit%C3%A9s_nomm%C3%A9es
Italiano
riconoscimento di entità nominate
Compito di elaborazione del linguaggio naturale che individua e classifica le entità nominate in un testo in categorie predefinite come persone, organizzazioni, luoghi e date.
Il riconoscimento di entità nominate ha estratto 'Roma' come luogo e 'Ferrari' come organizzazione.
  • https://it.wikipedia.org/wiki/Riconoscimento_di_entit%C3%A0_denominate
中文
命名实体识别
自然语言处理中的一项任务,用于在文本中识别命名实体并将其归类为人名、组织、地点、日期等预定义类别。
命名实体识别从文章中提取出“北京”作为地点,“华为”作为组织。
  • https://zh.wikipedia.org/wiki/%E5%91%BD%E5%90%8D%E5%AE%9E%E4%BD%93%E8%AF%86%E5%88%AB
Deutsch
eindeutiger Besucher
Ein eindeutiger Besucher ist eine einzelne Person, die innerhalb eines definierten Zeitraums nur einmal gezählt wird, unabhängig von der Anzahl ihrer Besuche. Die Eindeutigkeit wird meist über Cookies oder Geräte-Identifikatoren bestimmt.
Die Website verzeichnete im letzten Monat 50.000 eindeutige Besucher, obwohl die Gesamtzahl der Sitzungen über 120.000 lag.
  • https://support.google.com/analytics/answer/12253918
  • https://de.wikipedia.org/wiki/Unique_Visitor
English
unique visitor
A unique visitor is a distinct individual counted only once within a defined time period, regardless of how many times they visit a website. Uniqueness is typically determined via cookies, device or user identifiers.
The site recorded 50,000 unique visitors last month, even though total sessions exceeded 120,000.
  • https://support.google.com/analytics/answer/12253918
  • https://en.wikipedia.org/wiki/Unique_user
Français
visiteur unique
Un visiteur unique est un individu distinct comptabilisé une seule fois sur une période donnée, quel que soit le nombre de ses visites. L'unicité est généralement déterminée via des cookies ou des identifiants d'appareil.
Le site a enregistré 50 000 visiteurs uniques le mois dernier, bien que le total des sessions ait dépassé 120 000.
  • https://support.google.com/analytics/answer/12253918
  • https://fr.wikipedia.org/wiki/Visiteur_unique
Italiano
visitatore unico
Un visitatore unico è un singolo individuo conteggiato una sola volta in un periodo definito, indipendentemente dal numero di visite effettuate. L'unicità viene solitamente determinata tramite cookie o identificatori del dispositivo.
Il sito ha registrato 50.000 visitatori unici lo scorso mese, sebbene le sessioni totali abbiano superato le 120.000.
  • https://support.google.com/analytics/answer/12253918
  • https://it.wikipedia.org/wiki/Visitatore_unico
中文
独立访客
独立访客是指在特定时间段内被计为唯一一次的个体,无论其访问网站多少次。唯一性通常通过 Cookie 或设备标识符来确定。
上个月该网站记录了 50,000 名独立访客,尽管总会话数超过了 120,000 次。
  • https://support.google.com/analytics/answer/12253918
  • https://zh.wikipedia.org/wiki/独立访客
Deutsch
E-Mail-Marketing
E-Mail-Marketing ist ein Direktmarketing-Kanal, der E-Mails nutzt, um Produkte, Dienstleistungen oder Inhalte an eine gezielte Empfängerliste zu bewerben. Es umfasst Newsletter, Werbekampagnen und automatisierte Strecken, deren Erfolg über Öffnungs- und Klickraten gemessen wird.
Das Unternehmen steigerte seinen Umsatz durch die Kombination von E-Mail-Marketing mit personalisierten Produktempfehlungen.
  • https://de.wikipedia.org/wiki/E-Mail-Marketing
English
email marketing
Email marketing is a direct marketing channel that uses email to promote products, services or content to a targeted list of subscribers. It typically involves newsletters, promotional campaigns and automated flows measured by metrics such as open and click rates.
The company grew its revenue by combining email marketing with personalized product recommendations.
  • https://en.wikipedia.org/wiki/Email_marketing
Français
marketing par courriel
Le marketing par courriel est un canal de marketing direct qui utilise l'e-mail pour promouvoir des produits, services ou contenus auprès d'une liste ciblée d'abonnés. Il comprend des newsletters, des campagnes promotionnelles et des séquences automatisées mesurées par des indicateurs comme les taux d'ouverture et de clic.
L'entreprise a augmenté son chiffre d'affaires en combinant le marketing par courriel avec des recommandations de produits personnalisées.
  • https://fr.wikipedia.org/wiki/Marketing_par_courriel
Italiano
email marketing
L'email marketing è un canale di marketing diretto che utilizza la posta elettronica per promuovere prodotti, servizi o contenuti presso una lista mirata di iscritti. Include newsletter, campagne promozionali e flussi automatizzati misurati tramite metriche come tassi di apertura e di clic.
L'azienda ha aumentato i ricavi combinando l'email marketing con consigli di prodotto personalizzati.
  • https://it.wikipedia.org/wiki/Email_marketing
中文
电子邮件营销
电子邮件营销是一种通过电子邮件向目标订阅者推广产品、服务或内容的直复营销渠道。通常包括电子简报、促销活动和自动化邮件流程,并以打开率和点击率等指标衡量效果。
该公司通过将电子邮件营销与个性化产品推荐相结合,实现了收入增长。
  • https://zh.wikipedia.org/wiki/电子邮件营销
Deutsch
Embed-Code
Ein HTML- oder JavaScript-Codeschnipsel, der in eine Webseite kopiert wird, um externe Inhalte wie Videos, Karten oder Widgets direkt einzubinden.
Kopiere den Embed-Code von YouTube und füge ihn in deinen Blogbeitrag ein, um das Video anzuzeigen.
  • https://developer.mozilla.org/de/docs/Web/HTML/Element/iframe
  • https://support.google.com/youtube/answer/171780
English
embed code
A snippet of HTML or JavaScript that can be copied and pasted into a web page to display external content such as a video, map, or widget inline.
Copy the embed code from YouTube and paste it into your blog post to show the video.
  • https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
  • https://support.google.com/youtube/answer/171780
Français
code d'intégration
Extrait de code HTML ou JavaScript à copier-coller dans une page web afin d'afficher un contenu externe tel qu'une vidéo, une carte ou un widget.
Copiez le code d'intégration de YouTube et collez-le dans votre article de blog pour afficher la vidéo.
  • https://developer.mozilla.org/fr/docs/Web/HTML/Element/iframe
  • https://support.google.com/youtube/answer/171780
Italiano
codice di incorporamento
Frammento di codice HTML o JavaScript da copiare e incollare in una pagina web per visualizzare contenuti esterni come video, mappe o widget.
Copia il codice di incorporamento da YouTube e incollalo nell'articolo del blog per mostrare il video.
  • https://developer.mozilla.org/it/docs/Web/HTML/Element/iframe
  • https://support.google.com/youtube/answer/171780
中文
嵌入代码
一段可复制粘贴到网页中的 HTML 或 JavaScript 代码,用于内嵌显示视频、地图、小组件等外部内容。
从 YouTube 复制嵌入代码并粘贴到你的博客文章中即可显示该视频。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe
  • https://support.google.com/youtube/answer/171780
Deutsch
Embedding
Ein Embedding ist eine dichte, numerische Vektordarstellung von Daten wie Wörtern, Sätzen oder Bildern, die deren semantische Bedeutung in einem kontinuierlichen Vektorraum abbildet. Ähnliche Objekte liegen dabei nahe beieinander, was Ähnlichkeitssuche ermöglicht.
Das System wandelt jede Suchanfrage in ein Embedding um, um semantisch verwandte Dokumente zu finden.
  • https://de.wikipedia.org/wiki/Worteinbettung
  • https://developers.google.com/machine-learning/crash-course/embeddings
English
embedding
An embedding is a dense numerical vector representation of data such as words, sentences or images that captures semantic meaning in a continuous vector space. Similar items are mapped to nearby points, enabling similarity search and machine learning tasks.
The search engine converts each query into an embedding to find semantically related documents.
  • https://en.wikipedia.org/wiki/Word_embedding
  • https://developers.google.com/machine-learning/crash-course/embeddings
Français
embedding
Un embedding est une représentation vectorielle numérique dense de données telles que des mots, des phrases ou des images, capturant leur sens sémantique dans un espace vectoriel continu. Les éléments similaires sont proches, ce qui facilite la recherche par similarité.
Le moteur transforme chaque requête en un embedding afin de trouver des documents sémantiquement proches.
  • https://fr.wikipedia.org/wiki/Plongement_lexical
  • https://developers.google.com/machine-learning/crash-course/embeddings
Italiano
embedding
Un embedding è una rappresentazione vettoriale numerica densa di dati come parole, frasi o immagini, che ne cattura il significato semantico in uno spazio vettoriale continuo. Elementi simili vengono mappati vicini, facilitando la ricerca per similarità.
Il motore converte ogni query in un embedding per trovare documenti semanticamente correlati.
  • https://it.wikipedia.org/wiki/Word_embedding
  • https://developers.google.com/machine-learning/crash-course/embeddings
中文
嵌入
嵌入是将词语、句子或图像等数据表示为稠密数值向量的方法,可在连续向量空间中捕捉其语义含义。语义相似的对象在空间中彼此靠近,从而支持相似度检索与机器学习任务。
搜索引擎将每个查询转换为嵌入向量,以查找语义相关的文档。
  • https://zh.wikipedia.org/wiki/词嵌入
  • https://developers.google.com/machine-learning/crash-course/embeddings
Deutsch
Empfehlungssystem
Ein Softwaresystem, das Nutzerverhalten, Präferenzen und Produktdaten analysiert, um automatisch relevante Produkte oder Inhalte vorzuschlagen. Es nutzt typischerweise kollaboratives Filtern, inhaltsbasiertes Filtern oder hybride Machine-Learning-Verfahren.
Das Empfehlungssystem des Onlineshops schlug passende Zubehörartikel auf Basis des Surfverhaltens vor.
  • https://de.wikipedia.org/wiki/Empfehlungsdienst
English
recommendation engine
A software system that analyzes user behavior, preferences and item data to automatically suggest relevant products or content. It typically uses collaborative filtering, content-based filtering or hybrid machine-learning methods.
The online shop's recommendation engine suggested related accessories based on the customer's browsing history.
  • https://en.wikipedia.org/wiki/Recommender_system
Français
moteur de recommandation
Système logiciel qui analyse le comportement des utilisateurs, leurs préférences et les données produits afin de suggérer automatiquement des produits ou contenus pertinents. Il repose généralement sur le filtrage collaboratif, le filtrage basé sur le contenu ou des méthodes hybrides d'apprentissage automatique.
Le moteur de recommandation de la boutique en ligne a proposé des accessoires complémentaires selon l'historique de navigation du client.
  • https://fr.wikipedia.org/wiki/Syst%C3%A8me_de_recommandation
Italiano
motore di raccomandazione
Sistema software che analizza il comportamento degli utenti, le preferenze e i dati dei prodotti per suggerire automaticamente prodotti o contenuti pertinenti. Utilizza tipicamente filtraggio collaborativo, filtraggio basato sui contenuti o metodi ibridi di machine learning.
Il motore di raccomandazione del negozio online ha suggerito accessori correlati in base alla cronologia di navigazione del cliente.
  • https://it.wikipedia.org/wiki/Sistema_di_raccomandazione
中文
推荐引擎
一种通过分析用户行为、偏好和商品数据来自动推荐相关产品或内容的软件系统。通常采用协同过滤、基于内容的过滤或混合式机器学习方法。
该网店的推荐引擎根据顾客的浏览历史推荐了相关配件。
  • https://zh.wikipedia.org/wiki/%E6%8E%A8%E8%96%A6%E7%B3%BB%E7%B5%B1
Deutsch
Engagement-Rate
Kennzahl, die das Verhältnis von Interaktionen (Likes, Shares, Kommentare, Klicks) zu Reichweite, Impressionen oder Followerzahl misst und meist als Prozentwert angegeben wird.
Der Beitrag erzielte eine Engagement-Rate von 4,2 Prozent und lag damit deutlich über dem Durchschnitt.
  • https://de.wikipedia.org/wiki/Interaktionsrate
English
engagement rate
A metric that measures the level of interaction (likes, shares, comments, clicks) with content relative to reach, impressions or audience size, usually expressed as a percentage.
The post achieved an engagement rate of 4.2 percent, well above the account average.
  • https://en.wikipedia.org/wiki/Engagement_marketing
Français
taux d'engagement
Indicateur mesurant le niveau d'interaction (mentions J'aime, partages, commentaires, clics) avec un contenu par rapport à la portée, aux impressions ou à la taille de l'audience, exprimé en pourcentage.
La publication a atteint un taux d'engagement de 4,2 pour cent, bien au-dessus de la moyenne du compte.
  • https://fr.wikipedia.org/wiki/Marketing_relationnel
Italiano
tasso di coinvolgimento
Metrica che misura il livello di interazione (mi piace, condivisioni, commenti, clic) con un contenuto rispetto alla copertura, alle impression o alla dimensione del pubblico, espressa in percentuale.
Il post ha ottenuto un tasso di coinvolgimento del 4,2 percento, ben al di sopra della media dell'account.
  • https://it.wikipedia.org/wiki/Marketing
中文
互动率
衡量内容互动程度(点赞、分享、评论、点击)相对于覆盖面、展示次数或受众规模的指标,通常以百分比表示。
这条帖子的互动率达到 4.2%,远高于该账号的平均水平。
  • https://zh.wikipedia.org/wiki/社交媒体营销
Deutsch
Enterprise SEO
Suchmaschinenoptimierung im grossen Massstab für Organisationen mit umfangreichen Websites, die häufig Tausende oder Millionen von Seiten sowie komplexe technische Infrastrukturen umfassen. Der Fokus liegt auf skalierbaren Prozessen, Automatisierung und abteilungsübergreifender Koordination.
Der Konzern setzte auf Enterprise SEO, um die Optimierung über alle Ländershops hinweg zu steuern.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
enterprise SEO
Search engine optimization practiced at large scale for organizations with extensive websites, often comprising thousands or millions of pages, complex technical infrastructure and multiple stakeholders. It emphasizes scalable processes, automation and cross-team coordination.
The company hired an enterprise SEO team to manage optimization across its 500,000 product pages.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Français
enterprise SEO
Optimisation pour les moteurs de recherche pratiquée à grande échelle pour des organisations disposant de sites web étendus, comportant souvent des milliers ou des millions de pages et une infrastructure technique complexe. Elle met l'accent sur des processus évolutifs, l'automatisation et la coordination inter-équipes.
Le groupe a mis en place une stratégie d'enterprise SEO pour gérer ses centaines de milliers de pages produit.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
enterprise SEO
Ottimizzazione per i motori di ricerca praticata su larga scala per organizzazioni con siti web estesi, spesso composti da migliaia o milioni di pagine e da infrastrutture tecniche complesse. Pone l'accento su processi scalabili, automazione e coordinamento tra più team.
L'azienda ha adottato una strategia di enterprise SEO per gestire l'ottimizzazione di tutti i suoi cataloghi online.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
企业级SEO
面向拥有大型网站的组织进行的大规模搜索引擎优化,这些网站通常包含成千上万甚至数百万个页面以及复杂的技术架构。其重点在于可扩展的流程、自动化和跨团队协作。
该公司组建了企业级SEO团队,以管理其数十万个产品页面的优化工作。
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
entitätenbasierte Suche
Ein Suchansatz, bei dem Suchanfragen und Inhalte anhand eindeutiger Entitäten (Personen, Orte, Dinge, Konzepte) und ihrer Beziehungen interpretiert werden, statt nur isolierte Schlüsselwörter zu berücksichtigen. Grundlage sind Wissensgraphen und semantisches Verständnis.
Durch die entitätenbasierte Suche erkennt Google, ob mit 'Golf' das Auto, der Sport oder die Meeresbucht gemeint ist.
  • https://de.wikipedia.org/wiki/Knowledge_Graph
English
entity-based search
A search approach in which queries and content are interpreted around distinct entities (people, places, things, concepts) and their relationships rather than isolated keyword strings. It relies on knowledge graphs and semantic understanding to return contextually relevant results.
Google's shift to entity-based search means the engine understands 'Apple' as a company or a fruit depending on context.
  • https://developers.google.com/knowledge-panel/intro
  • https://en.wikipedia.org/wiki/Knowledge_Graph
Français
recherche basée sur les entités
Approche de recherche dans laquelle les requêtes et les contenus sont interprétés autour d'entités distinctes (personnes, lieux, choses, concepts) et de leurs relations, plutôt que de simples chaînes de mots-clés. Elle s'appuie sur des graphes de connaissances et la compréhension sémantique.
Grâce à la recherche basée sur les entités, Google distingue 'Paris' la ville de 'Paris' le prénom selon le contexte.
  • https://fr.wikipedia.org/wiki/Knowledge_Graph
Italiano
ricerca basata sulle entità
Approccio di ricerca in cui query e contenuti vengono interpretati intorno a entità distinte (persone, luoghi, cose, concetti) e alle loro relazioni, anziché su semplici stringhe di parole chiave. Si basa su knowledge graph e comprensione semantica.
Grazie alla ricerca basata sulle entità, Google capisce se 'Torino' indica la città o la squadra di calcio a seconda del contesto.
  • https://it.wikipedia.org/wiki/Knowledge_Graph
中文
基于实体的搜索
一种搜索方法,围绕明确的实体(人物、地点、事物、概念)及其相互关系来解读查询和内容,而非孤立的关键词字符串。它依赖知识图谱和语义理解来返回相关结果。
借助基于实体的搜索,谷歌能根据上下文判断“苹果”指的是公司还是水果。
  • https://zh.wikipedia.org/wiki/知识图谱
Deutsch
Entitätsdisambiguierung
Die Aufgabe, Erwähnungen einer Entität in einem Text der korrekten realen Entität in einer Wissensbasis zuzuordnen, insbesondere wenn dieselbe Oberflächenform mehrere Entitäten bezeichnen kann. Sie ist ein zentraler Schritt beim Entity Linking und in NER-Pipelines.
Die Entitätsdisambiguierung entscheidet, ob sich die Erwähnung „Jordan“ auf das Land, den Basketballspieler oder den Fluss bezieht.
  • https://de.wikipedia.org/wiki/Entity_Linking
English
entity disambiguation
The task of resolving mentions of an entity in text to the correct real-world entity in a knowledge base, especially when the same surface form can refer to multiple entities. It is a core step in entity linking and named entity recognition pipelines.
Entity disambiguation determines whether the mention 'Jordan' refers to the country, the basketball player, or the river.
  • https://en.wikipedia.org/wiki/Entity_linking
  • https://en.wikipedia.org/wiki/Word-sense_disambiguation
Français
désambiguïsation d'entités
Tâche consistant à associer les mentions d'une entité dans un texte à l'entité réelle correcte d'une base de connaissances, notamment lorsqu'une même forme de surface peut désigner plusieurs entités. C'est une étape clé du liage d'entités et des chaînes de traitement de reconnaissance d'entités nommées.
La désambiguïsation d'entités détermine si la mention « Jordan » désigne le pays, le joueur de basket-ball ou le fleuve.
  • https://fr.wikipedia.org/wiki/Liage_d%27entit%C3%A9s
Italiano
disambiguazione delle entità
Il compito di collegare le menzioni di un'entità in un testo alla corretta entità del mondo reale in una base di conoscenza, in particolare quando la stessa forma superficiale può riferirsi a più entità. È un passaggio centrale nell'entity linking e nelle pipeline di riconoscimento delle entità nominate.
La disambiguazione delle entità stabilisce se la menzione «Jordan» si riferisca al paese, al giocatore di basket o al fiume.
  • https://it.wikipedia.org/wiki/Entity_linking
中文
实体消歧
将文本中某一实体的提及映射到知识库中正确的真实世界实体的任务,尤其是在同一表面形式可能指代多个实体的情况下。它是实体链接与命名实体识别流程中的核心步骤。
实体消歧用于判断提及“Jordan”指的是国家、篮球运动员还是河流。
  • https://zh.wikipedia.org/wiki/%E5%AE%9E%E4%BD%93%E9%93%BE%E6%8E%A5
Deutsch
Entitätsextraktion
Die NLP-Aufgabe, benannte Entitäten wie Personen, Organisationen, Orte oder Produkte in unstrukturiertem Text zu erkennen und zu klassifizieren. Sie ist ein zentraler Baustein des Information Retrieval und des Aufbaus von Wissensgraphen.
Die Suchmaschine nutzt Entitätsextraktion, um 'Berlin' als Ort zu erkennen und mit passenden Knowledge-Panel-Daten zu verknüpfen.
  • https://de.wikipedia.org/wiki/Eigennamenerkennung
  • https://cloud.google.com/natural-language/docs/analyzing-entities
English
entity extraction
The natural language processing task of identifying and classifying named entities such as persons, organizations, locations or products within unstructured text. It is a core component of information retrieval and knowledge graph construction.
The search engine uses entity extraction to recognize 'Berlin' as a location and link it to relevant knowledge panel data.
  • https://en.wikipedia.org/wiki/Named-entity_recognition
  • https://cloud.google.com/natural-language/docs/analyzing-entities
Français
extraction d'entités
Tâche de traitement automatique du langage naturel consistant à identifier et classer les entités nommées telles que personnes, organisations, lieux ou produits dans un texte non structuré. Elle constitue un élément clé de la recherche d'information et de la construction de graphes de connaissances.
Le moteur de recherche utilise l'extraction d'entités pour reconnaître « Berlin » comme un lieu et l'associer aux données pertinentes du knowledge panel.
  • https://fr.wikipedia.org/wiki/Reconnaissance_d%27entit%C3%A9s_nomm%C3%A9es
  • https://cloud.google.com/natural-language/docs/analyzing-entities
Italiano
estrazione di entità
Attività di elaborazione del linguaggio naturale che consiste nell'individuare e classificare entità nominate come persone, organizzazioni, luoghi o prodotti all'interno di testo non strutturato. È una componente centrale del recupero delle informazioni e della costruzione di grafi della conoscenza.
Il motore di ricerca usa l'estrazione di entità per riconoscere 'Berlino' come luogo e collegarlo ai dati pertinenti del knowledge panel.
  • https://it.wikipedia.org/wiki/Riconoscimento_di_entit%C3%A0_denominate
  • https://cloud.google.com/natural-language/docs/analyzing-entities
中文
实体抽取
一种自然语言处理任务,用于在非结构化文本中识别并分类人名、组织、地点或产品等命名实体。它是信息检索和知识图谱构建的核心组成部分。
搜索引擎利用实体抽取将“柏林”识别为地点,并将其关联到相关的知识面板数据。
  • https://zh.wikipedia.org/wiki/命名实体识别
  • https://cloud.google.com/natural-language/docs/analyzing-entities
Deutsch
Entity Linking
Entity Linking bezeichnet die NLP-Aufgabe, im Text erkannte Entitätserwähnungen mit ihren eindeutigen Einträgen in einer Wissensdatenbank oder einem Knowledge Graph zu verknüpfen. Dabei wird die Erkennung von Entitäten mit der Disambiguierung kombiniert.
Durch Entity Linking ordnete das System die Erwähnung „Merkur“ dem Planeten und nicht dem Gott zu.
  • https://de.wikipedia.org/wiki/Named_Entity_Linking
English
entity linking
Entity linking is the natural language processing task of associating mentions of entities in text with their corresponding unique entries in a knowledge base or knowledge graph. It combines named entity recognition with disambiguation to resolve which real-world entity a mention refers to.
By applying entity linking, the search engine mapped the ambiguous mention 'Paris' to the city rather than the mythological figure.
  • https://en.wikipedia.org/wiki/Entity_linking
Français
liage d'entités
Le liage d'entités est la tâche de traitement automatique du langage consistant à associer les mentions d'entités détectées dans un texte à leurs entrées uniques dans une base de connaissances ou un graphe de connaissances. Il combine reconnaissance et désambiguïsation des entités.
Grâce au liage d'entités, le moteur a relié la mention « Mercure » à la planète plutôt qu'au dieu romain.
  • https://fr.wikipedia.org/wiki/Liage_d%27entit%C3%A9s
Italiano
entity linking
L'entity linking è il compito di elaborazione del linguaggio naturale che consiste nell'associare le menzioni di entità individuate in un testo alle rispettive voci univoche in una base di conoscenza o in un knowledge graph. Combina il riconoscimento delle entità con la loro disambiguazione.
Grazie all'entity linking, il sistema ha collegato la menzione «Mercurio» al pianeta anziché alla divinità romana.
  • https://en.wikipedia.org/wiki/Entity_linking
中文
实体链接
实体链接是自然语言处理中的一项任务,指将文本中识别出的实体提及与知识库或知识图谱中对应的唯一条目进行关联。它结合了命名实体识别与消歧过程。
通过实体链接,系统将文本中的「水星」关联到行星条目,而非罗马神话人物。
  • https://en.wikipedia.org/wiki/Entity_linking
Deutsch
Entity SEO
Entity SEO ist ein Optimierungsansatz, der klar definierte Entitäten (Personen, Orte, Marken, Konzepte) und deren Beziehungen in Wissensgraphen in den Mittelpunkt stellt statt reiner Keywords. Ziel ist es, Suchmaschinen und KI-Systemen Bedeutung und Kontext verständlich zu machen.
Durch strukturierte Daten und eine einheitliche Benennung stärkte die Agentur das Entity SEO des Kunden und erreichte ein Knowledge Panel.
  • https://developers.google.com/search/docs/appearance/structured-data
  • https://de.wikipedia.org/wiki/Knowledge_Graph
English
entity SEO
Entity SEO is an optimization approach that focuses on clearly defined entities (people, places, brands, concepts) and their relationships in knowledge graphs rather than solely on keywords. It aims to help search engines and AI systems understand meaning and context.
By implementing structured data and consistent naming, the agency strengthened its client's entity SEO and secured a Knowledge Panel.
  • https://developers.google.com/search/docs/appearance/structured-data
  • https://en.wikipedia.org/wiki/Knowledge_Graph
Français
entity SEO
L'entity SEO est une approche d'optimisation centrée sur des entités clairement définies (personnes, lieux, marques, concepts) et leurs relations dans les graphes de connaissances, plutôt que sur les seuls mots-clés. Elle vise à aider les moteurs de recherche et les systèmes d'IA à comprendre le sens et le contexte.
Grâce aux données structurées et à une dénomination cohérente, l'agence a renforcé l'entity SEO du client et obtenu un Knowledge Panel.
  • https://developers.google.com/search/docs/appearance/structured-data
  • https://fr.wikipedia.org/wiki/Knowledge_Graph
Italiano
entity SEO
L'entity SEO è un approccio di ottimizzazione incentrato su entità chiaramente definite (persone, luoghi, marchi, concetti) e sulle loro relazioni nei knowledge graph, anziché sulle sole parole chiave. Mira ad aiutare motori di ricerca e sistemi di IA a comprendere significato e contesto.
Con i dati strutturati e una denominazione coerente, l'agenzia ha rafforzato l'entity SEO del cliente ottenendo un Knowledge Panel.
  • https://developers.google.com/search/docs/appearance/structured-data
  • https://it.wikipedia.org/wiki/Knowledge_Graph
中文
实体SEO
实体SEO是一种优化方法,侧重于明确定义的实体(人物、地点、品牌、概念)及其在知识图谱中的关系,而非仅关注关键词。其目标是帮助搜索引擎和人工智能系统理解含义与语境。
通过实施结构化数据和统一命名,该机构强化了客户的实体SEO,并成功获得了知识面板。
  • https://developers.google.com/search/docs/appearance/structured-data
  • https://zh.wikipedia.org/wiki/知识图谱
Deutsch
erklärbare KI
Erklärbare KI (XAI) bezeichnet Methoden und Verfahren, die Entscheidungen und Ausgaben von KI-Systemen für Menschen nachvollziehbar und interpretierbar machen. Ziel ist Transparenz darüber, wie ein Modell zu seinen Ergebnissen gelangt.
Dank erklärbarer KI konnte die Bank ihren Kunden zeigen, warum ihre Kreditanträge abgelehnt wurden.
  • https://de.wikipedia.org/wiki/Explainable_Artificial_Intelligence
English
explainable AI
Explainable AI (XAI) refers to methods and techniques that make the decisions and outputs of AI systems understandable and interpretable to humans. It aims to provide transparency into how models arrive at their results.
By using explainable AI, the bank could show customers why their loan applications were rejected.
  • https://en.wikipedia.org/wiki/Explainable_artificial_intelligence
  • https://cloud.google.com/explainable-ai
Français
IA explicable
L'IA explicable (XAI) désigne les méthodes et techniques qui rendent les décisions et résultats des systèmes d'IA compréhensibles et interprétables par les humains. Elle vise à assurer la transparence sur la manière dont un modèle parvient à ses résultats.
Grâce à l'IA explicable, la banque a pu montrer à ses clients pourquoi leurs demandes de crédit avaient été refusées.
  • https://fr.wikipedia.org/wiki/Intelligence_artificielle_explicable
Italiano
IA spiegabile
L'IA spiegabile (XAI) indica i metodi e le tecniche che rendono le decisioni e gli output dei sistemi di IA comprensibili e interpretabili dagli esseri umani. Mira a garantire trasparenza su come un modello arriva ai propri risultati.
Grazie all'IA spiegabile, la banca ha potuto mostrare ai clienti perché le loro richieste di prestito erano state respinte.
  • https://it.wikipedia.org/wiki/Intelligenza_artificiale_spiegabile
中文
可解释人工智能
可解释人工智能(XAI)是指使人工智能系统的决策和输出对人类可理解、可解释的方法和技术,旨在提供模型如何得出结果的透明度。
借助可解释人工智能,银行能够向客户说明其贷款申请被拒绝的原因。
  • https://zh.wikipedia.org/wiki/可解释人工智能
Deutsch
Event-Rich-Result
Ein Rich-Result in der Google-Suche, das Veranstaltungsinformationen wie Name, Datum, Uhrzeit und Ort anzeigt und meist aus Event-strukturierten Daten einer Seite generiert wird.
Durch die Ergänzung von Event-strukturierten Daten wurde die Konzertseite für ein Event-Rich-Result mit Datum und Veranstaltungsort qualifiziert.
  • https://developers.google.com/search/docs/appearance/structured-data/event?hl=de
English
event rich result
A rich result in Google Search that displays event information such as name, date, time and location, typically generated from Event structured data on a page.
By adding Event structured data, the concert page qualified for an event rich result showing its date and venue directly in Search.
  • https://developers.google.com/search/docs/appearance/structured-data/event
Français
résultat enrichi d'événement
Résultat enrichi dans la recherche Google affichant des informations sur un événement telles que le nom, la date, l'heure et le lieu, généralement issues de données structurées Event d'une page.
En ajoutant des données structurées Event, la page du concert a pu obtenir un résultat enrichi d'événement affichant sa date et son lieu.
  • https://developers.google.com/search/docs/appearance/structured-data/event?hl=fr
Italiano
risultato multimediale per eventi
Risultato avanzato nella Ricerca Google che mostra informazioni su un evento come nome, data, ora e luogo, generalmente ottenute dai dati strutturati Event di una pagina.
Aggiungendo i dati strutturati Event, la pagina del concerto ha ottenuto un risultato multimediale per eventi con data e luogo.
  • https://developers.google.com/search/docs/appearance/structured-data/event?hl=it
中文
活动富媒体搜索结果
谷歌搜索中显示活动信息(如名称、日期、时间和地点)的富媒体结果,通常由页面上的 Event 结构化数据生成。
通过添加 Event 结构化数据,该演唱会页面获得了显示日期和地点的活动富媒体搜索结果。
  • https://developers.google.com/search/docs/appearance/structured-data/event?hl=zh-cn
Deutsch
Event-Tracking
Das Erfassen bestimmter Nutzerinteraktionen auf einer Website oder in einer App – etwa Klicks, Downloads, Formularabsendungen oder Videostarts – die als einzelne Ereignisse in einem Web-Analyse-Tool aufgezeichnet werden.
Wir haben Event-Tracking eingerichtet, um zu messen, wie viele Besucher auf den Button 'PDF herunterladen' klicken.
  • https://support.google.com/analytics/answer/9322688
  • https://de.wikipedia.org/wiki/Web-Analyse
English
event tracking
The measurement of specific user interactions on a website or app—such as clicks, downloads, form submissions or video plays—that are recorded as discrete events in a web analytics tool.
We set up event tracking to measure how many visitors click the 'Download PDF' button.
  • https://support.google.com/analytics/answer/9322688
  • https://en.wikipedia.org/wiki/Web_analytics
Français
suivi des événements
Mesure d'interactions spécifiques des utilisateurs sur un site web ou une application — clics, téléchargements, envois de formulaires ou lectures de vidéos — enregistrées comme événements distincts dans un outil d'analyse web.
Nous avons mis en place le suivi des événements pour mesurer combien de visiteurs cliquent sur le bouton « Télécharger le PDF ».
  • https://support.google.com/analytics/answer/9322688
  • https://fr.wikipedia.org/wiki/Mesure_d%27audience_des_sites_web
Italiano
monitoraggio degli eventi
La misurazione di specifiche interazioni degli utenti su un sito web o un'app — come clic, download, invii di moduli o riproduzioni video — registrate come singoli eventi in uno strumento di analisi web.
Abbiamo configurato il monitoraggio degli eventi per misurare quanti visitatori cliccano sul pulsante 'Scarica PDF'.
  • https://support.google.com/analytics/answer/9322688
  • https://it.wikipedia.org/wiki/Web_analytics
中文
事件跟踪
对网站或应用中特定用户交互(如点击、下载、表单提交或视频播放)的测量,这些交互在网站分析工具中被记录为独立事件。
我们设置了事件跟踪,以测量有多少访客点击了「下载 PDF」按钮。
  • https://support.google.com/analytics/answer/9322688
  • https://zh.wikipedia.org/wiki/%E7%B6%B2%E7%AB%99%E5%88%86%E6%9E%90
Deutsch
Evergreen Content
Webinhalte, die über einen langen Zeitraum relevant, nützlich und suchbar bleiben und nicht an Aktualität verlieren. Sie generieren dauerhaft organischen Traffic.
Ein Ratgeber zum Thema 'Krawatte binden' ist typischer Evergreen Content, der jahrelang Suchanfragen anzieht.
  • https://de.wikipedia.org/wiki/Evergreen_content
English
evergreen content
Web content that remains relevant, useful and continuously searchable over a long period without significant time-related decay. It sustains organic traffic long after publication.
A well-structured guide on 'how to tie a tie' is classic evergreen content that keeps attracting search traffic year after year.
  • https://en.wikipedia.org/wiki/Evergreen_content
  • https://ahrefs.com/blog/evergreen-content/
Français
contenu évergreen
Contenu web qui reste pertinent, utile et recherché sur une longue période sans perdre de son actualité. Il génère un trafic organique durable après sa publication.
Un guide sur « comment faire un nœud de cravate » est un contenu évergreen classique qui attire du trafic pendant des années.
  • https://fr.wikipedia.org/wiki/Contenu_%C3%A9vergreen
Italiano
contenuto evergreen
Contenuto web che rimane rilevante, utile e ricercabile per un lungo periodo senza perdere attualità. Genera traffico organico duraturo dopo la pubblicazione.
Una guida su «come annodare una cravatta» è un tipico contenuto evergreen che attira traffico di ricerca per anni.
  • https://it.wikipedia.org/wiki/Contenuto_evergreen
中文
常青内容
指在较长时间内始终保持相关性、实用性和可搜索性的网页内容,不会因时间推移而过时。它能持续带来自然搜索流量。
一篇关于「如何打领带」的指南是典型的常青内容,多年来持续吸引搜索流量。
  • https://zh.wikipedia.org/wiki/%E5%B8%B8%E9%9D%92%E5%86%85%E5%AE%B9