TermBoyTerm

Français
fréquence des termes
La fréquence des termes (TF) mesure le nombre d'occurrences d'un terme dans un document et sert de composante de pondération en recherche d'information et en fouille de textes.
Un mot apparaissant dix fois dans un court document présente une fréquence des termes élevée, ce qui peut renforcer son score de pertinence.
  • https://fr.wikipedia.org/wiki/TF-IDF
English
term frequency
Term frequency (TF) is a measure of how often a given term appears in a document, typically used as a weighting component in information retrieval and text mining.
A word that occurs ten times in a short document has a high term frequency, which can boost its relevance score.
  • https://en.wikipedia.org/wiki/Tf%E2%80%93idf
Deutsch
Termfrequenz
Die Termfrequenz (TF) gibt an, wie oft ein bestimmter Term in einem Dokument vorkommt, und dient als Gewichtungsgrösse im Information Retrieval und Text-Mining.
Ein Wort, das in einem kurzen Dokument zehnmal auftritt, hat eine hohe Termfrequenz und kann dessen Relevanzbewertung erhöhen.
  • https://de.wikipedia.org/wiki/Tf-idf-Ma%C3%9F
Italiano
frequenza dei termini
La frequenza dei termini (TF) misura quante volte un determinato termine compare in un documento e funge da componente di ponderazione nel recupero delle informazioni e nel text mining.
Una parola che ricorre dieci volte in un documento breve ha un'alta frequenza dei termini, il che può aumentarne il punteggio di pertinenza.
  • https://it.wikipedia.org/wiki/Tf-idf
中文
词频
词频(TF)指某个词在文档中出现的次数,是信息检索和文本挖掘中常用的权重计算组成部分。
一个在短文档中出现十次的词具有较高的词频,可能提升其相关性得分。
  • https://zh.wikipedia.org/wiki/Tf-idf
Français
fréquence inverse de document
La fréquence inverse de document (IDF) est une mesure de pondération qui quantifie la rareté et donc le pouvoir discriminant d'un terme au sein d'une collection de documents, en réduisant le poids des termes très fréquents. Elle se calcule généralement comme le logarithme du rapport entre le nombre total de documents et le nombre de documents contenant le terme.
Comme le mot « le » apparaît dans presque tous les documents, sa fréquence inverse de document est très faible.
  • https://fr.wikipedia.org/wiki/TF-IDF
English
inverse document frequency
Inverse document frequency (IDF) is a weighting measure that quantifies how rare or informative a term is across a collection of documents, decreasing the weight of terms that occur in many documents. It is typically computed as the logarithm of the total number of documents divided by the number of documents containing the term.
Because the word 'the' appears in nearly every document, its inverse document frequency is very low.
  • https://en.wikipedia.org/wiki/Tf%E2%80%93idf
  • https://nlp.stanford.edu/IR-book/html/htmledition/inverse-document-frequency-1.html
Deutsch
inverse Dokumenthäufigkeit
Die inverse Dokumenthäufigkeit (IDF) ist ein Gewichtungsmass, das angibt, wie selten und damit informativ ein Term innerhalb einer Dokumentsammlung ist, und häufige Terme abschwächt. Sie wird meist als Logarithmus des Verhältnisses der Gesamtzahl der Dokumente zur Zahl der Dokumente mit dem Term berechnet.
Da das Wort «und» in fast jedem Dokument vorkommt, ist seine inverse Dokumenthäufigkeit sehr gering.
  • https://de.wikipedia.org/wiki/Tf-idf-Ma%C3%9F
Italiano
frequenza inversa di documento
La frequenza inversa di documento (IDF) è una misura di ponderazione che quantifica quanto un termine sia raro e quindi informativo all'interno di una collezione di documenti, riducendo il peso dei termini molto frequenti. Si calcola solitamente come logaritmo del rapporto tra il numero totale di documenti e il numero di documenti che contengono il termine.
Poiché la parola «il» compare in quasi tutti i documenti, la sua frequenza inversa di documento è molto bassa.
  • https://it.wikipedia.org/wiki/Tf-idf
中文
逆文档频率
逆文档频率(IDF)是一种权重度量,用于衡量某个词在整个文档集合中的稀有程度和信息量,降低在大量文档中出现的常见词的权重。通常计算为文档总数除以包含该词的文档数量的对数。
由于“的”一词几乎出现在每一篇文档中,它的逆文档频率非常低。
  • https://zh.wikipedia.org/wiki/Tf-idf
Français
function calling
Le function calling désigne la capacité des grands modèles de langage à générer, à partir d'une entrée utilisateur, des appels structurés vers des fonctions ou outils externes prédéfinis. Le modèle fournit les arguments dans un format lisible par machine, sans exécuter la fonction lui-même.
Grâce au function calling, le modèle a renvoyé un objet JSON invoquant la fonction getWeather avec le paramètre ville défini sur Berlin.
  • https://platform.openai.com/docs/guides/function-calling
  • https://ai.google.dev/gemini-api/docs/function-calling
English
function calling
Function calling is a capability of large language models that lets them generate structured requests to invoke predefined external functions or tools, based on user input. The model returns arguments in a machine-readable format rather than executing the function itself.
Using function calling, the model returned a JSON object specifying the getWeather function with the city parameter set to Berlin.
  • https://platform.openai.com/docs/guides/function-calling
  • https://ai.google.dev/gemini-api/docs/function-calling
Deutsch
Function Calling
Function Calling bezeichnet die Fähigkeit grosser Sprachmodelle, aus einer Nutzereingabe strukturierte Aufrufe vordefinierter externer Funktionen oder Werkzeuge zu erzeugen. Das Modell liefert die Argumente in maschinenlesbarem Format, führt die Funktion aber nicht selbst aus.
Dank Function Calling gab das Modell ein JSON-Objekt zurück, das die Funktion getWeather mit dem Parameter Stadt gleich Berlin aufruft.
  • https://platform.openai.com/docs/guides/function-calling
  • https://ai.google.dev/gemini-api/docs/function-calling
Italiano
function calling
Il function calling indica la capacità dei grandi modelli linguistici di generare, a partire da un input dell'utente, chiamate strutturate a funzioni o strumenti esterni predefiniti. Il modello restituisce gli argomenti in un formato leggibile dalla macchina senza eseguire direttamente la funzione.
Grazie al function calling, il modello ha restituito un oggetto JSON che invoca la funzione getWeather con il parametro città impostato su Berlino.
  • https://platform.openai.com/docs/guides/function-calling
  • https://ai.google.dev/gemini-api/docs/function-calling
中文
函数调用
函数调用(function calling)是大语言模型的一项能力,可根据用户输入生成对预定义外部函数或工具的结构化调用请求。模型以机器可读格式返回参数,但并不亲自执行该函数。
借助函数调用,模型返回了一个 JSON 对象,指定调用 getWeather 函数并将城市参数设为柏林。
  • https://platform.openai.com/docs/guides/function-calling
  • https://ai.google.dev/gemini-api/docs/function-calling
Français
GA4
GA4 (Google Analytics 4) est la version actuelle de la plateforme d'analyse web et applicative de Google, fondée sur un modèle de données basé sur les événements plutôt que sur le modèle par sessions d'Universal Analytics.
Après la migration depuis Universal Analytics, l'équipe marketing a configuré des événements de conversion dans GA4 pour suivre les inscriptions.
  • https://support.google.com/analytics/answer/10089681
  • https://fr.wikipedia.org/wiki/Google_Analytics
English
GA4
GA4 (Google Analytics 4) is the current version of Google's web and app analytics platform, based on an event-driven data model rather than the session-based model of Universal Analytics.
After migrating from Universal Analytics, the marketing team set up conversion events in GA4 to track sign-ups.
  • https://support.google.com/analytics/answer/10089681
  • https://en.wikipedia.org/wiki/Google_Analytics
Deutsch
GA4
GA4 (Google Analytics 4) ist die aktuelle Version der Web- und App-Analyseplattform von Google, die auf einem ereignisbasierten Datenmodell statt auf dem sitzungsbasierten Modell von Universal Analytics beruht.
Nach der Umstellung von Universal Analytics richtete das Marketing-Team Conversion-Ereignisse in GA4 ein, um Anmeldungen zu erfassen.
  • https://support.google.com/analytics/answer/10089681
  • https://de.wikipedia.org/wiki/Google_Analytics
Italiano
GA4
GA4 (Google Analytics 4) è la versione attuale della piattaforma di analisi web e app di Google, basata su un modello di dati orientato agli eventi anziché sul modello per sessioni di Universal Analytics.
Dopo la migrazione da Universal Analytics, il team di marketing ha configurato gli eventi di conversione in GA4 per monitorare le registrazioni.
  • https://support.google.com/analytics/answer/10089681
  • https://it.wikipedia.org/wiki/Google_Analytics
中文
GA4
GA4(Google Analytics 4)是谷歌网站与应用分析平台的当前版本,采用基于事件的数据模型,取代了通用分析(Universal Analytics)基于会话的模型。
从通用分析迁移之后,营销团队在 GA4 中设置了转化事件以跟踪注册量。
  • https://support.google.com/analytics/answer/10089681
  • https://zh.wikipedia.org/wiki/Google_Analytics
Français
garde-fous
Les garde-fous sont des mécanismes de sécurité et des contraintes appliqués aux systèmes d'IA, notamment aux grands modèles de langage, afin de maintenir leurs sorties dans des limites acceptables, sûres et conformes aux règles.
Les garde-fous du chatbot l'ont empêché de générer des contenus nuisibles ou offensants.
  • https://fr.wikipedia.org/wiki/S%C3%BBret%C3%A9_de_l%27intelligence_artificielle
English
guardrails
Guardrails are safety mechanisms and constraints applied to AI systems, especially large language models, to keep their outputs within acceptable, safe and policy-compliant boundaries.
The chatbot's guardrails prevented it from generating harmful or offensive content.
  • https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter
  • https://en.wikipedia.org/wiki/AI_safety
Deutsch
Guardrails
Guardrails sind Sicherheitsmechanismen und Beschränkungen für KI-Systeme, insbesondere große Sprachmodelle, die deren Ausgaben innerhalb akzeptabler, sicherer und richtlinienkonformer Grenzen halten.
Die Guardrails des Chatbots verhinderten, dass er schädliche oder anstößige Inhalte erzeugte.
  • https://learn.microsoft.com/de-de/azure/ai-services/openai/concepts/content-filter
Italiano
guardrail
I guardrail sono meccanismi di sicurezza e vincoli applicati ai sistemi di IA, in particolare ai grandi modelli linguistici, per mantenere i loro output entro limiti accettabili, sicuri e conformi alle policy.
I guardrail del chatbot gli hanno impedito di generare contenuti dannosi o offensivi.
  • https://it.wikipedia.org/wiki/Sicurezza_dell%27intelligenza_artificiale
中文
护栏
护栏是应用于人工智能系统(尤其是大型语言模型)的安全机制和约束,用于将其输出保持在可接受、安全且符合政策的范围内。
聊天机器人的护栏阻止了它生成有害或冒犯性内容。
  • https://zh.wikipedia.org/wiki/人工智能安全
Français
Gemini
Gemini est une famille de grands modèles de langage multimodaux développée par Google DeepMind, capable de traiter du texte, des images, de l'audio, de la vidéo et du code. Le terme désigne aussi l'assistant IA de Google reposant sur ces modèles.
Google a intégré Gemini à son moteur de recherche pour générer des aperçus IA sur les requêtes complexes.
  • https://deepmind.google/technologies/gemini/
  • https://fr.wikipedia.org/wiki/Gemini_(mod%C3%A8le_de_langage)
English
Gemini
Gemini is a family of multimodal large language models developed by Google DeepMind, capable of processing text, images, audio, video and code. It also refers to Google's AI assistant powered by these models.
Google integrated Gemini into Search to generate AI Overviews for complex queries.
  • https://deepmind.google/technologies/gemini/
  • https://en.wikipedia.org/wiki/Gemini_(language_model)
Deutsch
Gemini
Gemini ist eine von Google DeepMind entwickelte Familie multimodaler großer Sprachmodelle, die Text, Bilder, Audio, Video und Code verarbeiten kann. Der Begriff bezeichnet auch den auf diesen Modellen basierenden KI-Assistenten von Google.
Google integrierte Gemini in die Suche, um KI-Übersichten für komplexe Anfragen zu erzeugen.
  • https://deepmind.google/technologies/gemini/
  • https://de.wikipedia.org/wiki/Gemini_(Sprachmodell)
Italiano
Gemini
Gemini è una famiglia di grandi modelli linguistici multimodali sviluppata da Google DeepMind, in grado di elaborare testo, immagini, audio, video e codice. Il termine indica anche l'assistente IA di Google basato su questi modelli.
Google ha integrato Gemini nella ricerca per generare panoramiche IA per le query complesse.
  • https://deepmind.google/technologies/gemini/
  • https://it.wikipedia.org/wiki/Gemini_(modello_linguistico)
中文
Gemini
Gemini 是由 Google DeepMind 开发的一系列多模态大语言模型,能够处理文本、图像、音频、视频和代码。该术语也指基于这些模型的 Google 人工智能助手。
谷歌将 Gemini 集成到搜索中,为复杂查询生成 AI 概览。
  • https://deepmind.google/technologies/gemini/
  • https://zh.wikipedia.org/wiki/Gemini_(語言模型)
Français
générateur de site statique
Outil qui construit un ensemble complet de pages HTML statiques à partir de fichiers sources tels que Markdown et de gabarits au moment de la compilation, plutôt que de générer les pages dynamiquement à chaque requête. Les fichiers produits peuvent être servis directement par un serveur web ou un CDN.
Nous avons reconstruit notre portail de documentation avec un générateur de site statique pour accélérer le chargement et simplifier l'hébergement.
  • https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9rateur_de_site_statique
English
static site generator
A tool that builds a complete set of static HTML pages from source files such as Markdown and templates at build time, rather than generating pages dynamically on each request. The resulting files can be served directly from a web server or CDN.
We rebuilt our documentation portal with a static site generator to improve load times and simplify hosting.
  • https://en.wikipedia.org/wiki/Static_site_generator
Deutsch
Static Site Generator
Ein Werkzeug, das aus Quelldateien wie Markdown und Vorlagen zur Buildzeit einen vollständigen Satz statischer HTML-Seiten erzeugt, statt die Seiten bei jeder Anfrage dynamisch zu generieren. Die Dateien lassen sich direkt über einen Webserver oder ein CDN ausliefern.
Wir haben unser Dokumentationsportal mit einem Static Site Generator neu aufgebaut, um kürzere Ladezeiten und einfacheres Hosting zu erreichen.
  • https://de.wikipedia.org/wiki/Statischer_Webseiten-Generator
Italiano
generatore di siti statici
Strumento che genera un insieme completo di pagine HTML statiche a partire da file sorgente come Markdown e template al momento della compilazione, anziché generare le pagine dinamicamente a ogni richiesta. I file risultanti possono essere serviti direttamente da un server web o da una CDN.
Abbiamo ricostruito il nostro portale di documentazione con un generatore di siti statici per ridurre i tempi di caricamento e semplificare l'hosting.
  • https://it.wikipedia.org/wiki/Generatore_di_siti_statici
中文
静态站点生成器
一种在构建阶段将 Markdown 等源文件和模板生成为一整套静态 HTML 页面的工具,而不是在每次请求时动态生成页面。生成的文件可直接由 Web 服务器或 CDN 提供。
我们使用静态站点生成器重构了文档门户,以加快加载速度并简化托管。
  • https://zh.wikipedia.org/wiki/%E9%9D%99%E6%80%81%E7%BD%91%E7%AB%99%E7%94%9F%E6%88%90%E5%99%A8
Français
génération augmentée par récupération
Technique combinant un grand modèle de langage avec un système de recherche externe, qui récupère des documents pertinents au moment de la requête et les fournit au modèle comme contexte. Elle améliore l'exactitude factuelle et limite les hallucinations.
Grâce à la génération augmentée par récupération, l'assistant cite des documents internes à jour plutôt que ses seules données d'entraînement.
  • https://fr.wikipedia.org/wiki/Retrieval-augmented_generation
English
retrieval-augmented generation
A technique that combines a large language model with an external retrieval system, so that relevant documents are fetched at query time and fed into the model to ground its generated output. It improves factual accuracy and reduces hallucinations by supplying up-to-date, source-specific context.
By using retrieval-augmented generation, the chatbot cites internal company documents instead of relying solely on its training data.
  • https://en.wikipedia.org/wiki/Retrieval-augmented_generation
  • https://arxiv.org/abs/2005.11401
Deutsch
retrieval-augmented generation
Ein Verfahren, das ein grosses Sprachmodell mit einem externen Abrufsystem kombiniert, wobei zur Anfragezeit relevante Dokumente abgerufen und dem Modell als Kontext übergeben werden. Es verbessert die faktische Genauigkeit und reduziert Halluzinationen.
Dank retrieval-augmented generation greift der Assistent auf aktuelle interne Dokumente zu, statt nur sein Trainingswissen zu nutzen.
  • https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
Italiano
generazione aumentata dal recupero
Tecnica che combina un grande modello linguistico con un sistema di recupero esterno, il quale recupera documenti pertinenti al momento della query e li fornisce al modello come contesto. Migliora l'accuratezza fattuale e riduce le allucinazioni.
Grazie alla generazione aumentata dal recupero, il chatbot cita documenti aziendali aggiornati invece di basarsi solo sui dati di addestramento.
  • https://it.wikipedia.org/wiki/Retrieval-augmented_generation
中文
检索增强生成
一种将大语言模型与外部检索系统相结合的技术,在查询时检索相关文档并作为上下文提供给模型,以生成有依据的输出。它可提升事实准确性并减少幻觉。
借助检索增强生成,聊天机器人会引用最新的内部文档,而不仅仅依赖训练数据。
  • https://zh.wikipedia.org/wiki/检索增强生成
Français
génération de langage naturel
La génération de langage naturel (GLN ou NLG) est un sous-domaine du traitement automatique du langage naturel qui produit automatiquement un texte cohérent et lisible à partir de données structurées ou de représentations internes. Elle alimente les agents conversationnels et la génération de réponses des moteurs de recherche dotés d'IA.
Le service recourt à la génération de langage naturel pour transformer des chiffres en un résumé fluide.
  • https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ration_de_langage_naturel
English
natural language generation
Natural language generation (NLG) is a subfield of natural language processing that automatically produces coherent, human-readable text from structured data or internal representations. It powers applications such as report writing, chatbots and answer generation in AI search engines.
The AI assistant uses natural language generation to turn database records into a fluent weather summary.
  • https://en.wikipedia.org/wiki/Natural_language_generation
Deutsch
natürliche Sprachgenerierung
Die natürliche Sprachgenerierung (NLG) ist ein Teilgebiet der Verarbeitung natürlicher Sprache, das aus strukturierten Daten oder internen Repräsentationen automatisch verständlichen Text erzeugt. Sie ist zentral für Chatbots und die Antwortgenerierung in KI-Suchmaschinen.
Das System nutzt natürliche Sprachgenerierung, um aus Kennzahlen einen lesbaren Bericht zu formulieren.
  • https://de.wikipedia.org/wiki/Textgenerierung
Italiano
generazione del linguaggio naturale
La generazione del linguaggio naturale (NLG) è un sottocampo dell'elaborazione del linguaggio naturale che produce automaticamente testo coerente e leggibile a partire da dati strutturati o da rappresentazioni interne. È fondamentale per chatbot e per la generazione di risposte nei motori di ricerca basati sull'IA.
Il sistema impiega la generazione del linguaggio naturale per trasformare i dati di vendita in un resoconto discorsivo.
  • https://it.wikipedia.org/wiki/Generazione_del_linguaggio_naturale
中文
自然语言生成
自然语言生成(NLG)是自然语言处理的一个子领域,用于从结构化数据或内部表示自动生成连贯、可读的文本。它是聊天机器人和人工智能搜索引擎答案生成的核心技术。
该系统利用自然语言生成技术,将销售数据转化为通顺的文字报告。
  • https://zh.wikipedia.org/wiki/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E7%94%9F%E6%88%90
Français
génération de leads
Processus marketing consistant à identifier et attirer des clients potentiels (leads) et à collecter leurs coordonnées afin d'alimenter le pipeline commercial. Il s'appuie sur des contenus, des publicités et des formulaires web.
Pour la génération de leads, l'entreprise a mis en place des pages de destination et des livres blancs à télécharger contre un formulaire.
  • https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ration_de_leads
English
lead generation
The marketing process of identifying and attracting potential customers (leads) and capturing their contact information to build a sales pipeline. It combines content, advertising and web forms to convert anonymous visitors into qualified prospects.
The company used gated whitepapers and landing pages for lead generation, growing its email list by 40% in one quarter.
  • https://en.wikipedia.org/wiki/Lead_generation
Deutsch
Leadgenerierung
Der Marketingprozess, potenzielle Kunden (Leads) zu identifizieren, anzusprechen und ihre Kontaktdaten zu erfassen, um eine Vertriebspipeline aufzubauen. Häufig über Landingpages, Formulare und Content-Angebote realisiert.
Für die Leadgenerierung setzte das Unternehmen auf Whitepaper hinter einem Formular und steigerte so seine E-Mail-Liste deutlich.
  • https://de.wikipedia.org/wiki/Leadgenerierung
Italiano
lead generation
Il processo di marketing volto a identificare e attrarre potenziali clienti (lead) e a raccoglierne i dati di contatto per alimentare la pipeline di vendita. Si basa su contenuti, campagne pubblicitarie e moduli web.
Per la lead generation l'azienda ha creato landing page e contenuti scaricabili previa compilazione di un modulo.
  • https://it.wikipedia.org/wiki/Lead_generation
中文
潜在客户开发
识别并吸引潜在客户(线索),并收集其联系信息以建立销售管道的营销过程。通常通过内容、广告和网页表单将匿名访客转化为合格潜客。
该公司通过落地页和需填写表单才能下载的白皮书进行潜在客户开发,一个季度内电子邮件名单增长了40%。
  • https://en.wikipedia.org/wiki/Lead_generation
Français
génération de snippet
Processus automatisé consistant à extraire ou à synthétiser un court fragment de texte pertinent pour la requête à partir d'un document, afin de le représenter dans les résultats de recherche. Il combine sélection extractive et, de plus en plus, résumé abstractif.
La génération de snippet a mis en avant le passage qui correspondait le mieux à la requête de l'utilisateur.
  • https://developers.google.com/search/docs/appearance/snippet?hl=fr
English
snippet generation
The automated process of extracting or synthesizing a short, query-relevant text fragment from a document to represent it in search results. It combines extractive selection and, increasingly, abstractive summarization to preview page content.
The search engine's snippet generation highlighted the passage that best matched the user's query.
  • https://developers.google.com/search/docs/appearance/snippet
  • https://en.wikipedia.org/wiki/Snippet_(programming)
Deutsch
Snippet-Generierung
Der automatisierte Prozess, bei dem aus einem Dokument ein kurzer, für die Suchanfrage relevanter Textausschnitt extrahiert oder generiert wird, um es in den Suchergebnissen darzustellen. Dabei kommen extraktive Auswahl und zunehmend abstraktive Zusammenfassung zum Einsatz.
Die Snippet-Generierung hob genau die Textstelle hervor, die am besten zur Suchanfrage passte.
  • https://developers.google.com/search/docs/appearance/snippet?hl=de
Italiano
generazione di snippet
Processo automatizzato che estrae o sintetizza un breve frammento di testo pertinente alla query da un documento, per rappresentarlo nei risultati di ricerca. Combina la selezione estrattiva e, sempre più, la sintesi astrattiva.
La generazione di snippet ha evidenziato il passaggio più pertinente alla query dell'utente.
  • https://developers.google.com/search/docs/appearance/snippet?hl=it
中文
摘要生成
从文档中自动提取或合成一段与查询相关的简短文本片段,用于在搜索结果中呈现该文档的过程。它结合了抽取式选择以及日益增多的生成式摘要技术。
搜索引擎的摘要生成功能突出显示了与用户查询最匹配的段落。
  • https://developers.google.com/search/docs/appearance/snippet?hl=zh-cn
Français
generative engine optimization
Pratique consistant à optimiser les contenus afin qu'ils soient repris, cités et fidèlement restitués dans les réponses générées par les moteurs de recherche à IA générative et les grands modèles de langage. Elle prolonge le SEO classique vers les moteurs de réponse pilotés par l'IA.
Sa stratégie de generative engine optimization vise à figurer dans les réponses générées par Perplexity et Google AI Overviews.
  • https://arxiv.org/abs/2311.09735
English
generative engine optimization
The practice of optimizing content so that it is surfaced, cited and accurately represented in the answers produced by generative AI search engines and large language models. It extends traditional SEO to AI-driven answer engines such as ChatGPT, Perplexity and Google AI Overviews.
Their generative engine optimization strategy focused on structured, citable content to increase visibility in AI-generated answers.
  • https://en.wikipedia.org/wiki/Generative_engine_optimization
  • https://arxiv.org/abs/2311.09735
Deutsch
Generative Engine Optimization
Die Optimierung von Inhalten, damit sie in den Antworten generativer KI-Suchmaschinen und großer Sprachmodelle sichtbar werden, zitiert und korrekt wiedergegeben werden. Sie erweitert die klassische SEO auf KI-gestützte Antwortmaschinen.
Die Agentur setzt auf Generative Engine Optimization, um in den KI-Antworten von ChatGPT und Google AI Overviews präsent zu sein.
  • https://de.wikipedia.org/wiki/Generative_Engine_Optimization
Italiano
generative engine optimization
Pratica di ottimizzazione dei contenuti affinché vengano recuperati, citati e riportati correttamente nelle risposte generate dai motori di ricerca a IA generativa e dai grandi modelli linguistici. Estende la SEO tradizionale ai motori di risposta basati sull'IA.
La loro strategia di generative engine optimization punta a comparire nelle risposte generate da ChatGPT e Google AI Overviews.
  • https://arxiv.org/abs/2311.09735
中文
生成式引擎优化
一种优化内容的实践,使其能够被生成式人工智能搜索引擎和大型语言模型检索、引用并准确呈现在生成的答案中。它将传统的搜索引擎优化扩展到由人工智能驱动的答案引擎。
他们的生成式引擎优化策略侧重于结构化且可引用的内容,以提升在人工智能生成答案中的曝光度。
  • https://arxiv.org/abs/2311.09735
Français
géociblage
Le géociblage consiste à diffuser des contenus, résultats de recherche ou publicités différents selon la localisation géographique de l'utilisateur. En SEO, il permet de proposer des pages spécifiques à une région et d'optimiser la visibilité dans les recherches locales.
Grâce au géociblage, la boutique en ligne affiche les prix dans la devise locale pour les visiteurs de chaque pays.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=fr
  • https://fr.wikipedia.org/wiki/G%C3%A9ociblage
English
geotargeting
Geotargeting is the practice of delivering different content, search results, or advertisements to users based on their geographic location. In SEO it is used to serve region-specific pages and to optimize visibility in local search results.
By using geotargeting, the online store shows prices in the local currency to visitors from different countries.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
  • https://en.wikipedia.org/wiki/Geotargeting
Deutsch
Geotargeting
Geotargeting bezeichnet die Auslieferung unterschiedlicher Inhalte, Suchergebnisse oder Werbeanzeigen an Nutzer auf Basis ihres geografischen Standorts. Im SEO dient es dazu, regionsspezifische Seiten auszuspielen und die Sichtbarkeit in der lokalen Suche zu optimieren.
Durch Geotargeting werden Besuchern aus verschiedenen Ländern die Preise in der jeweiligen Landeswährung angezeigt.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=de
  • https://de.wikipedia.org/wiki/Geotargeting
Italiano
geotargeting
Il geotargeting è la pratica di fornire contenuti, risultati di ricerca o annunci pubblicitari differenti agli utenti in base alla loro posizione geografica. Nella SEO viene usato per mostrare pagine specifiche per una regione e ottimizzare la visibilità nelle ricerche locali.
Grazie al geotargeting, il negozio online mostra i prezzi nella valuta locale ai visitatori di ogni paese.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=it
  • https://it.wikipedia.org/wiki/Geotargeting
中文
地理定位
地理定位是指根据用户的地理位置向其提供不同的内容、搜索结果或广告的做法。在 SEO 中,它用于展示特定区域的页面并优化本地搜索的可见性。
通过地理定位,在线商店会向来自不同国家的访客显示当地货币的价格。
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=zh-cn
  • https://zh.wikipedia.org/wiki/%E5%9C%B0%E7%90%86%E5%AE%9A%E4%BD%8D
Français
gestion des avis
Pratique consistant à surveiller, répondre et analyser les avis clients sur différentes plateformes afin d'améliorer la réputation en ligne et la visibilité locale d'une entreprise.
Une bonne gestion des avis a permis au restaurant d'augmenter sa note moyenne et de progresser dans le pack local de Google.
  • https://support.google.com/business/answer/3474050
  • https://fr.wikipedia.org/wiki/Gestion_de_la_r%C3%A9putation_en_ligne
English
review management
The practice of monitoring, responding to, and analyzing customer reviews across platforms to improve a business's online reputation and local search visibility.
Effective review management helped the restaurant raise its average rating and climb in the Google Maps local pack.
  • https://support.google.com/business/answer/3474050
  • https://en.wikipedia.org/wiki/Online_reputation_management
Deutsch
Bewertungsmanagement
Das systematische Überwachen, Beantworten und Auswerten von Kundenbewertungen auf verschiedenen Plattformen, um die Online-Reputation und die lokale Sichtbarkeit eines Unternehmens zu verbessern.
Durch konsequentes Bewertungsmanagement konnte das Café seine Durchschnittsbewertung erhöhen und im Local Pack von Google aufsteigen.
  • https://support.google.com/business/answer/3474050
  • https://de.wikipedia.org/wiki/Online-Reputationsmanagement
Italiano
gestione delle recensioni
Pratica di monitoraggio, risposta e analisi delle recensioni dei clienti sulle varie piattaforme per migliorare la reputazione online e la visibilità locale di un'azienda.
Una gestione efficace delle recensioni ha permesso al ristorante di aumentare la valutazione media e salire nel local pack di Google.
  • https://support.google.com/business/answer/3474050
  • https://it.wikipedia.org/wiki/Reputazione_online
中文
评论管理
在各类平台上监控、回复和分析客户评论的做法,旨在提升企业的在线声誉和本地搜索可见性。
有效的评论管理帮助这家餐厅提高了平均评分,并在谷歌地图本地排名中上升。
  • https://support.google.com/business/answer/3474050
  • https://zh.wikipedia.org/wiki/%E7%BD%91%E7%BB%9C%E5%A3%B0%E8%AA%89%E7%AE%A1%E7%90%86
Français
gestion des stocks
Processus de commande, de stockage, de suivi et de contrôle des marchandises d'une entreprise afin de disposer des bonnes quantités au bon moment. Dans le commerce électronique, elle est souvent automatisée et synchronisée entre les canaux de vente.
Une gestion des stocks en temps réel empêche la boutique en ligne de vendre des produits déjà épuisés.
  • https://fr.wikipedia.org/wiki/Gestion_des_stocks
English
inventory management
The process of ordering, storing, tracking and controlling a company's stock of goods to ensure the right quantities are available at the right time. In e-commerce it is often automated and synchronized across sales channels.
Real-time inventory management prevents the online shop from selling products that are already out of stock.
  • https://en.wikipedia.org/wiki/Inventory_management
  • https://en.wikipedia.org/wiki/Inventory_management_software
Deutsch
Bestandsverwaltung
Der Prozess der Beschaffung, Lagerung, Verfolgung und Steuerung des Warenbestands eines Unternehmens, um passende Mengen zur richtigen Zeit verfügbar zu halten. Im E-Commerce erfolgt sie meist automatisiert und kanalübergreifend.
Eine automatisierte Bestandsverwaltung verhindert, dass der Onlineshop bereits ausverkaufte Artikel anbietet.
  • https://de.wikipedia.org/wiki/Bestandsmanagement
Italiano
gestione delle scorte
Processo di ordinazione, stoccaggio, tracciamento e controllo delle merci di un'azienda per garantire la disponibilità delle giuste quantità al momento opportuno. Nell'e-commerce è spesso automatizzata e sincronizzata tra i canali di vendita.
Una gestione delle scorte in tempo reale impedisce al negozio online di vendere prodotti già esauriti.
  • https://it.wikipedia.org/wiki/Gestione_delle_scorte
中文
库存管理
对企业商品库存进行订购、存储、跟踪和控制的过程,以确保在合适的时间提供合适的数量。在电子商务中通常实现自动化并跨销售渠道同步。
实时库存管理可防止网店销售已经售罄的商品。
  • https://zh.wikipedia.org/wiki/庫存管理
Français
glossaire
Liste de termes spécialisés accompagnés de leurs définitions, portant généralement sur un domaine ou un document précis. En TAL et recherche d'information, les glossaires font office de vocabulaire contrôlé pour l'extraction de termes et la construction de bases de connaissances.
Le manuel technique comprend un glossaire qui définit chaque abréviation employée dans le texte.
  • https://fr.wikipedia.org/wiki/Glossaire
English
glossary
A curated list of specialized terms accompanied by their definitions, typically covering a specific domain or document. In NLP and information retrieval, glossaries serve as controlled vocabularies for term extraction, disambiguation and knowledge base construction.
The technical manual includes a glossary that defines every abbreviation used in the text.
  • https://en.wikipedia.org/wiki/Glossary
Deutsch
Glossar
Ein Verzeichnis von Fachbegriffen mit ihren Definitionen, meist auf ein bestimmtes Sachgebiet oder Dokument bezogen. In NLP und Information Retrieval dienen Glossare als kontrolliertes Vokabular für Termextraktion, Begriffsklärung und Wissensbasisaufbau.
Das technische Handbuch enthält ein Glossar, das jede im Text verwendete Abkürzung erklärt.
  • https://de.wikipedia.org/wiki/Glossar
Italiano
glossario
Elenco di termini specialistici corredati dalle loro definizioni, riferito di norma a un determinato ambito o documento. In NLP e recupero delle informazioni i glossari fungono da vocabolario controllato per l'estrazione di termini e la costruzione di basi di conoscenza.
Il manuale tecnico include un glossario che definisce ogni abbreviazione usata nel testo.
  • https://it.wikipedia.org/wiki/Glossario
中文
术语表
针对特定领域或文档汇编的专业术语及其定义的列表。在自然语言处理和信息检索中,术语表可作为受控词表,用于术语抽取、词义消歧和知识库构建。
该技术手册附有一份术语表,对文中使用的每个缩写进行了定义。
  • https://zh.wikipedia.org/wiki/术语表
Français
Google
Google est le moteur de recherche web le plus utilisé au monde, exploité par Google LLC, qui classe et affiche les résultats web selon des signaux de pertinence et de qualité. Le terme désigne aussi l'entreprise proposant une large gamme de services de recherche, de publicité et de cloud.
La plupart des stratégies SEO visent à bien se positionner dans les résultats de recherche organiques de Google.
  • https://www.google.com/
  • https://fr.wikipedia.org/wiki/Google_Search
English
Google
Google is the world's most widely used web search engine, operated by Google LLC, which ranks and returns web results based on relevance and quality signals. The name also refers to the company providing a broad range of search, advertising and cloud services.
Most SEO strategies focus primarily on ranking well in Google's organic search results.
  • https://www.google.com/
  • https://en.wikipedia.org/wiki/Google_Search
Deutsch
Google
Google ist die weltweit meistgenutzte Web-Suchmaschine des Unternehmens Google LLC, die Webergebnisse anhand von Relevanz- und Qualitätssignalen sortiert. Der Name bezeichnet auch das Unternehmen mit seinem breiten Angebot an Such-, Werbe- und Cloud-Diensten.
Die meisten SEO-Strategien zielen darauf ab, in den organischen Suchergebnissen von Google gut zu ranken.
  • https://www.google.com/
  • https://de.wikipedia.org/wiki/Google_Suche
Italiano
Google
Google è il motore di ricerca web più utilizzato al mondo, gestito da Google LLC, che ordina e restituisce i risultati web in base a segnali di pertinenza e qualità. Il termine indica anche l'azienda che offre un'ampia gamma di servizi di ricerca, pubblicità e cloud.
La maggior parte delle strategie SEO punta a posizionarsi bene nei risultati organici di Google.
  • https://www.google.com/
  • https://it.wikipedia.org/wiki/Google_Ricerca
中文
谷歌
谷歌(Google)是全球使用最广泛的网络搜索引擎,由 Google LLC 运营,依据相关性和质量信号对网页结果进行排序和返回。该名称也指提供搜索、广告和云服务等广泛业务的公司。
大多数 SEO 策略都以在谷歌自然搜索结果中获得良好排名为核心目标。
  • https://www.google.com/
  • https://zh.wikipedia.org/wiki/Google%E6%90%9C%E7%B4%A2
Français
Google Ads
Google Ads est la plateforme publicitaire en ligne de Google permettant aux annonceurs de diffuser des annonces dans les résultats de recherche Google, sur le Réseau Display, YouTube et les sites partenaires, généralement facturées au coût par clic.
L'entreprise a lancé une campagne Google Ads pour enchérir sur des mots-clés liés à son nouveau produit.
  • https://support.google.com/google-ads/answer/6146252?hl=fr
  • https://fr.wikipedia.org/wiki/Google_Ads
English
Google Ads
Google Ads is Google's online advertising platform that lets advertisers display ads in Google Search results, on the Display Network, YouTube and partner sites, typically billed on a pay-per-click basis.
The company launched a Google Ads campaign to bid on keywords related to its new product.
  • https://support.google.com/google-ads/answer/6146252
  • https://en.wikipedia.org/wiki/Google_Ads
Deutsch
Google Ads
Google Ads ist die Online-Werbeplattform von Google, über die Werbetreibende Anzeigen in der Google-Suche, im Displaynetzwerk, auf YouTube und Partnerseiten schalten, meist auf Cost-per-Click-Basis abgerechnet.
Das Unternehmen startete eine Google-Ads-Kampagne, um auf Keywords zu seinem neuen Produkt zu bieten.
  • https://support.google.com/google-ads/answer/6146252?hl=de
  • https://de.wikipedia.org/wiki/Google_Ads
Italiano
Google Ads
Google Ads è la piattaforma pubblicitaria online di Google che consente agli inserzionisti di pubblicare annunci nei risultati di ricerca Google, sulla Rete Display, su YouTube e sui siti partner, di solito con addebito a costo per clic.
L'azienda ha avviato una campagna Google Ads per fare offerte sulle parole chiave relative al suo nuovo prodotto.
  • https://support.google.com/google-ads/answer/6146252?hl=it
  • https://it.wikipedia.org/wiki/Google_Ads
中文
Google Ads
Google Ads 是谷歌的在线广告平台,广告主可在谷歌搜索结果、展示广告网络、YouTube 及合作伙伴网站上投放广告,通常按每次点击付费计费。
该公司启动了一项 Google Ads 广告系列,对与其新产品相关的关键字进行竞价。
  • https://support.google.com/google-ads/answer/6146252?hl=zh-Hans
  • https://zh.wikipedia.org/wiki/Google_Ads
Français
Google Analytics
Un service d'analyse d'audience web de Google qui mesure et analyse le trafic, le comportement des utilisateurs et les conversions sur les sites web et les applications. La version actuelle est Google Analytics 4 (GA4), fondée sur un modèle de données événementiel.
Nous utilisons Google Analytics pour mesurer combien de visiteurs arrivent sur notre page de destination via la recherche organique.
  • https://support.google.com/analytics/answer/10089681
  • https://fr.wikipedia.org/wiki/Google_Analytics
English
Google Analytics
A web analytics service by Google that tracks and reports website and app traffic, user behavior, and conversions. The current version is Google Analytics 4 (GA4), based on an event-driven data model.
We use Google Analytics to measure how many visitors reach our landing page from organic search.
  • https://support.google.com/analytics/answer/10089681
  • https://en.wikipedia.org/wiki/Google_Analytics
Deutsch
Google Analytics
Ein Webanalysedienst von Google, der den Traffic sowie das Nutzerverhalten und Conversions auf Websites und in Apps erfasst und auswertet. Die aktuelle Version ist Google Analytics 4 (GA4) mit ereignisbasiertem Datenmodell.
Mit Google Analytics messen wir, wie viele Besucher über die organische Suche auf unsere Landingpage gelangen.
  • https://support.google.com/analytics/answer/10089681
  • https://de.wikipedia.org/wiki/Google_Analytics
Italiano
Google Analytics
Un servizio di analisi web di Google che monitora e analizza il traffico, il comportamento degli utenti e le conversioni su siti web e app. La versione attuale è Google Analytics 4 (GA4), basata su un modello di dati orientato agli eventi.
Utilizziamo Google Analytics per misurare quanti visitatori raggiungono la nostra landing page tramite la ricerca organica.
  • https://support.google.com/analytics/answer/10089681
  • https://it.wikipedia.org/wiki/Google_Analytics
中文
Google Analytics
谷歌提供的网络分析服务,用于跟踪和报告网站及应用的流量、用户行为和转化情况。当前版本为 Google Analytics 4(GA4),基于以事件为核心的数据模型。
我们使用 Google Analytics 来衡量有多少访客通过自然搜索进入我们的着陆页。
  • https://support.google.com/analytics/answer/10089681
  • https://zh.wikipedia.org/wiki/Google_Analytics
Français
Google Merchant Center
Plateforme Google permettant aux marchands d'importer et de gérer leurs données produits afin de les diffuser sur Google Shopping, dans les annonces et sur d'autres surfaces.
Le marchand a importé son flux de produits dans Google Merchant Center pour afficher ses articles dans les annonces Shopping.
  • https://support.google.com/merchants/answer/188924?hl=fr
English
Google Merchant Center
A Google platform where retailers upload and manage product data to make their inventory available across Google Shopping, ads and other surfaces.
The retailer synced its product feed to Google Merchant Center to display items in Shopping ads.
  • https://support.google.com/merchants/answer/188924
  • https://en.wikipedia.org/wiki/Google_Shopping
Deutsch
Google Merchant Center
Eine Google-Plattform, über die Händler ihre Produktdaten hochladen und verwalten, um ihr Sortiment bei Google Shopping, in Anzeigen und auf weiteren Oberflächen bereitzustellen.
Der Händler lud seinen Produktfeed in das Google Merchant Center hoch, um Artikel in Shopping-Anzeigen zu zeigen.
  • https://support.google.com/merchants/answer/188924?hl=de
Italiano
Google Merchant Center
Piattaforma di Google in cui i rivenditori caricano e gestiscono i dati dei prodotti per renderli disponibili su Google Shopping, negli annunci e su altre superfici.
Il rivenditore ha caricato il feed dei prodotti in Google Merchant Center per mostrare gli articoli negli annunci Shopping.
  • https://support.google.com/merchants/answer/188924?hl=it
中文
Google Merchant Center
谷歌提供的一个平台,商家可在此上传和管理商品数据,使商品能够展示在Google购物、广告及其他渠道中。
商家将商品Feed上传到Google Merchant Center,以便在购物广告中展示其商品。
  • https://support.google.com/merchants/answer/188924?hl=zh-Hans
Français
Google Search
Google Search est le moteur de recherche web exploité par Google qui indexe et classe les pages web afin de renvoyer des résultats pertinents aux requêtes des utilisateurs. C'est le moteur de recherche le plus utilisé au monde.
Pour bien se positionner dans Google Search, il faut soigner le SEO technique et la qualité du contenu.
  • https://developers.google.com/search?hl=fr
  • https://fr.wikipedia.org/wiki/Google_Search
English
Google Search
Google Search is a web search engine operated by Google that indexes and ranks web pages to return relevant results in response to user queries. It is the most widely used search engine worldwide.
Optimizing a website for Google Search involves technical SEO, quality content and mobile-friendliness.
  • https://developers.google.com/search
  • https://en.wikipedia.org/wiki/Google_Search
Deutsch
Google Suche
Google Suche ist die von Google betriebene Websuchmaschine, die Webseiten indexiert und nach Relevanz sortiert, um passende Ergebnisse auf Nutzeranfragen zu liefern. Sie ist die weltweit am häufigsten genutzte Suchmaschine.
Für ein gutes Ranking in der Google Suche sind technisches SEO und hochwertige Inhalte entscheidend.
  • https://developers.google.com/search?hl=de
  • https://de.wikipedia.org/wiki/Google_Suche
Italiano
Google Search
Google Search è il motore di ricerca web gestito da Google che indicizza e ordina le pagine web per restituire risultati pertinenti alle query degli utenti. È il motore di ricerca più utilizzato al mondo.
Per posizionarsi bene su Google Search sono fondamentali la SEO tecnica e la qualità dei contenuti.
  • https://developers.google.com/search?hl=it
  • https://it.wikipedia.org/wiki/Google_Search
中文
谷歌搜索
谷歌搜索是由谷歌运营的网络搜索引擎,通过对网页进行索引和排名,针对用户查询返回相关结果。它是全球使用最广泛的搜索引擎。
要在谷歌搜索中获得良好排名,技术性SEO和高质量内容至关重要。
  • https://developers.google.com/search
  • https://zh.wikipedia.org/wiki/Google搜索
Français
Google Search Console
Service web gratuit de Google permettant aux propriétaires de sites de surveiller, gérer et résoudre les problèmes liés à la présence de leur site dans les résultats de recherche Google. Il fournit des données sur l'indexation, les requêtes, l'exploration et les performances.
Grâce à la Google Search Console, le webmaster a identifié les pages exclues de l'index et a soumis un sitemap mis à jour.
  • https://support.google.com/webmasters/answer/9128668?hl=fr
  • https://fr.wikipedia.org/wiki/Google_Search_Console
English
Google Search Console
A free web service by Google that lets website owners monitor, maintain and troubleshoot their site's presence in Google Search results. It provides data on indexing, search queries, crawling issues and performance.
Using Google Search Console, the webmaster identified which pages were excluded from the index and submitted an updated sitemap.
  • https://support.google.com/webmasters/answer/9128668
  • https://en.wikipedia.org/wiki/Google_Search_Console
Deutsch
Google Search Console
Ein kostenloser Webdienst von Google, mit dem Website-Betreiber die Präsenz ihrer Website in den Google-Suchergebnissen überwachen, verwalten und Probleme beheben können. Er liefert Daten zu Indexierung, Suchanfragen, Crawling-Fehlern und Leistung.
Mit der Google Search Console prüfte der Webmaster, welche Seiten nicht indexiert wurden, und reichte eine aktualisierte Sitemap ein.
  • https://support.google.com/webmasters/answer/9128668?hl=de
  • https://de.wikipedia.org/wiki/Google_Search_Console
Italiano
Google Search Console
Servizio web gratuito di Google che consente ai proprietari di siti di monitorare, gestire e risolvere i problemi relativi alla presenza del proprio sito nei risultati di ricerca di Google. Fornisce dati su indicizzazione, query di ricerca, scansione e prestazioni.
Tramite la Google Search Console il webmaster ha individuato le pagine escluse dall'indice e ha inviato una sitemap aggiornata.
  • https://support.google.com/webmasters/answer/9128668?hl=it
  • https://it.wikipedia.org/wiki/Google_Search_Console
中文
Google Search Console
Google 提供的免费网络服务,帮助网站所有者监控、维护网站在 Google 搜索结果中的表现并排查问题。它提供索引编制、搜索查询、抓取错误和效果等数据。
通过 Google Search Console,站长发现了哪些网页未被编入索引,并提交了更新后的站点地图。
  • https://support.google.com/webmasters/answer/9128668?hl=zh-Hans
  • https://zh.wikipedia.org/wiki/Google_Search_Console
Français
Google Shopping
Un service de Google permettant aux utilisateurs de rechercher, comparer et parcourir des produits proposés par différents marchands en ligne et locaux. Les données produit sont transmises via Google Merchant Center et apparaissent sous forme d'annonces Shopping ou de fiches produit gratuites.
Le marchand a importé son flux de produits dans Merchant Center afin que ses articles apparaissent dans les résultats Google Shopping.
  • https://support.google.com/merchants/answer/6149970
  • https://fr.wikipedia.org/wiki/Google_Shopping
English
Google Shopping
A Google service that lets users search for, compare and browse product listings from various online and local retailers. Product data is submitted via Google Merchant Center and can appear as Shopping ads or free product listings.
The retailer uploaded its product feed to Merchant Center so its items would appear in Google Shopping results.
  • https://support.google.com/merchants/answer/6149970
  • https://en.wikipedia.org/wiki/Google_Shopping
Deutsch
Google Shopping
Ein Dienst von Google, mit dem Nutzer Produkte verschiedener Online- und lokaler Händler suchen, vergleichen und durchsuchen können. Die Produktdaten werden über das Google Merchant Center eingespeist und erscheinen als Shopping-Anzeigen oder kostenlose Produkteinträge.
Der Händler lud seinen Produktfeed ins Merchant Center hoch, damit seine Artikel in den Google-Shopping-Ergebnissen erscheinen.
  • https://support.google.com/merchants/answer/6149970
  • https://de.wikipedia.org/wiki/Google_Shopping
Italiano
Google Shopping
Un servizio di Google che consente agli utenti di cercare, confrontare e sfogliare i prodotti di vari rivenditori online e locali. I dati dei prodotti vengono inviati tramite Google Merchant Center e possono comparire come annunci Shopping o schede prodotto gratuite.
Il rivenditore ha caricato il proprio feed di prodotti su Merchant Center affinché i suoi articoli comparissero nei risultati di Google Shopping.
  • https://support.google.com/merchants/answer/6149970
  • https://it.wikipedia.org/wiki/Google_Shopping
中文
Google 购物
谷歌提供的一项服务,允许用户搜索、比较和浏览来自各在线及本地零售商的产品信息。产品数据通过 Google Merchant Center(商家中心)提交,并以购物广告或免费产品信息的形式展示。
零售商将其产品数据源上传到 Merchant Center,以便其商品能出现在 Google 购物结果中。
  • https://support.google.com/merchants/answer/6149970
  • https://zh.wikipedia.org/wiki/Google_購物
Français
Google Tag Manager
Google Tag Manager est un système de gestion de balises qui permet de déployer et de mettre à jour des balises de suivi et des extraits de code sur un site web ou une application sans modifier directement le code source.
Grâce à Google Tag Manager, nous déclenchons la balise de conversion dès qu'un utilisateur finalise son achat.
  • https://support.google.com/tagmanager/answer/6102821?hl=fr
  • https://fr.wikipedia.org/wiki/Google_Tag_Manager
English
Google Tag Manager
Google Tag Manager is a tag management system that lets users deploy and update tracking tags and code snippets on a website or app without editing the source code directly.
We use Google Tag Manager to fire the conversion tag whenever a user completes the checkout.
  • https://support.google.com/tagmanager/answer/6102821
  • https://en.wikipedia.org/wiki/Google_Tag_Manager
Deutsch
Google Tag Manager
Google Tag Manager ist ein Tag-Management-System, mit dem sich Tracking-Tags und Code-Snippets auf einer Website oder in einer App verwalten und aktualisieren lassen, ohne den Quellcode direkt zu bearbeiten.
Über den Google Tag Manager lösen wir das Conversion-Tag aus, sobald ein Nutzer den Kauf abschliesst.
  • https://support.google.com/tagmanager/answer/6102821?hl=de
  • https://de.wikipedia.org/wiki/Google_Tag_Manager
Italiano
Google Tag Manager
Google Tag Manager è un sistema di gestione dei tag che consente di implementare e aggiornare tag di monitoraggio e snippet di codice su un sito web o un'app senza modificare direttamente il codice sorgente.
Con Google Tag Manager attiviamo il tag di conversione ogni volta che un utente completa l'acquisto.
  • https://support.google.com/tagmanager/answer/6102821?hl=it
  • https://it.wikipedia.org/wiki/Google_Tag_Manager
中文
Google 跟踪代码管理器
Google 跟踪代码管理器是一种代码管理系统,允许用户在无需直接修改源代码的情况下,在网站或应用中部署和更新跟踪代码及代码片段。
我们使用 Google 跟踪代码管理器,在用户完成结账时触发转化跟踪代码。
  • https://support.google.com/tagmanager/answer/6102821?hl=zh-Hans
  • https://zh.wikipedia.org/wiki/Google_Tag_Manager
Français
Googlebot
Googlebot est le nom générique du robot d'exploration de Google qui découvre et récupère les pages web pour alimenter l'index de la recherche Google. Il comprend des robots distincts pour ordinateur et smartphone ainsi que des bots spécialisés pour les images, la vidéo et l'actualité.
Les journaux du serveur montraient des passages fréquents de Googlebot récupérant les articles récemment publiés.
  • https://developers.google.com/search/docs/crawling-indexing/googlebot?hl=fr
  • https://fr.wikipedia.org/wiki/Googlebot
English
Googlebot
Googlebot is the generic name for Google's web crawler that discovers and fetches web pages to build the Google Search index. It comprises separate crawlers for desktop and smartphone as well as specialized bots for images, video and news.
The server logs showed frequent visits from Googlebot fetching newly published articles.
  • https://developers.google.com/search/docs/crawling-indexing/googlebot
  • https://en.wikipedia.org/wiki/Googlebot
Deutsch
Googlebot
Googlebot ist die Sammelbezeichnung für den Webcrawler von Google, der Webseiten aufruft und für den Google-Suchindex erfasst. Er umfasst getrennte Crawler für Desktop und Smartphone sowie spezialisierte Bots für Bilder, Videos und News.
In den Serverprotokollen tauchte Googlebot regelmässig auf, wenn neue Beiträge veröffentlicht wurden.
  • https://developers.google.com/search/docs/crawling-indexing/googlebot?hl=de
  • https://de.wikipedia.org/wiki/Googlebot
Italiano
Googlebot
Googlebot è il nome generico del crawler web di Google che individua e recupera le pagine web per creare l'indice della Ricerca Google. Comprende crawler distinti per desktop e smartphone oltre a bot specializzati per immagini, video e notizie.
I log del server mostravano visite frequenti di Googlebot che recuperava gli articoli appena pubblicati.
  • https://developers.google.com/search/docs/crawling-indexing/googlebot?hl=it
  • https://it.wikipedia.org/wiki/Googlebot
中文
Googlebot
Googlebot 是 Google 网络爬虫的统称,用于发现并抓取网页以构建 Google 搜索索引。它包含面向桌面端和智能手机的独立爬虫,以及用于图片、视频和新闻的专用机器人。
服务器日志显示 Googlebot 频繁访问并抓取新发布的文章。
  • https://developers.google.com/search/docs/crawling-indexing/googlebot?hl=zh-cn
  • https://zh.wikipedia.org/wiki/Googlebot