TermBoyTerm

English
307 redirect
An HTTP 307 Temporary Redirect status code that instructs the client to repeat the request to another URL while preserving the original request method and body. It signals a temporary relocation, so the original URL should continue to be used in future requests.
The server returned a 307 redirect so the browser resent the POST data to the new endpoint without changing the method.
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307
  • https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
Deutsch
307-Weiterleitung
Ein HTTP-Statuscode 307 Temporary Redirect, der den Client anweist, die Anfrage an eine andere URL zu wiederholen, wobei die ursprüngliche Anfragemethode und der Body erhalten bleiben. Er signalisiert eine vorübergehende Verlagerung, sodass die ursprüngliche URL weiterhin verwendet werden soll.
Der Server lieferte eine 307-Weiterleitung, sodass der Browser die POST-Daten unverändert an die neue Adresse sendete.
  • https://developer.mozilla.org/de/docs/Web/HTTP/Status/307
  • https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
Français
redirection 307
Un code de statut HTTP 307 Temporary Redirect qui indique au client de répéter la requête vers une autre URL tout en conservant la méthode et le corps de la requête d'origine. Il signale un déplacement temporaire, l'URL d'origine devant rester utilisée à l'avenir.
Le serveur a renvoyé une redirection 307, de sorte que le navigateur a renvoyé les données POST vers la nouvelle adresse sans modifier la méthode.
  • https://developer.mozilla.org/fr/docs/Web/HTTP/Status/307
  • https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
Italiano
redirect 307
Un codice di stato HTTP 307 Temporary Redirect che indica al client di ripetere la richiesta verso un altro URL mantenendo il metodo e il corpo della richiesta originale. Segnala uno spostamento temporaneo, per cui l'URL originale dovrebbe continuare a essere usato.
Il server ha restituito un redirect 307, quindi il browser ha rinviato i dati POST al nuovo indirizzo senza cambiare il metodo.
  • https://developer.mozilla.org/it/docs/Web/HTTP/Status/307
  • https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
中文
307重定向
一种 HTTP 307 Temporary Redirect 状态码,指示客户端向另一个 URL 重复发送请求,同时保留原始请求的方法和主体。它表示临时性迁移,因此未来仍应使用原始 URL。
服务器返回了 307 重定向,浏览器在不更改方法的情况下将 POST 数据重新发送到新地址。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status/307
  • https://datatracker.ietf.org/doc/html/rfc7231#section-6.4.7
English
404 error
An HTTP status code indicating that the server could not find the requested resource at the given URL. It signals a client-side error where the page does not exist or has been removed.
When the user clicked the outdated link, the server returned a 404 error instead of the article.
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
  • https://datatracker.ietf.org/doc/html/rfc9110#name-404-not-found
Deutsch
404-Fehler
Ein HTTP-Statuscode, der anzeigt, dass der Server die angeforderte Ressource unter der angegebenen URL nicht finden konnte. Er signalisiert, dass die Seite nicht existiert oder entfernt wurde.
Beim Klick auf den veralteten Link erhielt der Nutzer einen 404-Fehler statt des Artikels.
  • https://developer.mozilla.org/de/docs/Web/HTTP/Status/404
Français
erreur 404
Un code d'état HTTP indiquant que le serveur n'a pas pu trouver la ressource demandée à l'URL fournie. Il signale une erreur côté client où la page n'existe pas ou a été supprimée.
En cliquant sur le lien obsolète, l'utilisateur a reçu une erreur 404 au lieu de l'article.
  • https://developer.mozilla.org/fr/docs/Web/HTTP/Status/404
Italiano
errore 404
Un codice di stato HTTP che indica che il server non è riuscito a trovare la risorsa richiesta all'URL fornito. Segnala un errore lato client in cui la pagina non esiste o è stata rimossa.
Cliccando sul link obsoleto, l'utente ha ricevuto un errore 404 anziché l'articolo.
  • https://developer.mozilla.org/it/docs/Web/HTTP/Status/404
中文
404错误
一种HTTP状态码,表示服务器无法在指定URL找到请求的资源。它标志着客户端错误,即页面不存在或已被删除。
用户点击过时的链接后,服务器返回了404错误,而不是文章内容。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status/404
English
410 Gone
An HTTP status code indicating that the requested resource is permanently unavailable and has been intentionally removed, with no forwarding address.
For SEO, returning a 410 Gone signals to crawlers that a page has been permanently deleted and can be dropped from the index faster than a 404.
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410
  • https://datatracker.ietf.org/doc/html/rfc9110#name-410-gone
Deutsch
410 Gone
Ein HTTP-Statuscode, der signalisiert, dass die angeforderte Ressource dauerhaft nicht mehr verfügbar ist und absichtlich entfernt wurde, ohne dass eine Weiterleitungsadresse existiert.
Für SEO signalisiert ein 410 Gone den Crawlern, dass eine Seite endgültig gelöscht wurde und schneller als bei einem 404 aus dem Index entfernt werden kann.
  • https://developer.mozilla.org/de/docs/Web/HTTP/Status/410
  • https://datatracker.ietf.org/doc/html/rfc9110#name-410-gone
Français
410 Gone
Un code d'état HTTP indiquant que la ressource demandée n'est plus disponible de façon permanente et a été volontairement supprimée, sans adresse de redirection.
Pour le SEO, renvoyer un 410 Gone indique aux robots qu'une page a été supprimée définitivement et peut être retirée de l'index plus rapidement qu'avec un 404.
  • https://developer.mozilla.org/fr/docs/Web/HTTP/Status/410
  • https://datatracker.ietf.org/doc/html/rfc9110#name-410-gone
Italiano
410 Gone
Un codice di stato HTTP che indica che la risorsa richiesta non è più disponibile in modo permanente ed è stata rimossa intenzionalmente, senza un indirizzo di reindirizzamento.
Per la SEO, restituire un 410 Gone segnala ai crawler che una pagina è stata eliminata definitivamente e può essere rimossa dall'indice più rapidamente rispetto a un 404.
  • https://developer.mozilla.org/it/docs/Web/HTTP/Status/410
  • https://datatracker.ietf.org/doc/html/rfc9110#name-410-gone
中文
410 Gone
一种 HTTP 状态码,表示所请求的资源已被永久删除且不再可用,服务器没有转发地址。
在 SEO 中,返回 410 Gone 会告知爬虫该页面已被永久删除,相比 404 能更快地从索引中移除。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status/410
  • https://datatracker.ietf.org/doc/html/rfc9110#name-410-gone
English
A/B testing
A controlled experiment in which two variants (A and B) of a web page or element are shown to different user groups to determine which performs better against a defined conversion goal.
The team ran an A/B test on the call-to-action button and found the green version increased signups by 12%.
  • https://en.wikipedia.org/wiki/A/B_testing
  • https://support.google.com/optimize/answer/6211930
Deutsch
A/B-Test
Ein kontrolliertes Experiment, bei dem zwei Varianten (A und B) einer Webseite oder eines Elements verschiedenen Nutzergruppen gezeigt werden, um zu ermitteln, welche im Hinblick auf ein definiertes Conversion-Ziel besser abschneidet.
Das Team führte einen A/B-Test am Call-to-Action-Button durch und stellte fest, dass die grüne Variante die Anmeldungen um 12 % steigerte.
  • https://de.wikipedia.org/wiki/A/B-Test
Français
test A/B
Expérience contrôlée dans laquelle deux variantes (A et B) d'une page web ou d'un élément sont présentées à différents groupes d'utilisateurs afin de déterminer laquelle est la plus performante par rapport à un objectif de conversion défini.
L'équipe a réalisé un test A/B sur le bouton d'appel à l'action et a constaté que la version verte augmentait les inscriptions de 12 %.
  • https://fr.wikipedia.org/wiki/Test_A/B
Italiano
test A/B
Esperimento controllato in cui due varianti (A e B) di una pagina web o di un elemento vengono mostrate a diversi gruppi di utenti per determinare quale offre prestazioni migliori rispetto a un obiettivo di conversione definito.
Il team ha eseguito un test A/B sul pulsante di call-to-action e ha rilevato che la versione verde aumentava le iscrizioni del 12%.
  • https://it.wikipedia.org/wiki/Test_A/B
中文
A/B测试
一种受控实验,将网页或元素的两个版本(A和B)分别展示给不同的用户群体,以确定哪个版本在既定转化目标上表现更佳。
团队对号召性用语按钮进行了A/B测试,发现绿色版本使注册量提升了12%。
  • https://zh.wikipedia.org/wiki/A/B%E6%B5%8B%E8%AF%95
English
Accelerated Mobile Pages
An open-source HTML framework designed to create fast-loading, streamlined web pages optimized for mobile devices. It restricts certain HTML, CSS and JavaScript to guarantee rapid rendering, often served from a cache.
The publisher adopted Accelerated Mobile Pages to reduce load times on smartphones and improve engagement.
  • https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages
  • https://amp.dev/
Deutsch
Accelerated Mobile Pages
Ein quelloffenes HTML-Framework zur Erstellung besonders schnell ladender, für Mobilgeräte optimierter Webseiten. Durch eingeschränktes HTML, CSS und JavaScript sowie Auslieferung aus einem Cache wird eine schnelle Darstellung erreicht.
Der Verlag setzte Accelerated Mobile Pages ein, um die Ladezeiten auf Smartphones zu verkürzen.
  • https://de.wikipedia.org/wiki/Accelerated_Mobile_Pages
  • https://amp.dev/
Français
Accelerated Mobile Pages
Cadre HTML open source destiné à créer des pages web au chargement très rapide, optimisées pour les appareils mobiles. Il limite certains éléments HTML, CSS et JavaScript et s'appuie souvent sur une diffusion depuis un cache.
L'éditeur a adopté les Accelerated Mobile Pages pour accélérer l'affichage sur les smartphones.
  • https://fr.wikipedia.org/wiki/Accelerated_Mobile_Pages
  • https://amp.dev/
Italiano
Accelerated Mobile Pages
Framework HTML open source per creare pagine web a caricamento molto rapido, ottimizzate per i dispositivi mobili. Limita determinati elementi HTML, CSS e JavaScript e spesso viene distribuito da una cache.
L'editore ha adottato le Accelerated Mobile Pages per ridurre i tempi di caricamento su smartphone.
  • https://it.wikipedia.org/wiki/Accelerated_Mobile_Pages
  • https://amp.dev/
中文
加速移动页面
一种开源 HTML 框架,用于创建加载速度极快、针对移动设备优化的网页。它限制部分 HTML、CSS 和 JavaScript,并常通过缓存进行分发以确保快速渲染。
该出版商采用加速移动页面来缩短智能手机上的加载时间。
  • https://zh.wikipedia.org/wiki/Accelerated_Mobile_Pages
  • https://amp.dev/
English
accessibility
The practice of designing websites and digital content so that people with disabilities can perceive, understand, navigate and interact with them. It improves usability for all users and is often measured against the WCAG standard.
Adding descriptive alt text to images is a fundamental accessibility improvement.
  • https://www.w3.org/WAI/fundamentals/accessibility-intro/
  • https://developer.mozilla.org/en-US/docs/Web/Accessibility
Deutsch
Barrierefreiheit
Gestaltung von Websites und digitalen Inhalten so, dass Menschen mit Behinderungen sie wahrnehmen, verstehen, bedienen und mit ihnen interagieren können. Sie wird meist an den WCAG-Standards gemessen.
Aussagekräftige Alt-Texte für Bilder sind eine grundlegende Massnahme zur Barrierefreiheit.
  • https://www.w3.org/WAI/fundamentals/accessibility-intro/
  • https://de.wikipedia.org/wiki/Barrierefreies_Internet
Français
accessibilité
Conception de sites web et de contenus numériques permettant aux personnes en situation de handicap de les percevoir, comprendre, naviguer et interagir avec eux. Elle est généralement évaluée selon les normes WCAG.
Ajouter un texte alternatif descriptif aux images est une mesure d'accessibilité fondamentale.
  • https://www.w3.org/WAI/fundamentals/accessibility-intro/
  • https://fr.wikipedia.org/wiki/Accessibilit%C3%A9_du_web
Italiano
accessibilità
Progettazione di siti web e contenuti digitali affinché le persone con disabilità possano percepirli, comprenderli, navigarli e interagirvi. Viene generalmente valutata rispetto agli standard WCAG.
Aggiungere testi alternativi descrittivi alle immagini è una misura fondamentale di accessibilità.
  • https://www.w3.org/WAI/fundamentals/accessibility-intro/
  • https://it.wikipedia.org/wiki/Accessibilit%C3%A0_(informatica)
中文
无障碍
在网站和数字内容的设计中,使残障人士能够感知、理解、导航并与之交互的实践。通常依据 WCAG 标准进行衡量。
为图片添加描述性替代文本是一项基础的无障碍改进措施。
  • https://www.w3.org/WAI/fundamentals/accessibility-intro/
  • https://zh.wikipedia.org/wiki/%E7%84%A1%E9%9A%9C%E7%A4%99%E7%B6%B2%E9%A0%81
English
ad auction
An automated, real-time process in which advertisers compete for ad placements, with the winner and price determined by bids and quality factors. It underlies pay-per-click platforms such as Google Ads.
Every time a user searches, an ad auction decides which ads appear and in what order.
  • https://support.google.com/google-ads/answer/142918
  • https://en.wikipedia.org/wiki/Ad_exchange
Deutsch
Anzeigenauktion
Ein automatisierter Echtzeitprozess, bei dem Werbetreibende um Anzeigenplätze konkurrieren; Gewinner und Preis werden durch Gebote und Qualitätsfaktoren bestimmt. Grundlage von Pay-per-Click-Plattformen wie Google Ads.
Bei jeder Suchanfrage entscheidet eine Anzeigenauktion, welche Anzeigen in welcher Reihenfolge erscheinen.
  • https://support.google.com/google-ads/answer/142918?hl=de
Français
enchère publicitaire
Processus automatisé en temps réel au cours duquel les annonceurs se disputent des emplacements publicitaires ; le gagnant et le prix sont déterminés par les enchères et des facteurs de qualité. C'est le mécanisme des plateformes au coût par clic comme Google Ads.
À chaque recherche, une enchère publicitaire détermine quelles annonces s'affichent et dans quel ordre.
  • https://support.google.com/google-ads/answer/142918?hl=fr
Italiano
asta pubblicitaria
Processo automatizzato in tempo reale in cui gli inserzionisti competono per gli spazi pubblicitari; vincitore e prezzo sono determinati dalle offerte e da fattori di qualità. È il meccanismo alla base delle piattaforme pay-per-click come Google Ads.
Ad ogni ricerca, un'asta pubblicitaria decide quali annunci vengono mostrati e in quale ordine.
  • https://support.google.com/google-ads/answer/142918?hl=it
中文
广告竞价
一种自动化的实时流程,广告主竞争广告展示位置,获胜者和价格由出价及质量因素决定。它是谷歌广告等按点击付费平台的基础机制。
每次用户搜索时,广告竞价都会决定哪些广告展示以及展示顺序。
  • https://support.google.com/google-ads/answer/142918?hl=zh-Hans
English
ad blocker
Software or browser extension that prevents advertisements from being displayed on web pages, typically by filtering requests to known ad-serving domains. It impacts online advertising revenue and ad delivery metrics.
Users with an ad blocker installed will not see the banner ads served through our display network.
  • https://en.wikipedia.org/wiki/Ad_blocking
Deutsch
Werbeblocker
Software oder Browser-Erweiterung, die das Anzeigen von Werbung auf Webseiten verhindert, meist durch Filtern von Anfragen an bekannte Werbeserver. Werbeblocker beeinflussen die Werbeeinnahmen und Auslieferungskennzahlen.
Nutzer mit installiertem Werbeblocker sehen die über unser Display-Netzwerk ausgelieferten Bannerwerbungen nicht.
  • https://de.wikipedia.org/wiki/Werbeblocker
Français
bloqueur de publicités
Logiciel ou extension de navigateur qui empêche l'affichage des publicités sur les pages web, généralement en filtrant les requêtes vers des serveurs publicitaires connus. Il affecte les revenus publicitaires et les indicateurs de diffusion.
Les utilisateurs disposant d'un bloqueur de publicités ne verront pas les bannières diffusées via notre réseau display.
  • https://fr.wikipedia.org/wiki/Bloqueur_de_publicité
Italiano
ad blocker
Software o estensione del browser che impedisce la visualizzazione degli annunci pubblicitari sulle pagine web, tipicamente filtrando le richieste verso server pubblicitari noti. Influisce sui ricavi pubblicitari e sulle metriche di distribuzione.
Gli utenti con un ad blocker installato non vedranno i banner pubblicitari distribuiti tramite la nostra rete display.
  • https://it.wikipedia.org/wiki/Ad_blocking
中文
广告拦截器
一种软件或浏览器扩展程序,通过过滤对已知广告服务器的请求来阻止网页上广告的显示。它会影响在线广告收入和广告投放指标。
安装了广告拦截器的用户将无法看到通过我们的展示广告网络投放的横幅广告。
  • https://zh.wikipedia.org/wiki/广告拦截
English
ad fraud
Ad fraud refers to fraudulent activities in digital advertising that generate fake impressions, clicks or conversions to steal advertising budgets. It typically involves bots, click farms or hidden ads.
The advertiser lost thousands of dollars to ad fraud caused by automated bots inflating the click count.
  • https://en.wikipedia.org/wiki/Click_fraud
  • https://support.google.com/google-ads/answer/2549113
Deutsch
Anzeigenbetrug
Anzeigenbetrug (Ad Fraud) bezeichnet betrügerische Aktivitäten im digitalen Werbeumfeld, bei denen gefälschte Impressionen, Klicks oder Conversions erzeugt werden, um Werbebudgets abzuschöpfen. Häufig kommen Bots oder Klickfarmen zum Einsatz.
Der Werbetreibende verlor durch Anzeigenbetrug hohe Beträge, weil Bots die Klickzahlen künstlich in die Höhe trieben.
  • https://de.wikipedia.org/wiki/Klickbetrug
Français
fraude publicitaire
La fraude publicitaire désigne les activités frauduleuses dans la publicité numérique qui génèrent de fausses impressions, des faux clics ou des conversions fictives afin de détourner les budgets publicitaires. Elle repose souvent sur des bots ou des fermes à clics.
L'annonceur a perdu des milliers d'euros à cause d'une fraude publicitaire orchestrée par des bots gonflant le nombre de clics.
  • https://fr.wikipedia.org/wiki/Fraude_au_clic
Italiano
frode pubblicitaria
La frode pubblicitaria indica attività fraudolente nella pubblicità digitale che generano impressioni, clic o conversioni false per sottrarre budget pubblicitari. Spesso si avvale di bot o click farm.
L'inserzionista ha perso migliaia di euro a causa di una frode pubblicitaria causata da bot che gonfiavano il numero di clic.
  • https://it.wikipedia.org/wiki/Click_fraud
中文
广告欺诈
广告欺诈是指在数字广告中通过机器人、点击农场或隐藏广告等手段制造虚假的展示、点击或转化,以骗取广告预算的欺诈行为。
由于机器人恶意刷高点击量,广告主因广告欺诈损失了大量预算。
  • https://zh.wikipedia.org/wiki/点击欺诈
English
ad rank
A value used by Google Ads to determine the position of an ad on the search results page and whether it is shown at all. It is calculated from the bid, ad quality, the Ad Rank thresholds, the context of the search, and the expected impact of assets and formats.
Even with a lower bid, the advertiser achieved a higher ad rank thanks to superior ad quality.
  • https://support.google.com/google-ads/answer/1722122
  • https://en.wikipedia.org/wiki/Google_Ads
Deutsch
Anzeigenrang
Wert, mit dem Google Ads die Position einer Anzeige auf der Suchergebnisseite und ihre grundsätzliche Auslieferung bestimmt. Er ergibt sich aus dem Gebot, der Anzeigenqualität, den Anzeigenrang-Schwellenwerten, dem Suchkontext sowie der erwarteten Wirkung von Assets und Formaten.
Trotz eines niedrigeren Gebots erzielte der Werbetreibende dank besserer Anzeigenqualität einen höheren Anzeigenrang.
  • https://support.google.com/google-ads/answer/1722122
Français
classement de l'annonce
Valeur utilisée par Google Ads pour déterminer la position d'une annonce sur la page de résultats et son éligibilité à la diffusion. Elle est calculée à partir de l'enchère, de la qualité de l'annonce, des seuils de classement, du contexte de la recherche et de l'impact attendu des assets et des formats.
Malgré une enchère plus basse, l'annonceur a obtenu un meilleur classement de l'annonce grâce à une qualité supérieure.
  • https://support.google.com/google-ads/answer/1722122
Italiano
ranking dell'annuncio
Valore utilizzato da Google Ads per determinare la posizione di un annuncio nella pagina dei risultati e se debba essere mostrato. È calcolato in base all'offerta, alla qualità dell'annuncio, alle soglie di ranking, al contesto della ricerca e all'impatto previsto di asset e formati.
Nonostante un'offerta più bassa, l'inserzionista ha ottenuto un ranking dell'annuncio più alto grazie alla qualità superiore.
  • https://support.google.com/google-ads/answer/1722122
中文
广告排名
Google Ads 用于确定广告在搜索结果页面上的位置以及是否展示的数值。该数值根据出价、广告质量、广告排名阈值、搜索上下文以及资产和格式的预期影响进行计算。
尽管出价较低,广告主凭借更高的广告质量获得了更高的广告排名。
  • https://support.google.com/google-ads/answer/1722122
English
ad slot
A designated position within a search engine results page or website where a paid advertisement can be displayed. Ad slots are typically filled dynamically through auctions in an advertising system.
Google's ad auction determines which advertiser wins each ad slot at the top of the search results.
  • https://support.google.com/google-ads/answer/1722122
  • https://en.wikipedia.org/wiki/Online_advertising
Deutsch
Anzeigenplatz
Eine festgelegte Position innerhalb einer Suchergebnisseite oder Website, an der eine bezahlte Anzeige eingeblendet werden kann. Anzeigenplätze werden meist dynamisch über Auktionen im Werbesystem vergeben.
Die Google-Anzeigenauktion entscheidet, welcher Werbetreibende den obersten Anzeigenplatz in den Suchergebnissen erhält.
  • https://support.google.com/google-ads/answer/1722122?hl=de
Français
emplacement publicitaire
Position déterminée au sein d'une page de résultats de recherche ou d'un site web où une annonce payante peut être affichée. Les emplacements publicitaires sont généralement attribués dynamiquement par enchères.
L'enchère publicitaire de Google détermine quel annonceur remporte l'emplacement publicitaire en haut des résultats de recherche.
  • https://support.google.com/google-ads/answer/1722122?hl=fr
Italiano
spazio pubblicitario
Posizione designata all'interno di una pagina dei risultati di ricerca o di un sito web in cui è possibile mostrare un annuncio a pagamento. Gli spazi pubblicitari vengono in genere assegnati dinamicamente tramite aste.
L'asta pubblicitaria di Google determina quale inserzionista si aggiudica lo spazio pubblicitario in cima ai risultati di ricerca.
  • https://support.google.com/google-ads/answer/1722122?hl=it
中文
广告位
搜索结果页面或网站中用于展示付费广告的指定位置。广告位通常通过广告系统中的竞价机制动态分配。
Google 的广告竞价决定哪个广告主赢得搜索结果顶部的广告位。
  • https://support.google.com/google-ads/answer/1722122?hl=zh-Hans
English
affiliate marketing
A performance-based online marketing model in which affiliates promote a merchant's products or services and earn a commission for each resulting sale, lead, or click.
Through affiliate marketing, the blogger earned a commission for every purchase made via her tracking links.
  • https://en.wikipedia.org/wiki/Affiliate_marketing
Deutsch
Affiliate-Marketing
Ein leistungsbasiertes Online-Marketing-Modell, bei dem Partner (Affiliates) Produkte oder Dienstleistungen eines Anbieters bewerben und für jeden vermittelten Verkauf, Lead oder Klick eine Provision erhalten.
Durch Affiliate-Marketing verdiente die Bloggerin für jeden über ihre Tracking-Links getätigten Kauf eine Provision.
  • https://de.wikipedia.org/wiki/Affiliate-Marketing
Français
marketing d'affiliation
Modèle de marketing en ligne à la performance dans lequel des affiliés font la promotion des produits ou services d'un annonceur et perçoivent une commission pour chaque vente, prospect ou clic généré.
Grâce au marketing d'affiliation, la blogueuse touchait une commission pour chaque achat effectué via ses liens de suivi.
  • https://fr.wikipedia.org/wiki/Affiliation_(marketing)
Italiano
affiliate marketing
Modello di marketing online basato sulle prestazioni in cui gli affiliati promuovono prodotti o servizi di un inserzionista e ricevono una commissione per ogni vendita, lead o clic generato.
Grazie all'affiliate marketing, la blogger guadagnava una commissione per ogni acquisto effettuato tramite i suoi link di tracciamento.
  • https://it.wikipedia.org/wiki/Affiliazione_(commercio_elettronico)
中文
联盟营销
一种基于效果的在线营销模式,联盟成员推广商家的产品或服务,并根据由此产生的销售、潜在客户或点击获得佣金。
通过联盟营销,这位博主的每一笔经由其跟踪链接完成的购买都能获得佣金。
  • https://zh.wikipedia.org/wiki/联盟营销
English
agentic workflow
An AI-driven process in which one or more autonomous LLM-based agents plan, reason, use tools and iterate through multiple steps to accomplish a goal with minimal human intervention. It contrasts with a single, one-shot prompt-response interaction.
The research assistant runs an agentic workflow that searches the web, summarizes sources and drafts a report before asking for approval.
  • https://www.deeplearning.ai/the-batch/how-agents-can-improve-llm-performance/
  • https://en.wikipedia.org/wiki/Software_agent
Deutsch
agentischer Workflow
Ein KI-gesteuerter Ablauf, in dem ein oder mehrere autonome, LLM-basierte Agenten planen, schlussfolgern, Werkzeuge nutzen und in mehreren Schritten iterieren, um ein Ziel weitgehend selbstständig zu erreichen. Im Gegensatz zur einmaligen Prompt-Antwort-Interaktion.
Der Rechercheassistent nutzt einen agentischen Workflow, der das Web durchsucht, Quellen zusammenfasst und einen Berichtsentwurf erstellt.
  • https://de.wikipedia.org/wiki/Softwareagent
Français
workflow agentique
Processus piloté par l'IA dans lequel un ou plusieurs agents autonomes fondés sur des LLM planifient, raisonnent, utilisent des outils et itèrent sur plusieurs étapes pour atteindre un objectif avec une intervention humaine minimale. Il se distingue d'une simple interaction prompt-réponse unique.
L'assistant de recherche exécute un workflow agentique qui interroge le web, résume les sources et rédige un rapport.
  • https://fr.wikipedia.org/wiki/Agent_logiciel
Italiano
workflow agentico
Processo guidato dall'IA in cui uno o più agenti autonomi basati su LLM pianificano, ragionano, usano strumenti e iterano attraverso più passaggi per raggiungere un obiettivo con un intervento umano minimo. Si distingue dalla singola interazione prompt-risposta.
L'assistente di ricerca esegue un workflow agentico che cerca sul web, riassume le fonti e redige un rapporto.
  • https://it.wikipedia.org/wiki/Agente_software
中文
智能体工作流
一种由人工智能驱动的流程,其中一个或多个基于大语言模型的自主智能体进行规划、推理、调用工具并通过多个步骤迭代,以在最少人工干预下完成目标。它区别于单次的提示-响应交互。
该研究助手运行一个智能体工作流,可搜索网络、总结资料并起草报告。
  • https://zh.wikipedia.org/wiki/软件代理
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
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
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
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
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/
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/
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
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
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/算法偏见
English
AI citation
A reference or mention of a source within an AI-generated answer, where a large language model attributes information to a specific website, document or brand. AI citations are a key metric in Generative Engine Optimization (GEO) for measuring visibility in AI search engines.
The brand tracked its AI citation rate in ChatGPT and Perplexity to measure how often its content was referenced in generated answers.
  • https://en.wikipedia.org/wiki/Generative_engine_optimization
Deutsch
AI Citation
Eine Nennung oder Quellenangabe innerhalb einer KI-generierten Antwort, bei der ein Sprachmodell Informationen einer bestimmten Website, Marke oder Quelle zuordnet. AI Citations sind eine zentrale Kennzahl der Generative Engine Optimization (GEO).
Das Unternehmen verfolgte seine AI Citations in ChatGPT, um zu messen, wie oft seine Inhalte in generierten Antworten zitiert wurden.
  • https://de.wikipedia.org/wiki/Generative_Engine_Optimization
Français
citation par IA
Mention ou référence d'une source au sein d'une réponse générée par une IA, où un grand modèle de langage attribue une information à un site web, un document ou une marque. La citation par IA est un indicateur clé du Generative Engine Optimization (GEO).
La marque a suivi son taux de citation par IA dans Perplexity afin de mesurer la fréquence à laquelle son contenu était référencé.
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
citazione IA
Menzione o riferimento a una fonte all'interno di una risposta generata da un'IA, in cui un modello linguistico attribuisce un'informazione a un sito web, un documento o un marchio. La citazione IA è una metrica chiave della Generative Engine Optimization (GEO).
L'azienda ha monitorato le proprie citazioni IA in ChatGPT per misurare quanto spesso i suoi contenuti venissero referenziati nelle risposte generate.
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
AI引用
指人工智能生成的回答中对某一来源的引用或提及,即大语言模型将信息归属于特定网站、文档或品牌。AI引用是生成式引擎优化(GEO)中衡量可见度的关键指标。
该品牌跟踪其内容在ChatGPT和Perplexity中的AI引用次数,以衡量被生成式回答引用的频率。
  • https://zh.wikipedia.org/wiki/搜索引擎优化
English
AI crawl directive
An instruction that tells AI crawlers whether and how they may access, index or use a website's content for training or generative answers. It is typically expressed via robots.txt user-agent rules, meta tags or HTTP headers targeting AI-specific bots.
The site added an AI crawl directive to robots.txt blocking GPTBot from accessing its articles.
  • https://platform.openai.com/docs/gptbot
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
Deutsch
AI-Crawl-Direktive
Eine Anweisung, die KI-Crawlern vorgibt, ob und wie sie die Inhalte einer Website für Training oder generative Antworten abrufen, indexieren oder nutzen dürfen. Sie wird meist über robots.txt, Meta-Tags oder HTTP-Header für KI-spezifische Bots umgesetzt.
Die Website ergänzte in der robots.txt eine AI-Crawl-Direktive, um GPTBot den Zugriff auf ihre Artikel zu verwehren.
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
  • https://platform.openai.com/docs/gptbot
Français
directive d'exploration IA
Instruction indiquant aux robots d'IA s'ils peuvent, et comment, accéder au contenu d'un site, l'indexer ou l'utiliser pour l'entraînement ou des réponses génératives. Elle s'exprime généralement via robots.txt, des balises meta ou des en-têtes HTTP ciblant les robots spécifiques à l'IA.
Le site a ajouté une directive d'exploration IA dans son robots.txt pour bloquer l'accès de GPTBot à ses articles.
  • https://platform.openai.com/docs/gptbot
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
Italiano
direttiva di crawling IA
Istruzione che indica ai crawler di IA se e come possono accedere ai contenuti di un sito, indicizzarli o usarli per l'addestramento o per risposte generative. Viene solitamente espressa tramite robots.txt, meta tag o intestazioni HTTP rivolte a bot specifici dell'IA.
Il sito ha aggiunto una direttiva di crawling IA nel robots.txt per bloccare l'accesso di GPTBot ai suoi articoli.
  • https://platform.openai.com/docs/gptbot
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
中文
AI 抓取指令
一种指示 AI 爬虫是否以及如何访问、索引或使用网站内容以进行模型训练或生成式回答的规则。通常通过 robots.txt、meta 标签或针对特定 AI 机器人的 HTTP 头部来设置。
该网站在 robots.txt 中添加了一条 AI 抓取指令,以阻止 GPTBot 访问其文章。
  • https://platform.openai.com/docs/gptbot
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
English
AI crawler
An automated bot that fetches and indexes web content to train large language models or to supply data for AI-powered search and answer engines.
The site owner blocked GPTBot, a well-known AI crawler, via the robots.txt file.
  • https://platform.openai.com/docs/bots
  • https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
Deutsch
AI-Crawler
Ein automatisierter Bot, der Webinhalte abruft und indexiert, um große Sprachmodelle zu trainieren oder Daten für KI-gestützte Such- und Antwortmaschinen bereitzustellen.
Der Seitenbetreiber sperrte den AI-Crawler GPTBot über die robots.txt aus.
  • https://platform.openai.com/docs/bots
  • https://de.wikipedia.org/wiki/Webcrawler
Français
robot d'IA
Robot automatisé qui récupère et indexe le contenu web afin d'entraîner des grands modèles de langage ou d'alimenter des moteurs de recherche et de réponse basés sur l'IA.
L'éditeur du site a bloqué GPTBot, un robot d'IA bien connu, via le fichier robots.txt.
  • https://platform.openai.com/docs/bots
  • https://fr.wikipedia.org/wiki/Robot_d%27indexation
Italiano
crawler IA
Bot automatizzato che recupera e indicizza i contenuti web per addestrare grandi modelli linguistici o per fornire dati a motori di ricerca e risposta basati sull'IA.
Il gestore del sito ha bloccato GPTBot, un noto crawler IA, tramite il file robots.txt.
  • https://platform.openai.com/docs/bots
  • https://it.wikipedia.org/wiki/Crawler
中文
AI爬虫
一种自动化机器人,抓取并索引网页内容,用于训练大语言模型或为基于人工智能的搜索和问答引擎提供数据。
网站管理员通过robots.txt文件屏蔽了知名的AI爬虫GPTBot。
  • https://platform.openai.com/docs/bots
  • https://zh.wikipedia.org/wiki/%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2
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
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
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
English
AI Mode
A Google Search experience that uses generative AI to provide conversational, synthesized answers to complex queries, powered by a custom version of the Gemini model. It supports multi-step reasoning and follow-up questions within an integrated search interface.
In AI Mode, users can ask detailed, multi-part questions and receive an AI-generated response with supporting links.
  • https://blog.google/products/search/google-search-ai-mode-update/
  • https://support.google.com/websearch/answer/16011537
Deutsch
AI Mode
Eine Google-Suchfunktion, die generative KI (basierend auf einem angepassten Gemini-Modell) nutzt, um komplexe Anfragen dialogorientiert und in synthetisierter Form zu beantworten. Sie ermöglicht mehrstufiges Reasoning und Folgefragen innerhalb der Suchoberfläche.
Im AI Mode können Nutzer mehrteilige Fragen stellen und erhalten eine KI-generierte Antwort mit weiterführenden Links.
  • https://blog.google/products/search/google-search-ai-mode-update/
  • https://support.google.com/websearch/answer/16011537
Français
AI Mode
Une fonctionnalité de Google Search qui utilise l'IA générative (basée sur une version personnalisée du modèle Gemini) pour fournir des réponses conversationnelles et synthétisées à des requêtes complexes. Elle permet un raisonnement en plusieurs étapes et des questions de suivi au sein de l'interface de recherche.
En AI Mode, les utilisateurs peuvent poser des questions à plusieurs volets et obtenir une réponse générée par l'IA accompagnée de liens.
  • https://blog.google/products/search/google-search-ai-mode-update/
  • https://support.google.com/websearch/answer/16011537
Italiano
AI Mode
Una funzionalità di Google Search che utilizza l'IA generativa (basata su una versione personalizzata del modello Gemini) per fornire risposte conversazionali e sintetizzate a query complesse. Consente ragionamenti a più fasi e domande di approfondimento all'interno dell'interfaccia di ricerca.
In AI Mode gli utenti possono porre domande articolate e ricevere una risposta generata dall'IA con link di supporto.
  • https://blog.google/products/search/google-search-ai-mode-update/
  • https://support.google.com/websearch/answer/16011537
中文
AI 模式
谷歌搜索的一项功能,利用生成式人工智能(基于定制版 Gemini 模型)以对话式和综合性的方式回答复杂查询。它支持在搜索界面内进行多步推理和追问。
在 AI 模式中,用户可以提出多部分的复杂问题,并获得由人工智能生成的回答及相关链接。
  • https://blog.google/products/search/google-search-ai-mode-update/
  • https://support.google.com/websearch/answer/16011537
English
AI Overviews
AI-generated summaries that appear at the top of Google Search results, synthesizing information from multiple web sources to directly answer a user's query. They are powered by Google's Gemini models and were previously known as Search Generative Experience (SGE).
After the rollout of AI Overviews, publishers noticed a decline in click-through rates for informational queries.
  • https://blog.google/products/search/generative-ai-google-search-may-2024/
  • https://en.wikipedia.org/wiki/AI_Overviews
Deutsch
AI Overviews
KI-generierte Zusammenfassungen, die oberhalb der Google-Suchergebnisse erscheinen und Informationen aus mehreren Webquellen bündeln, um eine Nutzeranfrage direkt zu beantworten. Sie basieren auf Googles Gemini-Modellen und wurden zuvor als Search Generative Experience (SGE) bezeichnet.
Nach der Einführung der AI Overviews beobachteten Publisher sinkende Klickraten bei informationsorientierten Suchanfragen.
  • https://blog.google/products/search/generative-ai-google-search-may-2024/
  • https://de.wikipedia.org/wiki/Google_Suche
Français
AI Overviews
Résumés générés par IA qui s'affichent en haut des résultats de recherche Google et synthétisent des informations issues de plusieurs sources web pour répondre directement à une requête. Ils reposent sur les modèles Gemini de Google et étaient auparavant appelés Search Generative Experience (SGE).
Après le déploiement des AI Overviews, les éditeurs ont constaté une baisse des taux de clic sur les requêtes informationnelles.
  • https://blog.google/products/search/generative-ai-google-search-may-2024/
  • https://fr.wikipedia.org/wiki/Google_Search
Italiano
AI Overviews
Riepiloghi generati dall'IA che compaiono in cima ai risultati di ricerca di Google e sintetizzano informazioni provenienti da più fonti web per rispondere direttamente a una query. Si basano sui modelli Gemini di Google ed erano precedentemente noti come Search Generative Experience (SGE).
Dopo l'introduzione degli AI Overviews, gli editori hanno rilevato un calo del tasso di clic sulle query informative.
  • https://blog.google/products/search/generative-ai-google-search-may-2024/
  • https://it.wikipedia.org/wiki/Google_Search
中文
AI 概览
由人工智能生成的摘要,显示在谷歌搜索结果的顶部,综合多个网络来源的信息以直接回答用户的查询。它由谷歌的 Gemini 模型驱动,此前称为搜索生成体验(SGE)。
在 AI 概览推出后,出版商发现信息类查询的点击率有所下降。
  • https://blog.google/products/search/generative-ai-google-search-may-2024/
  • https://zh.wikipedia.org/wiki/Google_搜索
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
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
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/人工智能安全
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/
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
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
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
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
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/搜索引擎优化