Français
poids du modèle
Paramètres numériques appris par un modèle d'apprentissage automatique lors de l'entraînement, qui déterminent la manière dont les entrées sont transformées en sorties. Ils encodent les connaissances acquises par le modèle.
La publication des poids du modèle permet aux chercheurs d'affiner le réseau de neurones pour leurs propres tâches.
- https://fr.wikipedia.org/wiki/R%C3%A9seau_de_neurones_artificiels
English
model weights
The learned numerical parameters of a machine learning model that are adjusted during training and determine how inputs are mapped to outputs. They encode the knowledge acquired by the model.
Releasing the model weights openly allows researchers to fine-tune the neural network for their own tasks.
- https://en.wikipedia.org/wiki/Weighting
- https://developers.google.com/machine-learning/glossary#weight
Deutsch
Modellgewichte
Die während des Trainings gelernten numerischen Parameter eines Machine-Learning-Modells, die festlegen, wie Eingaben auf Ausgaben abgebildet werden. Sie speichern das vom Modell erworbene Wissen.
Durch die Veröffentlichung der Modellgewichte können Forschende das neuronale Netz für eigene Aufgaben feinabstimmen.
- https://de.wikipedia.org/wiki/K%C3%BCnstliches_neuronales_Netz
Italiano
pesi del modello
I parametri numerici appresi da un modello di machine learning durante l'addestramento, che determinano il modo in cui gli input vengono trasformati in output. Codificano la conoscenza acquisita dal modello.
La pubblicazione dei pesi del modello consente ai ricercatori di perfezionare la rete neurale per i propri compiti.
- https://it.wikipedia.org/wiki/Rete_neurale_artificiale
中文
模型权重
机器学习模型在训练过程中学习到的数值参数,决定了输入如何映射到输出,并编码了模型所获得的知识。
公开发布模型权重使研究人员能够针对自身任务对神经网络进行微调。
- https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C
Français
position moyenne
Métrique de la Google Search Console indiquant la position de classement moyenne des URL d'un site dans les résultats de recherche pour des requêtes données. Une valeur plus faible correspond à un meilleur classement.
Après la mise à jour du contenu, la position moyenne du mot-clé est passée de 8,4 à 3,1.
- https://support.google.com/webmasters/answer/7042828?hl=fr
English
average position
A metric in Google Search Console indicating the average ranking position of a website's URLs in search results for given queries. Lower values represent higher (better) placements.
The keyword's average position improved from 8.4 to 3.1 after the content update.
- https://support.google.com/webmasters/answer/7042828
Deutsch
durchschnittliche Position
Eine Kennzahl in der Google Search Console, die die durchschnittliche Ranking-Position der URLs einer Website in den Suchergebnissen für bestimmte Suchanfragen angibt. Niedrigere Werte stehen für höhere (bessere) Platzierungen.
Nach dem Content-Update verbesserte sich die durchschnittliche Position des Keywords von 8,4 auf 3,1.
- https://support.google.com/webmasters/answer/7042828?hl=de
Italiano
posizione media
Metrica della Google Search Console che indica la posizione media di ranking degli URL di un sito nei risultati di ricerca per determinate query. Valori più bassi corrispondono a posizionamenti migliori.
Dopo l'aggiornamento dei contenuti, la posizione media della parola chiave è migliorata da 8,4 a 3,1.
- https://support.google.com/webmasters/answer/7042828?hl=it
中文
平均排名
Google Search Console 中的一项指标,表示网站的网址在给定查询的搜索结果中的平均排名位置。数值越低表示排名越靠前(越好)。
内容更新后,该关键词的平均排名从 8.4 提升到 3.1。
- https://support.google.com/webmasters/answer/7042828?hl=zh-Hans
Français
précision
En recherche d'information, la précision est la proportion de documents pertinents parmi l'ensemble des documents retournés. Elle mesure l'exactitude des résultats.
Si une recherche renvoie 10 résultats dont 8 sont pertinents, la précision est de 0,8.
- https://fr.wikipedia.org/wiki/Pr%C3%A9cision_et_rappel
English
precision
In information retrieval, precision is the fraction of retrieved documents that are relevant to the query. It measures the exactness or quality of the retrieved results.
If a search returns 10 results and 8 are relevant, the precision is 0.8.
- https://en.wikipedia.org/wiki/Precision_and_recall
- https://nlp.stanford.edu/IR-book/html/htmledition/evaluation-of-unranked-retrieval-sets-1.html
Deutsch
Precision
Im Information Retrieval bezeichnet Precision den Anteil der als relevant zurückgelieferten Dokumente an allen zurückgelieferten Dokumenten. Sie misst die Genauigkeit der Trefferergebnisse.
Liefert eine Suche 10 Ergebnisse, von denen 8 relevant sind, beträgt die Precision 0,8.
- https://de.wikipedia.org/wiki/Beurteilung_eines_bin%C3%A4ren_Klassifikators
Italiano
precisione
Nel reperimento delle informazioni, la precisione è la frazione di documenti rilevanti tra tutti i documenti restituiti da una query. Misura l'esattezza dei risultati.
Se una ricerca restituisce 10 risultati di cui 8 rilevanti, la precisione è pari a 0,8.
- https://it.wikipedia.org/wiki/Precisione_e_recupero
中文
精确率
在信息检索中,精确率指检索返回的文档中相关文档所占的比例,用于衡量检索结果的准确性。
如果一次搜索返回10个结果,其中8个是相关的,则精确率为0.8。
- https://zh.wikipedia.org/wiki/%E6%BA%96%E7%A2%BA%E7%8E%87%E5%92%8C%E5%8F%AC%E5%9B%9E%E7%8E%87
Français
pré-entraînement
Le pré-entraînement est la phase initiale d'entraînement d'un modèle d'apprentissage automatique sur un grand jeu de données général afin d'apprendre des représentations larges avant son affinage pour des tâches spécifiques. C'est l'étape fondatrice de la construction des grands modèles de langage.
Le modèle de langage a subi un pré-entraînement sur des milliards de documents web avant d'être affiné pour le support client.
- https://fr.wikipedia.org/wiki/Grand_mod%C3%A8le_de_langage
English
pre-training
Pre-training is the initial phase of training a machine learning model on a large, general dataset to learn broad representations before it is fine-tuned for specific tasks. It is the foundational step in building large language models and other foundation models.
The language model underwent pre-training on billions of web documents before being fine-tuned for customer support.
- https://en.wikipedia.org/wiki/Large_language_model
- https://huggingface.co/docs/transformers/en/training
Deutsch
Pre-Training
Als Pre-Training bezeichnet man die erste Trainingsphase eines Machine-Learning-Modells, in der es auf einem grossen, allgemeinen Datensatz breite Repräsentationen lernt, bevor es für spezifische Aufgaben feinabgestimmt wird. Es ist der grundlegende Schritt beim Aufbau grosser Sprachmodelle.
Das Sprachmodell durchlief ein Pre-Training auf Milliarden von Webdokumenten, bevor es für den Kundensupport feinabgestimmt wurde.
- https://de.wikipedia.org/wiki/Gro%C3%9Fes_Sprachmodell
Italiano
pre-addestramento
Il pre-addestramento è la fase iniziale di addestramento di un modello di machine learning su un ampio dataset generale per apprendere rappresentazioni ampie prima della messa a punto per compiti specifici. È il passaggio fondante nella costruzione dei grandi modelli linguistici.
Il modello linguistico è stato sottoposto a pre-addestramento su miliardi di documenti web prima di essere ottimizzato per l'assistenza clienti.
- https://it.wikipedia.org/wiki/Modello_linguistico_di_grandi_dimensioni
中文
预训练
预训练是机器学习模型在大规模通用数据集上进行的初始训练阶段,用于学习广泛的表示,随后再针对特定任务进行微调。它是构建大语言模型等基础模型的关键步骤。
该语言模型在数十亿网页文档上完成预训练后,再针对客户支持任务进行微调。
- https://zh.wikipedia.org/wiki/%E5%A4%A7%E5%9E%8B%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
Français
prerendering
Technique consistant à générer à l'avance le code HTML entièrement rendu d'une page web, afin que les robots d'exploration et les utilisateurs reçoivent le contenu complet sans avoir à exécuter le JavaScript au moment de la requête.
L'équipe a mis en place le prerendering pour garantir que les robots des moteurs de recherche puissent indexer l'application monopage riche en JavaScript.
- https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
- https://web.dev/articles/rendering-on-the-web
English
prerendering
The technique of generating the fully rendered HTML of a web page in advance, so that crawlers and users receive complete content without needing to execute JavaScript at request time.
The team implemented prerendering to ensure that search engine crawlers could index the JavaScript-heavy single-page application.
- https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
- https://web.dev/articles/rendering-on-the-web
Deutsch
Prerendering
Verfahren, bei dem das vollständig gerenderte HTML einer Webseite im Voraus erzeugt wird, damit Crawler und Nutzer die komplette Seite ohne Ausführung von JavaScript zur Laufzeit erhalten.
Durch Prerendering stellte das Team sicher, dass Suchmaschinen-Crawler die JavaScript-lastige Single-Page-Application indexieren konnten.
- https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
- https://web.dev/articles/rendering-on-the-web
Italiano
prerendering
Tecnica che consiste nel generare in anticipo l'HTML completamente renderizzato di una pagina web, in modo che crawler e utenti ricevano il contenuto completo senza dover eseguire il JavaScript al momento della richiesta.
Il team ha implementato il prerendering per assicurare che i crawler dei motori di ricerca potessero indicizzare la single-page application ricca di JavaScript.
- https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
- https://web.dev/articles/rendering-on-the-web
中文
预渲染
一种提前生成网页完整渲染 HTML 的技术,使爬虫和用户无需在请求时执行 JavaScript 即可获得完整内容。
团队采用预渲染技术,确保搜索引擎爬虫能够索引这个大量使用 JavaScript 的单页应用。
- https://developers.google.com/search/docs/crawling-indexing/javascript/dynamic-rendering
- https://web.dev/articles/rendering-on-the-web
Français
présence de marque dans les LLM
Le degré auquel une marque, ses produits ou ses messages apparaissent dans les réponses de grands modèles de langage tels que ChatGPT, Gemini ou Claude. Elle reflète la manière dont une marque est représentée dans les réponses et recommandations générées par l'IA.
Améliorer la présence de marque dans les LLM est devenu un objectif majeur des stratégies d'optimisation pour moteurs génératifs.
- https://fr.wikipedia.org/wiki/Grand_mod%C3%A8le_de_langage
English
brand presence in LLMs
The degree to which a brand, its products or messaging appear in the outputs of large language models such as ChatGPT, Gemini or Claude. It reflects how well a brand is represented in AI-generated answers and recommendations.
Improving brand presence in LLMs has become a core objective of generative engine optimization strategies.
- https://en.wikipedia.org/wiki/Large_language_model
Deutsch
Markenpräsenz in LLMs
Der Grad, in dem eine Marke, ihre Produkte oder Botschaften in den Ausgaben grosser Sprachmodelle wie ChatGPT, Gemini oder Claude erscheinen. Sie zeigt, wie gut eine Marke in KI-generierten Antworten und Empfehlungen vertreten ist.
Die Steigerung der Markenpräsenz in LLMs ist zu einem zentralen Ziel der Generative-Engine-Optimization-Strategie geworden.
- https://de.wikipedia.org/wiki/Gro%C3%9Fes_Sprachmodell
Italiano
presenza del brand negli LLM
Il grado in cui un brand, i suoi prodotti o i suoi messaggi compaiono negli output di modelli linguistici di grandi dimensioni come ChatGPT, Gemini o Claude. Riflette quanto bene un brand è rappresentato nelle risposte e nei consigli generati dall'IA.
Migliorare la presenza del brand negli LLM è diventato un obiettivo centrale delle strategie di generative engine optimization.
- https://it.wikipedia.org/wiki/Modello_linguistico_di_grandi_dimensioni
中文
品牌在大语言模型中的呈现
指品牌、其产品或信息在 ChatGPT、Gemini、Claude 等大语言模型输出中出现的程度,反映品牌在 AI 生成的回答和推荐中的代表性。
提升品牌在大语言模型中的呈现已成为生成式引擎优化策略的核心目标。
- https://zh.wikipedia.org/wiki/%E5%A4%A7%E5%9E%8B%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
Français
preuve sociale
Phénomène psychologique et marketing par lequel les individus imitent le comportement des autres en supposant qu'il reflète la bonne conduite. En optimisation de conversion, elle s'appuie sur avis, notes et témoignages pour renforcer la confiance.
Afficher les avis clients et les notes en étoiles sur la page produit est une preuve sociale classique qui améliore la conversion.
- https://fr.wikipedia.org/wiki/Preuve_sociale
English
social proof
A psychological and marketing phenomenon whereby people copy the actions of others under the assumption that those actions reflect correct behavior. In conversion optimization it is used through reviews, ratings, testimonials and user counts to build trust.
Displaying customer reviews and star ratings on the product page is a classic form of social proof that boosts conversion.
- https://en.wikipedia.org/wiki/Social_proof
Deutsch
Social Proof
Ein psychologisches und marketingbezogenes Phänomen, bei dem sich Menschen am Verhalten anderer orientieren, weil sie dieses als richtig annehmen. In der Conversion-Optimierung wird es durch Bewertungen, Rezensionen und Nutzerzahlen eingesetzt, um Vertrauen zu schaffen.
Kundenbewertungen und Sternebewertungen auf der Produktseite sind ein klassischer Social Proof, der die Conversion steigert.
- https://de.wikipedia.org/wiki/Social_Proof
Italiano
riprova sociale
Fenomeno psicologico e di marketing per cui le persone imitano il comportamento altrui presumendo che sia corretto. Nell'ottimizzazione della conversione viene sfruttato tramite recensioni, valutazioni e testimonianze per generare fiducia.
Mostrare le recensioni dei clienti e le valutazioni a stelle nella pagina prodotto è una classica riprova sociale che aumenta la conversione.
- https://it.wikipedia.org/wiki/Riprova_sociale
中文
社会认同
一种心理和营销现象,人们倾向于模仿他人的行为,因为他们假定这些行为代表正确的选择。在转化优化中,通过评价、评分和用户见证来建立信任。
在产品页面展示客户评价和星级评分是一种典型的社会认同,能够提升转化率。
- https://zh.wikipedia.org/wiki/從眾效應
Français
Private Blog Network
Un private blog network (PBN) est un ensemble de sites web contrôlés par un même propriétaire, souvent construits sur des domaines expirés dotés d'une autorité existante, destinés à générer des backlinks pour manipuler le classement d'un site cible.
Le site a été pénalisé après que Google a découvert son private blog network servant à créer des liens.
- https://developers.google.com/search/docs/essentials/spam-policies
English
private blog network
A private blog network (PBN) is a group of websites, often built on expired domains with existing authority, that a single owner controls to create backlinks and manipulate the search rankings of a target site.
Google penalized the site after discovering it relied on a private blog network for its backlinks.
- https://developers.google.com/search/docs/essentials/spam-policies
Deutsch
Private Blog Network
Ein Private Blog Network (PBN) ist eine von einem einzigen Betreiber kontrollierte Gruppe von Websites, häufig auf abgelaufenen Domains mit vorhandener Autorität, die gezielt Backlinks erzeugt, um das Ranking einer Zielseite zu manipulieren.
Die Website wurde abgestraft, nachdem Google ihr Private Blog Network zur Linkerzeugung entdeckt hatte.
- https://developers.google.com/search/docs/essentials/spam-policies
Italiano
Private Blog Network
Un private blog network (PBN) è un insieme di siti web controllati da un unico proprietario, spesso costruiti su domini scaduti con autorità preesistente, per generare backlink e manipolare il posizionamento di un sito target.
Il sito è stato penalizzato dopo che Google ha scoperto il private blog network usato per creare i backlink.
- https://developers.google.com/search/docs/essentials/spam-policies
中文
私人博客网络
私人博客网络(PBN)是由单一所有者控制的一组网站,通常基于具有现有权重的过期域名构建,用于生成反向链接以操纵目标网站的搜索排名。
谷歌发现该网站依靠私人博客网络制造反向链接后,对其进行了处罚。
- https://developers.google.com/search/docs/essentials/spam-policies
Français
processus de paiement
La suite d'étapes qu'un utilisateur franchit pour finaliser un achat en ligne, généralement composée de la vérification du panier, de la livraison, du paiement et de la confirmation de commande.
Un processus de paiement simplifié avec moins de champs de formulaire peut réduire nettement l'abandon de panier.
- https://fr.wikipedia.org/wiki/Commerce_%C3%A9lectronique
English
checkout process
The sequence of steps a user completes to finalize an online purchase, typically covering cart review, shipping, payment and order confirmation.
A streamlined checkout process with fewer form fields can significantly reduce cart abandonment.
- https://en.wikipedia.org/wiki/Point_of_sale
- https://baymard.com/blog/checkout-flow-average-form-fields
Deutsch
Checkout-Prozess
Die Abfolge von Schritten, die ein Nutzer durchläuft, um einen Online-Kauf abzuschliessen, meist bestehend aus Warenkorbprüfung, Versand, Zahlung und Bestellbestätigung.
Ein schlanker Checkout-Prozess mit weniger Formularfeldern kann die Kaufabbruchrate deutlich senken.
- https://de.wikipedia.org/wiki/Warenkorb_(E-Commerce)
Italiano
processo di checkout
La sequenza di passaggi che un utente completa per finalizzare un acquisto online, in genere comprendente revisione del carrello, spedizione, pagamento e conferma dell'ordine.
Un processo di checkout semplificato con meno campi da compilare può ridurre notevolmente l'abbandono del carrello.
- https://it.wikipedia.org/wiki/Commercio_elettronico
中文
结账流程
用户完成在线购买所经历的一系列步骤,通常包括购物车确认、配送、支付和订单确认。
简化结账流程、减少表单字段可以显著降低购物车放弃率。
- https://zh.wikipedia.org/wiki/%E9%9B%BB%E5%AD%90%E5%95%86%E5%8B%99
Français
product reviews update
Une mise à jour du classement de Google visant à valoriser les avis produits approfondis et originaux au détriment des critiques superficielles et standardisées. Elle a ensuite été intégrée au système d'avis plus large.
Après le product reviews update, notre site a dû ajouter des preuves de tests réels pour conserver son positionnement.
- https://developers.google.com/search/updates/ranking
- https://developers.google.com/search/blog/2021/04/product-reviews-update
English
product reviews update
A Google Search ranking update designed to reward in-depth, original product review content over thin, template-style reviews. It was later folded into the broader reviews system.
After the product reviews update, our affiliate site had to add first-hand testing evidence to keep its rankings.
- https://developers.google.com/search/updates/ranking
- https://developers.google.com/search/blog/2021/04/product-reviews-update
Deutsch
Product Reviews Update
Ein Google-Ranking-Update, das ausführliche, eigenständige Produktbewertungen gegenüber oberflächlichen, schablonenhaften Reviews bevorzugt. Es wurde später in das umfassendere Reviews-System integriert.
Nach dem Product Reviews Update mussten wir eigene Testerfahrungen ergänzen, um unsere Rankings zu halten.
- https://developers.google.com/search/updates/ranking
- https://developers.google.com/search/blog/2021/04/product-reviews-update
Italiano
product reviews update
Un aggiornamento del ranking di Google che premia le recensioni di prodotti approfondite e originali rispetto a quelle superficiali e standardizzate. È stato successivamente integrato nel più ampio sistema di recensioni.
Dopo il product reviews update abbiamo dovuto aggiungere prove di test diretti per mantenere il posizionamento.
- https://developers.google.com/search/updates/ranking
- https://developers.google.com/search/blog/2021/04/product-reviews-update
中文
产品评价更新
谷歌搜索的一项排名更新,旨在奖励深入、原创的产品评测内容,抑制内容单薄、模板化的评测。该更新后来被并入更广泛的评价系统。
在产品评价更新之后,我们的联盟营销网站不得不加入亲身测试的证据以保持排名。
- https://developers.google.com/search/updates/ranking
- https://developers.google.com/search/blog/2021/04/product-reviews-update
Français
product schema
Balisage de données structurées fondé sur le type Product de Schema.org, qui décrit un produit e-commerce avec des attributs tels que nom, prix, disponibilité et avis. Il permet aux moteurs de recherche d'afficher des résultats enrichis comme les extraits de prix et de notes.
L'ajout du product schema sur chaque fiche produit a permis à la boutique d'obtenir des étoiles dans les résultats de recherche Google.
- https://schema.org/Product
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=fr
English
product schema
Structured data markup based on the Schema.org Product type that describes an e-commerce product with attributes such as name, price, availability and reviews. It enables search engines to display rich results like price and rating snippets.
Adding product schema to each item page helped the store earn star ratings in Google's search results.
- https://schema.org/Product
- https://developers.google.com/search/docs/appearance/structured-data/product
Deutsch
Product Schema
Strukturierte Datenauszeichnung auf Basis des Schema.org-Typs Product, die ein E-Commerce-Produkt mit Merkmalen wie Name, Preis, Verfügbarkeit und Bewertungen beschreibt. Sie ermöglicht Suchmaschinen die Darstellung von Rich Results wie Preis- und Bewertungs-Snippets.
Durch das Hinzufügen von Product Schema auf den Produktseiten erhielt der Shop Sternebewertungen in den Google-Suchergebnissen.
- https://schema.org/Product
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=de
Italiano
product schema
Markup di dati strutturati basato sul tipo Product di Schema.org, che descrive un prodotto e-commerce con attributi come nome, prezzo, disponibilità e recensioni. Consente ai motori di ricerca di mostrare risultati avanzati come snippet di prezzo e valutazioni.
L'aggiunta del product schema a ogni scheda prodotto ha permesso allo store di ottenere le stelle di valutazione nei risultati di ricerca di Google.
- https://schema.org/Product
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=it
中文
产品结构化数据
基于 Schema.org 的 Product 类型的结构化数据标记,用于描述电商产品的名称、价格、库存状态和评价等属性。它使搜索引擎能够显示价格和评分等富媒体搜索结果。
为每个商品页面添加产品结构化数据后,该商店在谷歌搜索结果中获得了星级评分。
- https://schema.org/Product
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=zh-cn
Français
profil de liens
L'ensemble des liens entrants pointant vers un site web, évalué selon leur quantité, leur qualité, leur diversité et leur naturel. Un profil de liens sain signale aux moteurs de recherche autorité et confiance.
Une augmentation soudaine de backlinks de faible qualité peut rendre le profil de liens artificiel et déclencher une pénalité Google.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/R%C3%A9trolien
English
link profile
The totality of all inbound links pointing to a website, assessed by quantity, quality, diversity and naturalness. A healthy link profile signals authority and trust to search engines.
A sudden spike of low-quality backlinks can make a link profile look unnatural and trigger a Google penalty.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Backlink
Deutsch
Linkprofil
Die Gesamtheit aller auf eine Website verweisenden Backlinks, bewertet nach Anzahl, Qualität, Vielfalt und Natürlichkeit. Ein gesundes Linkprofil signalisiert Suchmaschinen Autorität und Vertrauen.
Ein plötzlicher Anstieg minderwertiger Backlinks lässt das Linkprofil unnatürlich erscheinen und kann eine Google-Abstrafung auslösen.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Backlink
Italiano
profilo di link
L'insieme di tutti i link in entrata che puntano a un sito web, valutato in base a quantità, qualità, diversità e naturalezza. Un profilo di link sano segnala ai motori di ricerca autorevolezza e affidabilità.
Un improvviso aumento di backlink di bassa qualità può rendere il profilo di link innaturale e provocare una penalizzazione da parte di Google.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Backlink
中文
链接概况
指向某网站的所有反向链接的总体情况,从数量、质量、多样性和自然度等方面进行评估。健康的链接概况向搜索引擎表明网站的权威性和可信度。
低质量反向链接的突然激增会使链接概况显得不自然,并可能触发谷歌的惩罚。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E5%8F%8D%E5%90%91%E9%93%BE%E6%8E%A5
Français
Profil d'établissement Google
Outil gratuit de Google permettant aux entreprises de gérer leur présence en ligne sur la recherche Google et Google Maps, y compris les coordonnées, les horaires, les avis et les publications.
Un profil d'établissement Google bien optimisé permet d'apparaître dans le pack local pour les recherches à proximité.
- https://support.google.com/business/answer/3038177?hl=fr
- https://fr.wikipedia.org/wiki/Google_My_Business
English
Google Business Profile
A free Google tool that lets businesses manage their online presence across Google Search and Google Maps, including contact details, opening hours, reviews and posts.
Optimizing your Google Business Profile helps your store appear in the local map pack for nearby searches.
- https://support.google.com/business/answer/3038177
- https://en.wikipedia.org/wiki/Google_Business_Profile
Deutsch
Google Unternehmensprofil
Ein kostenloses Google-Tool, mit dem Unternehmen ihre Online-Präsenz in der Google-Suche und in Google Maps verwalten können, einschließlich Kontaktdaten, Öffnungszeiten, Bewertungen und Beiträgen.
Ein gepflegtes Google Unternehmensprofil verbessert die Sichtbarkeit im lokalen Map-Pack bei Suchanfragen in der Umgebung.
- https://support.google.com/business/answer/3038177?hl=de
- https://de.wikipedia.org/wiki/Google_My_Business
Italiano
Profilo dell'attività su Google
Strumento gratuito di Google che consente alle aziende di gestire la propria presenza online sulla Ricerca Google e su Google Maps, inclusi contatti, orari, recensioni e post.
Un Profilo dell'attività su Google ottimizzato aiuta a comparire nel pacchetto locale delle mappe per le ricerche nelle vicinanze.
- https://support.google.com/business/answer/3038177?hl=it
- https://it.wikipedia.org/wiki/Google_My_Business
中文
Google 商家资料
Google 提供的免费工具,让商家在 Google 搜索和 Google 地图上管理其在线信息,包括联系方式、营业时间、评价和帖子。
优化 Google 商家资料有助于在附近搜索时出现在本地地图组合结果中。
- https://support.google.com/business/answer/3038177?hl=zh-Hans
- https://zh.wikipedia.org/wiki/Google_我的商家
Français
profondeur de crawl
Nombre de clics ou de niveaux de liens qu'un robot d'exploration doit franchir depuis la page d'accueil pour atteindre une page donnée. Une profondeur de crawl élevée rend la page plus difficile à découvrir et à indexer.
Les fiches produit situées à une profondeur de crawl de cinq clics étaient rarement indexées.
- https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers?hl=fr
- https://fr.wikipedia.org/wiki/Robot_d%27indexation
English
crawl depth
The number of clicks or link levels a search engine crawler needs to reach a given page starting from the homepage or another entry point. Pages with a high crawl depth are harder for bots to discover and index.
Product pages buried at a crawl depth of six were rarely indexed by Googlebot.
- https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
- https://en.wikipedia.org/wiki/Web_crawler
Deutsch
Crawl-Tiefe
Die Anzahl der Klicks bzw. Linkebenen, die ein Suchmaschinen-Crawler von der Startseite aus benötigt, um eine bestimmte Seite zu erreichen. Eine hohe Crawl-Tiefe erschwert das Auffinden und Indexieren durch Bots.
Seiten mit einer Crawl-Tiefe von mehr als vier Klicks wurden nur selten indexiert.
- https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers?hl=de
- https://de.wikipedia.org/wiki/Webcrawler
Italiano
profondità di crawl
Numero di clic o livelli di link che un crawler di un motore di ricerca deve percorrere dalla homepage per raggiungere una determinata pagina. Una profondità di crawl elevata rende la pagina più difficile da scoprire e indicizzare.
Le schede prodotto a una profondità di crawl di sei clic venivano indicizzate raramente.
- https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers?hl=it
- https://it.wikipedia.org/wiki/Crawler
中文
抓取深度
搜索引擎爬虫从首页或其他入口点到达某个页面所需经过的点击次数或链接层级。抓取深度过大的页面更难被爬虫发现和索引。
抓取深度超过四层的产品页很少被 Googlebot 索引。
- https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2
Français
profondeur de défilement
Indicateur d'analyse web mesurant jusqu'où un utilisateur fait défiler une page, généralement exprimé en pourcentage de la hauteur totale ou selon des sections définies.
Le rapport a montré que seuls 40 % des visiteurs atteignaient une profondeur de défilement de 75 % sur la page d'article.
- https://support.google.com/analytics/answer/9216061
- https://fr.wikipedia.org/wiki/Web_analytique
English
scroll depth
A web analytics metric that measures how far down a page a user scrolls, typically expressed as a percentage of total page height or by defined page sections.
The report showed that only 40% of visitors reached a scroll depth of 75% on the article page.
- https://support.google.com/analytics/answer/9216061
- https://en.wikipedia.org/wiki/Web_analytics
Deutsch
Scrolltiefe
Eine Web-Analytics-Kennzahl, die misst, wie weit ein Nutzer eine Seite nach unten scrollt, meist als Prozentsatz der gesamten Seitenhöhe oder anhand definierter Seitenabschnitte.
Der Bericht zeigte, dass nur 40 % der Besucher eine Scrolltiefe von 75 % auf der Artikelseite erreichten.
- https://support.google.com/analytics/answer/9216061
- https://de.wikipedia.org/wiki/Web_Analytics
Italiano
profondità di scorrimento
Metrica di web analytics che misura fino a che punto un utente scorre una pagina, di solito espressa come percentuale dell'altezza totale o in base a sezioni definite.
Il report ha mostrato che solo il 40% dei visitatori raggiungeva una profondità di scorrimento del 75% sulla pagina dell'articolo.
- https://support.google.com/analytics/answer/9216061
- https://it.wikipedia.org/wiki/Web_analytics
中文
滚动深度
一种网站分析指标,用于衡量用户在页面上向下滚动的距离,通常以页面总高度的百分比或预定义的页面区块表示。
报告显示,只有40%的访客在文章页面上达到了75%的滚动深度。
- https://support.google.com/analytics/answer/9216061
- https://zh.wikipedia.org/wiki/网站分析
Français
profondeur du contenu
Degré selon lequel un contenu couvre un sujet de manière exhaustive, en traitant les sous-thèmes, les questions connexes et l'intention de l'utilisateur en détail plutôt que superficiellement.
L'amélioration de la profondeur du contenu de l'article a renforcé son positionnement sur davantage de requêtes de longue traîne.
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
English
content depth
The degree to which a piece of content comprehensively covers a topic, addressing subtopics, related questions and user intent in detail rather than superficially.
Improving the content depth of the article boosted its rankings for a wider range of long-tail queries.
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Deutsch
inhaltliche Tiefe
Der Grad, in dem ein Inhalt ein Thema umfassend behandelt und Unterthemen, verwandte Fragen sowie die Nutzerintention detailliert statt oberflächlich abdeckt.
Durch die verbesserte inhaltliche Tiefe des Artikels rankte er für deutlich mehr Long-Tail-Suchanfragen.
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Italiano
profondità dei contenuti
Il grado in cui un contenuto tratta un argomento in modo esaustivo, affrontando in dettaglio sottotemi, domande correlate e intento dell'utente anziché in modo superficiale.
Migliorando la profondità dei contenuti dell'articolo, questo si è posizionato per un numero maggiore di query a coda lunga.
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
中文
内容深度
指内容对某一主题的全面覆盖程度,即详细而非浅显地探讨子话题、相关问题及用户意图。
提升文章的内容深度后,它在更多长尾查询中获得了更高的排名。
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Français
Progressive Web App
Une progressive web app (PWA) est un site web développé avec des technologies web standard qui se comporte comme une application native, prenant en charge le mode hors ligne, l'installation et les notifications push. Elle allie la portée du web aux capacités des applications spécifiques à une plateforme.
En transformant leur boutique en progressive web app, les commerçants ont permis aux clients de parcourir le catalogue même sans connexion internet stable.
- https://developer.mozilla.org/fr/docs/Web/Progressive_web_apps
- https://web.dev/explore/progressive-web-apps
English
progressive web app
A progressive web app (PWA) is a website built with standard web technologies that behaves like a native application, supporting offline use, installability and push notifications. It combines the reach of the web with capabilities traditionally reserved for platform-specific apps.
By turning their online store into a progressive web app, the retailer allowed customers to browse products even without a stable internet connection.
- https://web.dev/explore/progressive-web-apps
- https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
Deutsch
Progressive Web App
Eine Progressive Web App (PWA) ist eine mit Standard-Webtechnologien erstellte Website, die sich wie eine native App verhält und Offline-Nutzung, Installierbarkeit sowie Push-Benachrichtigungen unterstützt. Sie verbindet die Reichweite des Webs mit Funktionen klassischer plattformspezifischer Apps.
Nach der Umstellung des Shops auf eine Progressive Web App konnten Kunden auch ohne stabile Internetverbindung im Sortiment stöbern.
- https://developer.mozilla.org/de/docs/Web/Progressive_web_apps
- https://web.dev/explore/progressive-web-apps
Italiano
Progressive Web App
Una progressive web app (PWA) è un sito web realizzato con tecnologie web standard che si comporta come un'applicazione nativa, supportando uso offline, installabilità e notifiche push. Unisce la diffusione del web alle funzionalità tipiche delle app specifiche di piattaforma.
Trasformando il negozio in una progressive web app, l'azienda ha permesso ai clienti di consultare il catalogo anche senza una connessione internet stabile.
- https://developer.mozilla.org/it/docs/Web/Progressive_web_apps
- https://web.dev/explore/progressive-web-apps
中文
渐进式网络应用
渐进式网络应用(PWA)是使用标准网页技术构建的网站,其行为类似原生应用,支持离线使用、可安装以及推送通知。它将网页的广泛可达性与传统平台专属应用的功能结合起来。
商家将在线商店改造为渐进式网络应用后,顾客即使没有稳定的网络连接也能浏览商品。
- https://developer.mozilla.org/zh-CN/docs/Web/Progressive_web_apps
- https://web.dev/explore/progressive-web-apps
Français
prompt
Un prompt est le texte, l'instruction ou la requête fourni à un modèle d'IA générative ou à un grand modèle de langage afin d'obtenir une réponse précise. Sa formulation, son contexte et ses contraintes orientent la sortie du modèle.
En affinant le prompt avec des consignes claires, l'utilisateur a obtenu un résumé plus précis du modèle de langage.
- https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_de_prompt
English
prompt
A prompt is the input text, instruction, or query given to a generative AI or large language model to elicit a specific response. It steers the model's output through wording, context, and constraints.
By refining the prompt with clear instructions, the user obtained a more accurate summary from the language model.
- https://platform.openai.com/docs/guides/prompt-engineering
- https://en.wikipedia.org/wiki/Prompt_engineering
Deutsch
Prompt
Ein Prompt ist die Eingabe in Form von Text, Anweisung oder Frage an ein generatives KI-Modell bzw. ein grosses Sprachmodell, um eine gewünschte Antwort zu erzeugen. Formulierung, Kontext und Vorgaben steuern die Ausgabe.
Durch einen präziser formulierten Prompt lieferte das Sprachmodell eine genauere Zusammenfassung.
- https://de.wikipedia.org/wiki/Prompt_Engineering
Italiano
prompt
Un prompt è il testo, l'istruzione o la query fornita a un modello di IA generativa o a un grande modello linguistico per ottenere una risposta specifica. Formulazione, contesto e vincoli ne orientano l'output.
Affinando il prompt con istruzioni chiare, l'utente ha ottenuto un riassunto più accurato dal modello linguistico.
- https://it.wikipedia.org/wiki/Prompt_engineering
中文
提示词
提示词是提供给生成式人工智能或大语言模型的输入文本、指令或查询,用于引导模型生成特定的响应。其措辞、上下文和约束条件决定输出结果。
通过用更清晰的指令优化提示词,用户从语言模型中获得了更准确的摘要。
- https://zh.wikipedia.org/wiki/%E6%8F%90%E7%A4%BA%E5%B7%A5%E7%A8%8B
Français
prompt engineering
Discipline consistant à concevoir et à affiner les invites (prompts) fournies à un modèle d'IA générative afin d'obtenir des réponses pertinentes et précises. Elle inclut des techniques comme le few-shot, les instructions de rôle et le raisonnement pas à pas.
Un bon prompt engineering améliore nettement la qualité des réponses générées par un grand modèle de langage.
- https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_de_prompt
English
prompt engineering
The practice of designing, structuring and refining input prompts to guide generative AI models toward producing accurate and relevant outputs. It encompasses techniques such as few-shot examples, role instructions and chain-of-thought prompting.
Effective prompt engineering can significantly improve the quality of responses from large language models.
- https://en.wikipedia.org/wiki/Prompt_engineering
- https://platform.openai.com/docs/guides/prompt-engineering
Deutsch
Prompt Engineering
Die gezielte Gestaltung und Optimierung von Eingabeaufforderungen (Prompts), um generative KI-Modelle zu präzisen und relevanten Ausgaben zu führen. Dazu zählen Techniken wie Few-Shot-Beispiele, Rollenanweisungen und Chain-of-Thought-Prompting.
Durch gutes Prompt Engineering lässt sich die Antwortqualität grosser Sprachmodelle deutlich steigern.
- https://de.wikipedia.org/wiki/Prompt_Engineering
Italiano
prompt engineering
Pratica di progettazione e ottimizzazione dei prompt forniti ai modelli di IA generativa per ottenere risposte accurate e pertinenti. Comprende tecniche come esempi few-shot, istruzioni di ruolo e ragionamento a catena.
Un buon prompt engineering migliora sensibilmente la qualità delle risposte dei modelli linguistici di grandi dimensioni.
- https://it.wikipedia.org/wiki/Prompt_engineering
中文
提示工程
指设计、构建并优化输入提示词(prompt),以引导生成式人工智能模型产生准确且相关的输出的技术实践。常见方法包括少样本示例、角色指令和思维链提示。
良好的提示工程能够显著提升大语言模型生成回答的质量。
- https://zh.wikipedia.org/wiki/%E6%8F%90%E7%A4%BA%E5%B7%A5%E7%A8%8B
Français
prompt système
Un prompt système est une instruction initiale fournie à un grand modèle de langage qui définit son rôle, son comportement, son ton et ses contraintes avant le traitement des entrées de l'utilisateur. Il fixe le contexte opérationnel valable pour toute la conversation.
Le développeur a défini un prompt système ordonnant au chatbot de répondre uniquement en français formel.
- https://platform.openai.com/docs/guides/text-generation
- https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_de_prompt
English
system prompt
A system prompt is an initial instruction given to a large language model that defines its role, behavior, tone and constraints before it processes user inputs. It sets the operating context that persists across the conversation.
The developer configured a system prompt instructing the chatbot to answer only in formal English.
- https://platform.openai.com/docs/guides/text-generation
- https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/system-prompts
Deutsch
System-Prompt
Ein System-Prompt ist eine anfängliche Anweisung an ein grosses Sprachmodell, die dessen Rolle, Verhalten, Tonalität und Einschränkungen festlegt, bevor Nutzereingaben verarbeitet werden. Er definiert den über den Dialog hinweg gültigen Betriebskontext.
Der Entwickler hinterlegte einen System-Prompt, der den Chatbot anweist, ausschliesslich auf Deutsch zu antworten.
- https://de.wikipedia.org/wiki/Prompt_Engineering
- https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/system-prompts
Italiano
prompt di sistema
Un prompt di sistema è un'istruzione iniziale fornita a un grande modello linguistico che ne definisce ruolo, comportamento, tono e vincoli prima dell'elaborazione degli input dell'utente. Stabilisce il contesto operativo valido per l'intera conversazione.
Lo sviluppatore ha configurato un prompt di sistema che ordina al chatbot di rispondere solo in italiano formale.
- https://platform.openai.com/docs/guides/text-generation
- https://it.wikipedia.org/wiki/Prompt_engineering
中文
系统提示词
系统提示词是在处理用户输入之前提供给大型语言模型的初始指令,用于定义其角色、行为、语气和约束。它设定了贯穿整个对话的运行上下文。
开发者配置了一条系统提示词,要求聊天机器人只用正式的中文回答。
- https://platform.openai.com/docs/guides/text-generation
- https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/system-prompts
Français
protection des données
La protection des données désigne l'ensemble des mesures juridiques, organisationnelles et techniques visant à garantir le traitement licite des données à caractère personnel et à préserver le contrôle des personnes sur leurs informations.
La politique de protection des données du site explique comment les informations des utilisateurs sont collectées et conservées.
- https://fr.wikipedia.org/wiki/Protection_des_donn%C3%A9es_personnelles
- https://www.cnil.fr/
English
data privacy
Data privacy refers to the proper handling, processing and protection of personal data, ensuring individuals retain control over how their information is collected, used and shared. It encompasses legal, organizational and technical measures to safeguard sensitive information.
The website's data privacy policy explains how user information is collected and stored.
- https://en.wikipedia.org/wiki/Information_privacy
- https://gdpr.eu/what-is-gdpr/
Deutsch
Datenschutz
Datenschutz bezeichnet den Schutz personenbezogener Daten vor Missbrauch sowie das Recht des Einzelnen, über die Erhebung, Verarbeitung und Nutzung seiner Daten selbst zu bestimmen. Er umfasst rechtliche, organisatorische und technische Massnahmen.
Die Datenschutzerklärung der Website beschreibt, wie Nutzerdaten erhoben und gespeichert werden.
- https://de.wikipedia.org/wiki/Datenschutz
- https://gdpr-info.de/
Italiano
protezione dei dati
La protezione dei dati indica l'insieme delle misure giuridiche, organizzative e tecniche volte a garantire il trattamento lecito dei dati personali e a tutelare il diritto delle persone a controllare le proprie informazioni.
L'informativa sulla protezione dei dati del sito spiega come vengono raccolte e conservate le informazioni degli utenti.
- https://it.wikipedia.org/wiki/Protezione_dei_dati_personali
- https://www.garanteprivacy.it/
中文
数据隐私
数据隐私指对个人数据的合法收集、处理和保护,确保个人能够掌控其信息如何被收集、使用和共享。它涵盖法律、组织和技术层面的保护措施。
该网站的数据隐私政策说明了如何收集和存储用户信息。
- https://zh.wikipedia.org/wiki/%E4%BF%A1%E6%81%AF%E9%9A%90%E7%A7%81
- https://gdpr.eu/what-is-gdpr/
Français
publicité display
Forme de publicité en ligne utilisant des formats visuels tels que bannières, images, vidéos ou rich media diffusés sur des sites web, applications ou plateformes sociales. Elle se distingue de la publicité sur les moteurs de recherche, basée sur le texte.
L'annonceur a lancé une campagne de publicité display avec des bannières animées sur un réseau de sites d'information.
- https://support.google.com/google-ads/answer/2404190
- https://fr.wikipedia.org/wiki/Publicit%C3%A9_display
English
display advertising
A form of online advertising that uses visual formats such as banners, images, video or rich media placed on websites, apps or social platforms to convey a marketing message. It is typically distinguished from text-based search advertising.
The brand launched a display advertising campaign with animated banners across a network of news websites.
- https://support.google.com/google-ads/answer/2404190
- https://en.wikipedia.org/wiki/Display_advertising
Deutsch
Display-Werbung
Eine Form der Online-Werbung, die visuelle Formate wie Banner, Bilder, Videos oder Rich Media auf Websites, in Apps oder auf sozialen Plattformen einsetzt. Sie wird üblicherweise von der textbasierten Suchmaschinenwerbung abgegrenzt.
Die Marke schaltete eine Display-Werbung mit animierten Bannern im Google Displaynetzwerk.
- https://support.google.com/google-ads/answer/2404190
- https://de.wikipedia.org/wiki/Displaywerbung
Italiano
display advertising
Forma di pubblicità online che utilizza formati visivi come banner, immagini, video o rich media posizionati su siti web, app o piattaforme social. Si distingue dalla pubblicità sui motori di ricerca, basata sul testo.
L'azienda ha avviato una campagna di display advertising con banner animati su una rete di siti di notizie.
- https://support.google.com/google-ads/answer/2404190
- https://it.wikipedia.org/wiki/Display_advertising
中文
展示广告
一种在线广告形式,通过在网站、应用或社交平台上投放横幅、图片、视频或富媒体等视觉格式来传递营销信息。通常与基于文本的搜索广告相区分。
该品牌在新闻网站网络上投放了带有动态横幅的展示广告活动。
- https://support.google.com/google-ads/answer/2404190
- https://zh.wikipedia.org/wiki/%E5%B1%95%E7%A4%BA%E5%B9%BF%E5%91%8A
Français
publicité programmatique
La publicité programmatique désigne l'achat et la vente automatisés d'espaces publicitaires numériques via des plateformes logicielles, souvent aux enchères en temps réel (RTB). Les annonces sont associées aux audiences grâce aux données et aux algorithmes.
Grâce à la publicité programmatique, la campagne a enchéri sur chaque impression en quelques millisecondes selon les données utilisateur.
- https://fr.wikipedia.org/wiki/Publicit%C3%A9_programmatique
English
programmatic advertising
Programmatic advertising is the automated buying and selling of digital ad inventory through software platforms and real-time bidding, replacing manual insertion orders. It uses data and algorithms to match ads to audiences across websites, apps and other channels.
Thanks to programmatic advertising, the campaign bid on individual ad impressions in milliseconds based on user data.
- https://en.wikipedia.org/wiki/Programmatic_advertising
- https://support.google.com/displayvideo/answer/6274216
Deutsch
programmatische Werbung
Programmatische Werbung bezeichnet den automatisierten, datengetriebenen Ein- und Verkauf digitaler Werbeflächen über Software-Plattformen, häufig in Echtzeit (Real-Time Bidding). Anzeigen werden algorithmisch der passenden Zielgruppe zugeordnet.
Durch programmatische Werbung wurden die einzelnen Ad Impressions in Millisekunden anhand von Nutzerdaten ersteigert.
- https://de.wikipedia.org/wiki/Programmatic_Advertising
Italiano
pubblicità programmatica
La pubblicità programmatica indica l'acquisto e la vendita automatizzati di spazi pubblicitari digitali tramite piattaforme software, spesso con aste in tempo reale (RTB). Gli annunci vengono abbinati al pubblico grazie a dati e algoritmi.
Grazie alla pubblicità programmatica, la campagna ha fatto offerte sulle singole impression in millisecondi in base ai dati degli utenti.
- https://it.wikipedia.org/wiki/Pubblicit%C3%A0_programmatica
中文
程序化广告
程序化广告指通过软件平台自动化地买卖数字广告资源,通常采用实时竞价(RTB),利用数据和算法将广告精准匹配给目标受众。
借助程序化广告,该广告活动在毫秒之间根据用户数据对每一次广告展示进行竞价。
- https://zh.wikipedia.org/wiki/%E7%A8%8B%E5%BA%8F%E5%8C%96%E5%B9%BF%E5%91%8A
Français
publicité sur les moteurs de recherche
Forme de publicité en ligne dans laquelle des annonces payantes s'affichent sur les pages de résultats des moteurs de recherche en réponse aux requêtes des utilisateurs, généralement facturées au clic. Elle repose sur le ciblage par mots-clés et un système d'enchères.
L'entreprise a investi dans la publicité sur les moteurs de recherche pour apparaître en tête des résultats Google sur des mots-clés pertinents.
- https://support.google.com/google-ads/answer/6304?hl=fr
- https://fr.wikipedia.org/wiki/Publicit%C3%A9_sur_les_moteurs_de_recherche
English
search advertising
A form of online advertising in which paid ads are displayed on search engine results pages in response to user queries, typically billed per click. It relies on keyword targeting and auction-based pricing.
The company increased its budget for search advertising to appear at the top of Google results for relevant keywords.
- https://support.google.com/google-ads/answer/6304?hl=en
- https://en.wikipedia.org/wiki/Search_advertising
Deutsch
Suchmaschinenwerbung
Eine Form der Online-Werbung, bei der bezahlte Anzeigen auf den Ergebnisseiten von Suchmaschinen als Reaktion auf Nutzeranfragen eingeblendet werden, meist nach dem Klick abgerechnet. Sie basiert auf Keyword-Targeting und Auktionsverfahren.
Das Unternehmen setzte auf Suchmaschinenwerbung, um bei relevanten Suchbegriffen ganz oben in den Google-Ergebnissen zu erscheinen.
- https://support.google.com/google-ads/answer/6304?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinenwerbung
Italiano
pubblicità sui motori di ricerca
Forma di pubblicità online in cui annunci a pagamento vengono mostrati nelle pagine dei risultati dei motori di ricerca in risposta alle query degli utenti, generalmente addebitati per clic. Si basa sul targeting per parole chiave e su un sistema ad aste.
L'azienda ha aumentato il budget per la pubblicità sui motori di ricerca al fine di comparire in cima ai risultati di Google per le parole chiave rilevanti.
- https://support.google.com/google-ads/answer/6304?hl=it
- https://it.wikipedia.org/wiki/Search_advertising
中文
搜索广告
一种在线广告形式,付费广告根据用户查询显示在搜索引擎结果页面上,通常按点击计费。它依赖关键词定向和竞价机制。
该公司增加了搜索广告预算,以便在相关关键词的谷歌结果中排名靠前。
- https://support.google.com/google-ads/answer/6304?hl=zh-Hans
- https://zh.wikipedia.org/wiki/%E6%90%9C%E7%B4%A2%E5%B9%BF%E5%91%8A
Français
qualité de traduction
Degré auquel une traduction restitue fidèlement le sens, le ton et l'intention du texte source tout en restant fluide et adaptée au public cible. En SEO international, elle influe sur le classement et la satisfaction des utilisateurs des pages localisées.
Une bonne qualité de traduction garantit que les pages de destination localisées se lisent naturellement et conservent la pertinence des mots-clés.
- https://fr.wikipedia.org/wiki/Traduction
English
translation quality
The degree to which a translated text accurately conveys the meaning, tone and intent of the source while being fluent and appropriate for the target audience. In international SEO it also affects how well localized pages rank and satisfy user intent.
High translation quality ensures that localized landing pages read naturally and preserve keyword relevance across markets.
- https://en.wikipedia.org/wiki/Translation_quality
- https://developers.google.com/search/docs/specialty/international/localized-versions
Deutsch
Übersetzungsqualität
Der Grad, in dem eine Übersetzung Bedeutung, Ton und Absicht des Ausgangstexts korrekt wiedergibt und dabei flüssig sowie zielgruppengerecht ist. Im internationalen SEO beeinflusst sie das Ranking und die Nutzerzufriedenheit lokalisierter Seiten.
Eine hohe Übersetzungsqualität sorgt dafür, dass lokalisierte Landingpages natürlich klingen und die Keyword-Relevanz erhalten bleibt.
- https://de.wikipedia.org/wiki/%C3%9Cbersetzungsqualit%C3%A4t
Italiano
qualità della traduzione
Grado in cui una traduzione riproduce fedelmente significato, tono e intento del testo di partenza risultando al contempo fluida e adeguata al pubblico di destinazione. Nella SEO internazionale incide sul posizionamento e sulla soddisfazione degli utenti delle pagine localizzate.
Un'elevata qualità della traduzione fa sì che le landing page localizzate risultino naturali e mantengano la pertinenza delle parole chiave.
- https://it.wikipedia.org/wiki/Traduzione
中文
翻译质量
指译文在保持流畅并适应目标受众的同时,准确传达源文本含义、语气和意图的程度。在国际化 SEO 中,翻译质量还会影响本地化页面的排名和用户满意度。
高翻译质量能确保本地化着陆页读起来自然,并在各市场保持关键词的相关性。
- https://zh.wikipedia.org/wiki/%E7%BF%BB%E8%AF%91