中文
生成式引擎优化
一种优化内容的实践,使其能够被生成式人工智能搜索引擎和大型语言模型检索、引用并准确呈现在生成的答案中。它将传统的搜索引擎优化扩展到由人工智能驱动的答案引擎。
他们的生成式引擎优化策略侧重于结构化且可引用的内容,以提升在人工智能生成答案中的曝光度。
- 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
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
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://blog.google/products/search/generative-ai-search/
- https://zh.wikipedia.org/wiki/%E7%94%9F%E6%88%90%E5%BC%8F%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD
English
generative search
A search paradigm in which a generative AI model synthesizes a direct, natural-language answer from multiple sources instead of returning only a ranked list of links. It typically combines large language models with retrieval to summarize and cite web content.
Google's AI Overviews are a form of generative search that produces a summarized answer at the top of the results page.
- https://blog.google/products/search/generative-ai-search/
- https://en.wikipedia.org/wiki/AI_Overviews
Deutsch
generative Suche
Ein Suchparadigma, bei dem ein generatives KI-Modell aus mehreren Quellen eine direkte Antwort in natürlicher Sprache erzeugt, statt nur eine Trefferliste mit Links auszugeben. Dabei werden meist grosse Sprachmodelle mit Retrieval kombiniert, um Webinhalte zusammenzufassen und zu zitieren.
Die generative Suche liefert oben auf der Ergebnisseite eine zusammengefasste Antwort statt einer reinen Linkliste.
- https://blog.google/products/search/generative-ai-search/
- https://de.wikipedia.org/wiki/Generative_k%C3%BCnstliche_Intelligenz
Français
recherche générative
Paradigme de recherche dans lequel un modèle d'IA générative synthétise une réponse directe en langage naturel à partir de plusieurs sources, au lieu de renvoyer uniquement une liste de liens. Il combine généralement de grands modèles de langage avec de la recherche documentaire pour résumer et citer le contenu web.
La recherche générative affiche une réponse résumée en haut de la page de résultats plutôt qu'une simple liste de liens.
- https://blog.google/products/search/generative-ai-search/
- https://fr.wikipedia.org/wiki/Intelligence_artificielle_g%C3%A9n%C3%A9rative
Italiano
ricerca generativa
Paradigma di ricerca in cui un modello di IA generativa sintetizza una risposta diretta in linguaggio naturale a partire da più fonti, anziché restituire solo un elenco di link. Combina in genere modelli linguistici di grandi dimensioni con il recupero di informazioni per riassumere e citare i contenuti web.
La ricerca generativa mostra una risposta riassunta in cima alla pagina dei risultati invece di un semplice elenco di link.
- https://blog.google/products/search/generative-ai-search/
- https://it.wikipedia.org/wiki/Intelligenza_artificiale_generativa
中文
用户代理
用户代理是代表用户检索、渲染或与网页内容交互的软件,通常是浏览器或爬虫。它通过 HTTP 请求头中的 User-Agent 字符串向服务器标识自身。
搜索引擎爬虫会发送一个独特的用户代理字符串,以便网站管理员在服务器日志中识别它。
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/User-Agent
- https://zh.wikipedia.org/wiki/用户代理
English
user agent
A user agent is any software that acts on behalf of a user to retrieve, render or interact with web content, most commonly a browser or a crawler. It typically identifies itself to servers via a User-Agent string in the HTTP request header.
The search engine crawler sends a distinctive user agent string so webmasters can identify it in their server logs.
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent
- https://datatracker.ietf.org/doc/html/rfc9110#name-user-agent
Deutsch
User Agent
Ein User Agent ist eine Software, die im Auftrag eines Nutzers Webinhalte abruft, darstellt oder mit ihnen interagiert, typischerweise ein Browser oder ein Crawler. Er identifiziert sich gegenüber Servern über die User-Agent-Zeichenkette im HTTP-Header.
Der Crawler der Suchmaschine sendet einen eindeutigen User Agent, damit Webmaster ihn in den Serverprotokollen erkennen können.
- https://developer.mozilla.org/de/docs/Web/HTTP/Headers/User-Agent
- https://de.wikipedia.org/wiki/User_Agent
Français
user agent
Un user agent est un logiciel qui agit pour le compte d'un utilisateur afin de récupérer, afficher ou interagir avec du contenu web, le plus souvent un navigateur ou un robot d'exploration. Il s'identifie auprès des serveurs via la chaîne User-Agent dans l'en-tête HTTP.
Le robot du moteur de recherche envoie un user agent distinctif afin que les webmasters puissent l'identifier dans leurs journaux serveur.
- https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/User-Agent
- https://fr.wikipedia.org/wiki/User_agent
Italiano
user agent
Uno user agent è un software che agisce per conto di un utente per recuperare, visualizzare o interagire con contenuti web, tipicamente un browser o un crawler. Si identifica ai server tramite la stringa User-Agent nell'intestazione HTTP.
Il crawler del motore di ricerca invia uno user agent distintivo così che i webmaster possano identificarlo nei log del server.
- https://developer.mozilla.org/it/docs/Web/HTTP/Headers/User-Agent
- https://it.wikipedia.org/wiki/User_agent
中文
用户体验
用户在与产品、系统或网站交互过程中产生的整体感知和反应,包括易用性、可访问性、性能以及情感满意度。
快速的页面加载和直观的导航能显著提升用户体验。
- https://zh.wikipedia.org/wiki/用户体验
English
user experience
The overall perception and response of a user resulting from interacting with a product, system or website, including usability, accessibility, performance and emotional satisfaction.
A fast-loading page and intuitive navigation significantly improve the user experience.
- https://en.wikipedia.org/wiki/User_experience
- https://www.w3.org/WAI/fundamentals/accessibility-usability-inclusion/
Deutsch
Nutzererfahrung
Die Gesamtheit der Eindrücke und Reaktionen eines Nutzers bei der Interaktion mit einem Produkt, System oder einer Website, einschliesslich Bedienbarkeit, Barrierefreiheit, Ladezeit und emotionaler Zufriedenheit.
Eine schnelle Ladezeit und eine intuitive Navigation verbessern die Nutzererfahrung erheblich.
- https://de.wikipedia.org/wiki/User_Experience
Français
expérience utilisateur
L'ensemble des perceptions et réactions d'un utilisateur lors de son interaction avec un produit, un système ou un site web, incluant la facilité d'utilisation, l'accessibilité, la performance et la satisfaction émotionnelle.
Un temps de chargement rapide et une navigation intuitive améliorent nettement l'expérience utilisateur.
- https://fr.wikipedia.org/wiki/Exp%C3%A9rience_utilisateur
Italiano
esperienza utente
L'insieme delle percezioni e delle reazioni di un utente derivanti dall'interazione con un prodotto, un sistema o un sito web, comprese usabilità, accessibilità, prestazioni e soddisfazione emotiva.
Un caricamento rapido e una navigazione intuitiva migliorano notevolmente l'esperienza utente.
- https://it.wikipedia.org/wiki/User_experience
中文
用户体验设计
用户体验设计(UX design)是指对数字产品和界面进行设计,使其对最终用户有用、易用且令人愉悦的过程。它涵盖用户研究、信息架构、交互设计和可用性测试。
良好的用户体验设计能减少结账流程中的摩擦并提高转化率。
- https://www.nngroup.com/articles/definition-user-experience/
- https://zh.wikipedia.org/wiki/用户体验
English
UX design
User experience design is the process of designing digital products and interfaces to be useful, usable and enjoyable for the end user. It encompasses research, information architecture, interaction design and usability testing.
Good UX design reduces friction in the checkout flow and increases conversion rates.
- https://www.nngroup.com/articles/definition-user-experience/
- https://en.wikipedia.org/wiki/User_experience_design
Deutsch
UX-Design
UX-Design (User-Experience-Design) bezeichnet die Gestaltung digitaler Produkte und Schnittstellen mit dem Ziel, sie nützlich, benutzerfreundlich und angenehm für den Nutzer zu machen. Es umfasst Nutzerforschung, Informationsarchitektur, Interaktionsdesign und Usability-Tests.
Durchdachtes UX-Design senkt die Abbruchrate im Bestellprozess und steigert die Conversion.
- https://www.nngroup.com/articles/definition-user-experience/
- https://de.wikipedia.org/wiki/User_Experience
Français
conception UX
La conception UX (expérience utilisateur) désigne le processus de conception de produits et d'interfaces numériques visant à les rendre utiles, utilisables et agréables pour l'utilisateur final. Elle englobe la recherche utilisateur, l'architecture de l'information, le design d'interaction et les tests d'utilisabilité.
Une bonne conception UX réduit les frictions lors du paiement et améliore le taux de conversion.
- https://www.nngroup.com/articles/definition-user-experience/
- https://fr.wikipedia.org/wiki/Exp%C3%A9rience_utilisateur
Italiano
UX design
L'UX design (progettazione dell'esperienza utente) è il processo di progettazione di prodotti e interfacce digitali per renderli utili, usabili e piacevoli per l'utente finale. Comprende ricerca utente, architettura dell'informazione, interaction design e test di usabilità.
Un buon UX design riduce gli attriti nel processo di checkout e aumenta il tasso di conversione.
- https://www.nngroup.com/articles/definition-user-experience/
- https://it.wikipedia.org/wiki/User_experience
中文
用户生成内容
由消费者而非品牌方创建的内容,如评价、评分、照片、视频或评论,在电子商务中用于建立信任并丰富商品页面。
在商品页面展示用户生成内容(如买家秀照片)提升了该店铺的转化率。
- https://zh.wikipedia.org/wiki/%E7%94%A8%E6%88%B7%E7%94%9F%E6%88%90%E5%86%85%E5%AE%B9
English
user-generated content
Content such as reviews, ratings, photos, videos or comments created by consumers rather than the brand itself, often used to build trust and enrich product pages in e-commerce.
Displaying user-generated content like customer photos on product pages increased the store's conversion rate.
- https://en.wikipedia.org/wiki/User-generated_content
Deutsch
nutzergenerierte Inhalte
Von Nutzern statt von der Marke erstellte Inhalte wie Bewertungen, Fotos, Videos oder Kommentare, die im E-Commerce Vertrauen schaffen und Produktseiten anreichern.
Nutzergenerierte Inhalte wie Kundenfotos auf den Produktseiten steigerten die Conversion-Rate des Shops.
- https://de.wikipedia.org/wiki/User-generated_content
Français
contenu généré par les utilisateurs
Contenu tel qu'avis, notes, photos, vidéos ou commentaires créé par les consommateurs plutôt que par la marque, utilisé dans l'e-commerce pour renforcer la confiance et enrichir les fiches produits.
L'affichage de contenu généré par les utilisateurs, comme les photos de clients, a augmenté le taux de conversion de la boutique.
- https://fr.wikipedia.org/wiki/Contenu_g%C3%A9n%C3%A9r%C3%A9_par_les_utilisateurs
Italiano
contenuti generati dagli utenti
Contenuti come recensioni, valutazioni, foto, video o commenti creati dai consumatori anziché dal brand, utilizzati nell'e-commerce per rafforzare la fiducia e arricchire le schede prodotto.
Mostrare contenuti generati dagli utenti come le foto dei clienti sulle pagine prodotto ha aumentato il tasso di conversione del negozio.
- https://it.wikipedia.org/wiki/User-generated_content
中文
用户界面
人与软件系统之间的交互点,由用户操作应用程序时所依赖的可视元素、控件和布局组成。
简洁的用户界面能减少操作阻力并提升转化率。
- https://zh.wikipedia.org/wiki/使用者介面
English
user interface
The point of interaction between a human user and a software system, comprising the visual elements, controls and layout through which the user operates the application.
A clean user interface reduces friction and improves conversion rates on the checkout page.
- https://en.wikipedia.org/wiki/User_interface
- https://www.w3.org/WAI/
Deutsch
Benutzeroberfläche
Die Schnittstelle zwischen Mensch und Softwaresystem, bestehend aus den visuellen Elementen, Bedienelementen und dem Layout, über die der Nutzer eine Anwendung steuert.
Eine übersichtliche Benutzeroberfläche senkt die Absprungrate und erhöht die Conversion.
- https://de.wikipedia.org/wiki/Benutzerschnittstelle
Français
interface utilisateur
Point d'interaction entre l'utilisateur humain et un système logiciel, comprenant les éléments visuels, les commandes et la mise en page permettant d'exploiter l'application.
Une interface utilisateur épurée réduit les frictions et améliore le taux de conversion.
- https://fr.wikipedia.org/wiki/Interface_utilisateur
Italiano
interfaccia utente
Punto di interazione tra l'utente umano e un sistema software, costituito dagli elementi visivi, dai controlli e dal layout con cui l'utente utilizza l'applicazione.
Un'interfaccia utente pulita riduce gli attriti e migliora il tasso di conversione.
- https://it.wikipedia.org/wiki/Interfaccia_utente
中文
电商SEO
针对在线商店及其产品页和分类页进行优化,以在自然搜索结果中获得更高排名并吸引有购买意图的用户。它融合技术SEO、结构化数据、内容和用户体验,侧重于交易型搜索意图。
他们的电商SEO策略着重优化产品页标题并添加Product结构化数据。
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
e-commerce SEO
The practice of optimizing online shops and their product and category pages to rank higher in organic search results and attract qualified buyers. It combines technical SEO, structured data, content and user experience tailored to transactional intent.
Their e-commerce SEO strategy focused on optimizing product page titles and adding Product structured data to win rich results.
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
E-Commerce-SEO
Die Optimierung von Onlineshops sowie deren Produkt- und Kategorieseiten, um in den organischen Suchergebnissen besser zu ranken und kaufbereite Nutzer zu gewinnen. Sie verbindet technisches SEO, strukturierte Daten, Inhalte und Nutzererfahrung mit Fokus auf transaktionale Suchabsicht.
Im Rahmen des E-Commerce-SEO wurden die Produkttitel optimiert und Product-strukturierte-Daten ergänzt.
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
SEO e-commerce
Optimisation des boutiques en ligne et de leurs pages produits et catégories afin d'améliorer leur classement dans les résultats naturels et d'attirer des acheteurs qualifiés. Elle combine SEO technique, données structurées, contenu et expérience utilisateur axés sur l'intention transactionnelle.
La stratégie de SEO e-commerce a consisté à optimiser les titres des pages produits et à ajouter les données structurées Product.
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO e-commerce
Ottimizzazione dei negozi online e delle loro pagine di prodotto e categoria per posizionarsi meglio nei risultati organici e attrarre acquirenti qualificati. Combina SEO tecnica, dati strutturati, contenuti ed esperienza utente orientati all'intento transazionale.
La strategia di SEO e-commerce si è concentrata sull'ottimizzazione dei titoli delle pagine prodotto e sull'aggiunta dei dati strutturati Product.
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
电商平台SEO
指在亚马逊、eBay、Etsy等在线电商平台上优化产品列表和类目页面,以提升其在平台内部搜索引擎中排名的做法。它结合了针对平台算法的关键词优化、内容质量和销售表现等因素。
亚马逊的电商平台SEO重点是针对A9算法优化产品标题、要点和后台关键词。
- https://sell.amazon.com/learn/what-is-amazon-seo
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
marketplace SEO
The practice of optimizing product listings and category pages on online marketplaces such as Amazon, eBay or Etsy to improve their ranking within the marketplace's internal search engine. It combines keyword optimization, content quality and performance signals specific to the platform's algorithm.
Effective marketplace SEO on Amazon focuses on optimizing the product title, bullet points and backend keywords for the A9 algorithm.
- https://sell.amazon.com/learn/what-is-amazon-seo
- https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Marketplace SEO
Die Optimierung von Produktangeboten und Kategorieseiten auf Online-Marktplätzen wie Amazon, eBay oder Etsy, um deren Platzierung in der internen Suche des Marktplatzes zu verbessern. Sie berücksichtigt plattformspezifische Ranking-Faktoren wie Keywords, Content-Qualität und Verkaufsleistung.
Beim Marketplace SEO auf Amazon steht die Optimierung von Titel, Bulletpoints und Backend-Keywords für den A9-Algorithmus im Vordergrund.
- https://sell.amazon.de/verkaufen/amazon-seo
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
SEO marketplace
Optimisation des fiches produits et des pages de catégorie sur les places de marché en ligne telles qu'Amazon, eBay ou Etsy afin d'améliorer leur classement dans le moteur de recherche interne de la plateforme. Elle repose sur des critères propres à l'algorithme de la place de marché.
Le SEO marketplace sur Amazon vise à optimiser le titre, les puces et les mots-clés backend pour l'algorithme A9.
- https://sell.amazon.fr/apprendre/referencement-amazon
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO marketplace
Ottimizzazione delle schede prodotto e delle pagine di categoria sui marketplace online come Amazon, eBay o Etsy per migliorarne il posizionamento nel motore di ricerca interno della piattaforma. Si basa su fattori di ranking specifici dell'algoritmo del marketplace.
La SEO marketplace su Amazon punta a ottimizzare titolo, elenchi puntati e parole chiave backend per l'algoritmo A9.
- https://sell.amazon.it/imparare/seo-amazon
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
电子商务
通过互联网买卖商品或服务的活动,包括相关的在线支付和订单处理系统。涵盖网站、电商平台和应用程序上的 B2C、B2B 和 C2C 交易。
该零售商推出了带有集成结账和支付功能的在线商店,进入电子商务领域。
- https://zh.wikipedia.org/wiki/%E7%94%B5%E5%AD%90%E5%95%86%E5%8A%A1
- https://developers.google.com/search/docs/appearance/structured-data/product
English
e-commerce
The buying and selling of goods or services over the internet, including the associated online payment and order-processing systems. It encompasses B2C, B2B and C2C transactions on websites, marketplaces and apps.
The retailer expanded into e-commerce by launching an online store with integrated checkout and payment processing.
- https://en.wikipedia.org/wiki/E-commerce
- https://developers.google.com/search/docs/appearance/structured-data/product
Deutsch
E-Commerce
Der Kauf und Verkauf von Waren oder Dienstleistungen über das Internet, einschließlich der zugehörigen Online-Zahlungs- und Bestellabwicklungssysteme. Umfasst B2C-, B2B- und C2C-Transaktionen über Websites, Marktplätze und Apps.
Der Händler stieg in den E-Commerce ein und startete einen Onlineshop mit integriertem Checkout und Zahlungsabwicklung.
- https://de.wikipedia.org/wiki/Electronic_Commerce
- https://developers.google.com/search/docs/appearance/structured-data/product
Français
e-commerce
L'achat et la vente de biens ou de services sur internet, y compris les systèmes de paiement en ligne et de traitement des commandes associés. Il englobe les transactions B2C, B2B et C2C sur les sites web, les places de marché et les applications.
Le détaillant s'est lancé dans l'e-commerce en ouvrant une boutique en ligne avec paiement intégré.
- https://fr.wikipedia.org/wiki/Commerce_%C3%A9lectronique
- https://developers.google.com/search/docs/appearance/structured-data/product
Italiano
e-commerce
L'acquisto e la vendita di beni o servizi tramite internet, compresi i relativi sistemi di pagamento online e di gestione degli ordini. Include transazioni B2C, B2B e C2C su siti web, marketplace e app.
Il rivenditore è entrato nell'e-commerce lanciando un negozio online con checkout e pagamento integrati.
- https://it.wikipedia.org/wiki/Commercio_elettronico
- https://developers.google.com/search/docs/appearance/structured-data/product
中文
电子邮件营销
电子邮件营销是一种通过电子邮件向目标订阅者推广产品、服务或内容的直复营销渠道。通常包括电子简报、促销活动和自动化邮件流程,并以打开率和点击率等指标衡量效果。
该公司通过将电子邮件营销与个性化产品推荐相结合,实现了收入增长。
- https://zh.wikipedia.org/wiki/电子邮件营销
English
email marketing
Email marketing is a direct marketing channel that uses email to promote products, services or content to a targeted list of subscribers. It typically involves newsletters, promotional campaigns and automated flows measured by metrics such as open and click rates.
The company grew its revenue by combining email marketing with personalized product recommendations.
- https://en.wikipedia.org/wiki/Email_marketing
Deutsch
E-Mail-Marketing
E-Mail-Marketing ist ein Direktmarketing-Kanal, der E-Mails nutzt, um Produkte, Dienstleistungen oder Inhalte an eine gezielte Empfängerliste zu bewerben. Es umfasst Newsletter, Werbekampagnen und automatisierte Strecken, deren Erfolg über Öffnungs- und Klickraten gemessen wird.
Das Unternehmen steigerte seinen Umsatz durch die Kombination von E-Mail-Marketing mit personalisierten Produktempfehlungen.
- https://de.wikipedia.org/wiki/E-Mail-Marketing
Français
marketing par courriel
Le marketing par courriel est un canal de marketing direct qui utilise l'e-mail pour promouvoir des produits, services ou contenus auprès d'une liste ciblée d'abonnés. Il comprend des newsletters, des campagnes promotionnelles et des séquences automatisées mesurées par des indicateurs comme les taux d'ouverture et de clic.
L'entreprise a augmenté son chiffre d'affaires en combinant le marketing par courriel avec des recommandations de produits personnalisées.
- https://fr.wikipedia.org/wiki/Marketing_par_courriel
Italiano
email marketing
L'email marketing è un canale di marketing diretto che utilizza la posta elettronica per promuovere prodotti, servizi o contenuti presso una lista mirata di iscritti. Include newsletter, campagne promozionali e flussi automatizzati misurati tramite metriche come tassi di apertura e di clic.
L'azienda ha aumentato i ricavi combinando l'email marketing con consigli di prodotto personalizzati.
- https://it.wikipedia.org/wiki/Email_marketing
中文
电子邮件通讯
电子邮件通讯是定期发送给订阅者列表的邮件,用于传播新闻、内容或促销信息。在网络营销中,它是客户维系和潜在客户培育的重要渠道。
订阅电子邮件通讯的用户每周都会收到最新博客文章的汇总。
- https://zh.wikipedia.org/wiki/%E9%80%9A%E8%A8%8A
English
newsletter
A newsletter is an email message sent regularly to a list of subscribers to distribute news, content or promotional offers. In online marketing it is a core channel for customer retention and lead nurturing.
Users who sign up for the newsletter receive a weekly digest of new blog posts.
- https://en.wikipedia.org/wiki/Newsletter
- https://mailchimp.com/marketing-glossary/newsletter/
Deutsch
Newsletter
Ein Newsletter ist eine regelmässig per E-Mail an ein Verteilernetz von Abonnenten versendete Nachricht zur Verbreitung von Neuigkeiten, Inhalten oder Werbeangeboten. Im Online-Marketing dient er der Kundenbindung und Lead-Pflege.
Wer sich für den Newsletter anmeldet, erhält wöchentlich eine Übersicht neuer Blogbeiträge.
- https://de.wikipedia.org/wiki/Newsletter
Français
newsletter
Une newsletter est un message envoyé régulièrement par courriel à une liste d'abonnés pour diffuser des actualités, des contenus ou des offres promotionnelles. En marketing en ligne, c'est un canal clé de fidélisation.
Les utilisateurs qui s'inscrivent à la newsletter reçoivent chaque semaine un récapitulatif des nouveaux articles.
- https://fr.wikipedia.org/wiki/Lettre_d%27information
Italiano
newsletter
Una newsletter è un messaggio inviato regolarmente via e-mail a una lista di abbonati per diffondere notizie, contenuti o offerte promozionali. Nel marketing online è un canale chiave per la fidelizzazione dei clienti.
Gli utenti che si iscrivono alla newsletter ricevono ogni settimana un riepilogo dei nuovi articoli.
- https://it.wikipedia.org/wiki/Newsletter
中文
病毒式内容
通过社交网络、即时通讯应用和其他渠道的分享,在互联网上迅速而广泛传播的数字内容。随着用户将其转发给自己的受众,其触达范围呈指数级增长。
该品牌的短视频一夜之间成为病毒式内容,在48小时内获得了数百万次分享。
- https://zh.wikipedia.org/wiki/病毒式行銷
English
viral content
Digital content that spreads rapidly and widely across the internet through sharing on social networks, messaging apps and other channels. Its reach grows exponentially as users pass it on to their own audiences.
The brand's short video became viral content overnight, reaching millions of shares within 48 hours.
- https://en.wikipedia.org/wiki/Viral_phenomenon
Deutsch
viraler Content
Digitaler Content, der sich durch das Teilen in sozialen Netzwerken, Messenger-Diensten und anderen Kanälen schnell und weit im Internet verbreitet. Seine Reichweite wächst exponentiell, weil Nutzer ihn an ihr eigenes Publikum weitergeben.
Das kurze Video der Marke wurde über Nacht zu viralem Content und erzielte innerhalb von 48 Stunden Millionen Shares.
- https://de.wikipedia.org/wiki/Virales_Marketing
Français
contenu viral
Contenu numérique qui se propage rapidement et largement sur Internet grâce au partage sur les réseaux sociaux, les messageries et d'autres canaux. Sa portée croît de manière exponentielle à mesure que les utilisateurs le transmettent à leur propre audience.
La courte vidéo de la marque est devenue un contenu viral du jour au lendemain, atteignant des millions de partages en 48 heures.
- https://fr.wikipedia.org/wiki/Marketing_viral
Italiano
contenuto virale
Contenuto digitale che si diffonde rapidamente e ampiamente su Internet attraverso la condivisione sui social network, sulle app di messaggistica e su altri canali. La sua portata cresce in modo esponenziale man mano che gli utenti lo trasmettono al proprio pubblico.
Il breve video del marchio è diventato un contenuto virale in una notte, raggiungendo milioni di condivisioni in 48 ore.
- https://it.wikipedia.org/wiki/Marketing_virale
中文
白帽SEO
白帽SEO是指遵守搜索引擎准则、以为用户提供真实价值为核心的搜索引擎优化技术。其目标是获得可持续的排名,避免遭受惩罚。
通过创作高质量的原创内容并获得自然外链,该团队采用白帽SEO实现了长期的搜索可见性。
- https://developers.google.com/search/docs/essentials?hl=zh-cn
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
white hat SEO
White hat SEO refers to search engine optimization techniques that comply with search engine guidelines and focus on providing value to human users. It aims for sustainable rankings without risking penalties.
By producing high-quality, original content and earning natural backlinks, the agency practiced white hat SEO to build long-term visibility.
- https://developers.google.com/search/docs/essentials
- https://en.wikipedia.org/wiki/Search_engine_optimization#White_hat_versus_black_hat_techniques
Deutsch
White Hat SEO
White Hat SEO bezeichnet Suchmaschinenoptimierungs-Methoden, die den Richtlinien der Suchmaschinen entsprechen und auf echten Mehrwert für Nutzer abzielen. Ziel sind nachhaltige Rankings ohne Risiko von Abstrafungen.
Durch hochwertige, originelle Inhalte und natürlich erworbene Backlinks setzte die Agentur auf White Hat SEO für langfristige Sichtbarkeit.
- https://developers.google.com/search/docs/essentials?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
white hat SEO
Le white hat SEO désigne les techniques d'optimisation pour les moteurs de recherche conformes aux consignes des moteurs et axées sur la valeur apportée aux utilisateurs. Il vise un référencement durable sans risque de pénalité.
En publiant un contenu original de qualité et en obtenant des liens naturels, l'agence a appliqué le white hat SEO pour une visibilité pérenne.
- https://developers.google.com/search/docs/essentials?hl=fr
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
white hat SEO
Il white hat SEO indica le tecniche di ottimizzazione per i motori di ricerca conformi alle linee guida dei motori e orientate a fornire valore agli utenti. Punta a posizionamenti duraturi senza rischio di penalizzazioni.
Creando contenuti originali di qualità e ottenendo backlink naturali, l'agenzia ha adottato il white hat SEO per una visibilità duratura.
- https://developers.google.com/search/docs/essentials?hl=it
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
百度
百度是由百度公司运营的中文搜索引擎,是中国网络搜索市场的主导者。
在中国进行搜索引擎优化时,百度比谷歌更为重要。
- https://zh.wikipedia.org/wiki/百度
- https://www.baidu.com/
English
Baidu
Baidu is the leading Chinese-language search engine, operated by Baidu, Inc., and the dominant player in the Chinese web search market.
Optimizing a website for Baidu requires attention to Chinese-language content and local hosting.
- https://en.wikipedia.org/wiki/Baidu
- https://www.baidu.com/
Deutsch
Baidu
Baidu ist die führende chinesischsprachige Suchmaschine, betrieben von Baidu, Inc., und dominiert den chinesischen Websuchmarkt.
Für die Suchmaschinenoptimierung in China ist Baidu deutlich wichtiger als Google.
- https://de.wikipedia.org/wiki/Baidu
Français
Baidu
Baidu est le principal moteur de recherche en langue chinoise, exploité par Baidu, Inc., et dominant sur le marché chinois de la recherche web.
Pour référencer un site en Chine, il faut optimiser pour Baidu plutôt que pour Google.
- https://fr.wikipedia.org/wiki/Baidu
Italiano
Baidu
Baidu è il principale motore di ricerca in lingua cinese, gestito da Baidu, Inc., e dominante nel mercato cinese della ricerca web.
Per posizionare un sito in Cina occorre ottimizzarlo per Baidu invece che per Google.
- https://it.wikipedia.org/wiki/Baidu
中文
监督学习
一种机器学习范式,模型使用带标签的数据进行训练,学习将输入映射到已知输出。训练后的模型可以对未曾见过的输入预测输出。
通过监督学习,垃圾邮件过滤器在数千封被标记为“垃圾邮件”或“非垃圾邮件”的邮件上进行了训练。
- https://zh.wikipedia.org/wiki/%E7%9B%A3%E7%9D%A3%E5%BC%8F%E5%AD%B8%E7%BF%92
English
supervised learning
A machine learning paradigm in which a model is trained on labeled data, learning to map inputs to known outputs. The trained model can then predict outputs for previously unseen inputs.
Using supervised learning, the spam filter was trained on thousands of emails labeled as 'spam' or 'not spam'.
- https://en.wikipedia.org/wiki/Supervised_learning
- https://developers.google.com/machine-learning/glossary#supervised-machine-learning
Deutsch
überwachtes Lernen
Ein maschinelles Lernparadigma, bei dem ein Modell mit gelabelten Daten trainiert wird und lernt, Eingaben auf bekannte Ausgaben abzubilden. Das trainierte Modell kann anschliessend Ausgaben für unbekannte Eingaben vorhersagen.
Mittels überwachtem Lernen wurde der Spamfilter auf Tausenden als 'Spam' oder 'Kein Spam' gelabelten E-Mails trainiert.
- https://de.wikipedia.org/wiki/%C3%9Cberwachtes_Lernen
Français
apprentissage supervisé
Un paradigme d'apprentissage automatique dans lequel un modèle est entraîné sur des données étiquetées et apprend à associer des entrées à des sorties connues. Le modèle entraîné peut ensuite prédire les sorties pour des entrées inédites.
Grâce à l'apprentissage supervisé, le filtre anti-spam a été entraîné sur des milliers de courriels étiquetés « spam » ou « non spam ».
- https://fr.wikipedia.org/wiki/Apprentissage_supervis%C3%A9
Italiano
apprendimento supervisionato
Un paradigma di apprendimento automatico in cui un modello viene addestrato su dati etichettati e impara ad associare input a output noti. Il modello addestrato può poi prevedere gli output per input mai visti prima.
Tramite l'apprendimento supervisionato, il filtro antispam è stato addestrato su migliaia di email etichettate come 'spam' o 'non spam'.
- https://it.wikipedia.org/wiki/Apprendimento_supervisionato
中文
目录
一种页内导航元素,将页面的标题以锚点链接的形式列出,使用户能够直接跳转到特定章节。在 SEO 中它可提升可用性,并可能在搜索结果中生成跳转链接(站点链接)。
在长篇指南顶部添加目录后,谷歌在搜索结果中显示了跳转链接。
- https://developers.google.com/search/docs/appearance/sitelinks
- https://zh.wikipedia.org/wiki/%E7%9B%AE%E5%BD%95
English
table of contents
An on-page navigation element that lists a page's headings as anchor links, allowing users to jump directly to specific sections. In SEO it improves usability and can generate jump-to (sitelink) results in search.
Adding a table of contents to the long-form guide helped Google display jump-to links in the search results.
- https://developers.google.com/search/docs/appearance/sitelinks
- https://en.wikipedia.org/wiki/Table_of_contents
Deutsch
Inhaltsverzeichnis
Ein On-Page-Navigationselement, das die Überschriften einer Seite als Ankerlinks auflistet, sodass Nutzer direkt zu bestimmten Abschnitten springen können. Im SEO verbessert es die Usability und kann Sprungmarken (Sitelinks) in den Suchergebnissen erzeugen.
Ein Inhaltsverzeichnis am Anfang des Ratgebers ermöglichte Google, Sprungmarken in den Suchergebnissen anzuzeigen.
- https://developers.google.com/search/docs/appearance/sitelinks
- https://de.wikipedia.org/wiki/Inhaltsverzeichnis
Français
table des matières
Élément de navigation on-page qui liste les titres d'une page sous forme de liens d'ancrage, permettant aux utilisateurs d'accéder directement à des sections précises. En SEO, elle améliore l'ergonomie et peut générer des liens de saut (sitelinks) dans les résultats de recherche.
L'ajout d'une table des matières au guide détaillé a permis à Google d'afficher des liens de saut dans les résultats.
- https://developers.google.com/search/docs/appearance/sitelinks
- https://fr.wikipedia.org/wiki/Table_des_mati%C3%A8res
Italiano
indice dei contenuti
Elemento di navigazione on-page che elenca i titoli di una pagina come link di ancoraggio, permettendo agli utenti di saltare direttamente a sezioni specifiche. Nella SEO migliora l'usabilità e può generare link di salto (sitelink) nei risultati di ricerca.
Aggiungere un indice dei contenuti alla guida approfondita ha consentito a Google di mostrare link di salto nei risultati.
- https://developers.google.com/search/docs/appearance/sitelinks
- https://it.wikipedia.org/wiki/Indice_(editoria)
中文
直接流量
指没有可识别来源引荐的网站访问,通常是用户直接输入网址、使用书签或缺少引荐来源数据时产生的流量。在分析工具中,它是无法归类会话的默认渠道。
直接流量激增往往意味着未添加标记的活动链接,而非真正的直接输入访问。
- https://support.google.com/analytics/answer/6205762?hl=zh-Hans
English
direct traffic
Website visits attributed to no identifiable referral source, typically when a user enters the URL directly, uses a bookmark, or when referrer data is missing. In analytics tools it serves as the default bucket for otherwise unclassified sessions.
A spike in direct traffic often indicates untagged campaign links rather than genuine type-in visits.
- https://support.google.com/analytics/answer/6205762
- https://en.wikipedia.org/wiki/Direct_navigation
Deutsch
Direkter Traffic
Websitebesuche ohne erkennbare Verweisquelle, etwa durch direkte URL-Eingabe, Lesezeichen oder fehlende Referrer-Daten. In Analyse-Tools dient dieser Kanal als Sammelkategorie für nicht zuordenbare Sitzungen.
Ein Anstieg des direkten Traffics deutet oft auf ungetaggte Kampagnenlinks statt auf echte Direktaufrufe hin.
- https://support.google.com/analytics/answer/6205762?hl=de
Français
trafic direct
Visites d'un site web sans source de référence identifiable, généralement lorsque l'utilisateur saisit l'URL directement, utilise un favori ou que les données de référent sont absentes. Dans les outils d'analyse, ce canal regroupe les sessions non classées.
Une hausse du trafic direct révèle souvent des liens de campagne non balisés plutôt que de vraies visites directes.
- https://support.google.com/analytics/answer/6205762?hl=fr
Italiano
traffico diretto
Visite a un sito web senza una sorgente di riferimento identificabile, in genere quando l'utente digita direttamente l'URL, usa un segnalibro o mancano i dati del referrer. Negli strumenti di analisi rappresenta il canale predefinito per le sessioni non classificate.
Un aumento del traffico diretto indica spesso link di campagna non taggati anziché reali accessi diretti.
- https://support.google.com/analytics/answer/6205762?hl=it
中文
相似受众
广告平台根据现有源受众的共同特征和行为自动生成的目标群体,用于触达可能感兴趣的新用户。
营销团队以优质老客户为源受众创建了相似受众,以扩大在 Meta 上的覆盖范围。
- https://www.facebook.com/business/help/164749007013531
- https://zh.wikipedia.org/wiki/%E5%AE%9A%E5%90%91%E5%B9%BF%E5%91%8A
English
lookalike audience
An advertising target group automatically generated by a platform to resemble an existing source audience based on shared characteristics and behaviours. It helps reach new users likely to be interested in a product or service.
The marketer built a lookalike audience from the top 1% of existing customers to expand reach on Facebook.
- https://www.facebook.com/business/help/164749007013531
- https://en.wikipedia.org/wiki/Targeted_advertising
Deutsch
Lookalike Audience
Eine von einer Werbeplattform automatisch erzeugte Zielgruppe, die einer bestehenden Ausgangszielgruppe in Merkmalen und Verhalten ähnelt. Sie dient dazu, neue, potenziell interessierte Nutzer zu erreichen.
Aus den Bestandskunden erstellte das Team eine Lookalike Audience, um neue passende Nutzer auf Meta anzusprechen.
- https://www.facebook.com/business/help/164749007013531
- https://de.wikipedia.org/wiki/Zielgruppe
Français
audience similaire
Groupe cible généré automatiquement par une plateforme publicitaire pour ressembler à une audience source existante selon des caractéristiques et comportements communs. Il permet d'atteindre de nouveaux utilisateurs potentiellement intéressés.
L'équipe a créé une audience similaire à partir de ses meilleurs clients pour élargir sa portée sur Meta.
- https://www.facebook.com/business/help/164749007013531
- https://fr.wikipedia.org/wiki/Publicit%C3%A9_cibl%C3%A9e
Italiano
pubblico simile
Gruppo target generato automaticamente da una piattaforma pubblicitaria per assomigliare a un pubblico di origine esistente in base a caratteristiche e comportamenti condivisi. Serve a raggiungere nuovi utenti potenzialmente interessati.
Il team ha creato un pubblico simile partendo dai clienti migliori per ampliare la portata su Meta.
- https://www.facebook.com/business/help/164749007013531
- https://it.wikipedia.org/wiki/Pubblicit%C3%A0_mirata
中文
相关性
在信息检索中,相关性指检索到的文档或结果满足用户查询所表达的信息需求的程度。它是对搜索结果进行排序和评估的核心标准。
搜索引擎在显示结果之前,会根据网页与用户查询的相关性进行排序。
- https://zh.wikipedia.org/wiki/信息检索
English
relevance
In information retrieval, relevance is the degree to which a retrieved document or result satisfies a user's information need expressed by a query. It is the core criterion for ranking and evaluating search results.
The search engine ranks pages by relevance to the user's query before displaying the results.
- https://en.wikipedia.org/wiki/Relevance_(information_retrieval)
- https://nlp.stanford.edu/IR-book/html/htmledition/information-retrieval-1.html
Deutsch
Relevanz
Im Information Retrieval bezeichnet Relevanz den Grad, in dem ein gefundenes Dokument oder Ergebnis das durch eine Suchanfrage ausgedrückte Informationsbedürfnis des Nutzers erfüllt. Sie ist das zentrale Kriterium für Ranking und Bewertung von Suchergebnissen.
Die Suchmaschine ordnet die Seiten nach ihrer Relevanz zur Suchanfrage, bevor sie die Ergebnisse anzeigt.
- https://de.wikipedia.org/wiki/Relevanz_(Information_Retrieval)
Français
pertinence
En recherche d'information, la pertinence désigne le degré auquel un document ou résultat retrouvé satisfait le besoin d'information de l'utilisateur exprimé par une requête. Elle constitue le critère central pour classer et évaluer les résultats de recherche.
Le moteur de recherche classe les pages selon leur pertinence par rapport à la requête avant d'afficher les résultats.
- https://fr.wikipedia.org/wiki/Pertinence_(recherche_d%27information)
Italiano
pertinenza
Nel recupero delle informazioni, la pertinenza indica il grado in cui un documento o risultato recuperato soddisfa il bisogno informativo dell'utente espresso da una query. È il criterio centrale per ordinare e valutare i risultati di ricerca.
Il motore di ricerca ordina le pagine in base alla loro pertinenza rispetto alla query prima di mostrare i risultati.
- https://it.wikipedia.org/wiki/Recupero_dell%27informazione
中文
相关性评分
信息检索或搜索系统为文档分配数值分数的过程,用于估计文档与查询的匹配程度。这些分数用于按相关性对结果进行排序。
搜索引擎基于词频和语义相似度进行相关性评分,从而对结果列表进行排序。
- https://zh.wikipedia.org/wiki/%E4%BF%A1%E6%81%AF%E6%A3%80%E7%B4%A2
English
relevance scoring
The process by which an information retrieval or search system assigns a numerical value to documents to estimate how well they match a given query. The scores are used to rank results in order of relevance.
The search engine uses relevance scoring based on term frequency and semantic similarity to order the result list.
- https://en.wikipedia.org/wiki/Ranking_(information_retrieval)
- https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-similarity.html
Deutsch
Relevanzbewertung
Verfahren, bei dem ein Information-Retrieval- oder Suchsystem Dokumenten einen numerischen Wert zuweist, um deren Übereinstimmung mit einer Suchanfrage zu schätzen. Anhand dieser Werte werden die Ergebnisse nach Relevanz sortiert.
Die Suchmaschine nutzt eine Relevanzbewertung auf Basis von Termhäufigkeit und semantischer Ähnlichkeit, um die Trefferliste zu ordnen.
- https://de.wikipedia.org/wiki/Information_Retrieval
Français
score de pertinence
Processus par lequel un système de recherche ou de recherche d'information attribue une valeur numérique aux documents afin d'estimer leur adéquation avec une requête. Ces scores servent à classer les résultats par ordre de pertinence.
Le moteur de recherche calcule un score de pertinence fondé sur la fréquence des termes et la similarité sémantique pour ordonner la liste des résultats.
- https://fr.wikipedia.org/wiki/Recherche_d%27information
Italiano
punteggio di rilevanza
Processo con cui un sistema di ricerca o di information retrieval assegna un valore numerico ai documenti per stimarne la corrispondenza con una query. I punteggi vengono usati per ordinare i risultati in base alla rilevanza.
Il motore di ricerca assegna un punteggio di rilevanza basato sulla frequenza dei termini e sulla similarità semantica per ordinare l'elenco dei risultati.
- https://it.wikipedia.org/wiki/Information_retrieval
中文
相关搜索
一种搜索结果页功能,显示与用户原始查询主题相关的一组查询建议,帮助用户优化或扩展搜索。
在结果页底部,Google 会显示相关搜索,帮助用户发现其他查询词。
- https://developers.google.com/search/docs/appearance/search-result-features
English
related searches
A SERP feature that displays a list of query suggestions thematically connected to the user's original search, helping users refine or expand their search.
At the bottom of the results page, Google shows related searches that help users discover alternative queries.
- https://developers.google.com/search/docs/appearance/search-result-features
- https://en.wikipedia.org/wiki/Search_engine_results_page
Deutsch
ähnliche Suchanfragen
Ein SERP-Feature, das eine Liste thematisch verwandter Suchvorschläge zur ursprünglichen Suchanfrage des Nutzers anzeigt und so das Verfeinern oder Erweitern der Suche unterstützt.
Am Ende der Ergebnisseite zeigt Google ähnliche Suchanfragen an, mit denen Nutzer weitere Themen entdecken können.
- https://developers.google.com/search/docs/appearance/search-result-features
Français
recherches associées
Fonctionnalité de la page de résultats affichant une liste de suggestions de requêtes thématiquement liées à la recherche initiale de l'utilisateur, afin d'affiner ou d'élargir la recherche.
En bas de la page de résultats, Google affiche des recherches associées permettant de découvrir d'autres requêtes.
- https://developers.google.com/search/docs/appearance/search-result-features
Italiano
ricerche correlate
Funzionalità della SERP che mostra un elenco di suggerimenti di query tematicamente collegati alla ricerca originale dell'utente, per affinare o ampliare la ricerca.
In fondo alla pagina dei risultati, Google mostra ricerche correlate che aiutano a scoprire query alternative.
- https://developers.google.com/search/docs/appearance/search-result-features
中文
着陆页
着陆页是访问者点击链接、广告或搜索结果后到达的独立网页,通常专为实现单一的营销或转化目标而设计。
该广告活动将用户引导至专门用于订阅新闻邮件的着陆页。
- https://zh.wikipedia.org/wiki/着陆页
- https://support.google.com/google-ads/answer/2404197
English
landing page
A landing page is a standalone web page that a visitor arrives at after clicking a link, ad or search result, typically designed to fulfil a single marketing or conversion goal.
The paid campaign directed users to a dedicated landing page optimised for newsletter sign-ups.
- https://en.wikipedia.org/wiki/Landing_page
- https://support.google.com/google-ads/answer/2404197
Deutsch
Landingpage
Eine Landingpage ist eine eigenständige Webseite, auf der ein Besucher nach dem Klick auf einen Link, eine Anzeige oder ein Suchergebnis landet und die meist auf ein einziges Conversion-Ziel ausgerichtet ist.
Die Werbekampagne leitete die Nutzer auf eine speziell gestaltete Landingpage für Newsletter-Anmeldungen.
- https://de.wikipedia.org/wiki/Landingpage
- https://support.google.com/google-ads/answer/2404197
Français
landing page
Une landing page est une page web autonome sur laquelle arrive un visiteur après avoir cliqué sur un lien, une annonce ou un résultat de recherche, généralement conçue pour atteindre un unique objectif de conversion.
La campagne publicitaire renvoyait les internautes vers une landing page dédiée aux inscriptions à la newsletter.
- https://fr.wikipedia.org/wiki/Page_d%27atterrissage
- https://support.google.com/google-ads/answer/2404197
Italiano
landing page
Una landing page è una pagina web autonoma su cui arriva un visitatore dopo aver cliccato su un link, un annuncio o un risultato di ricerca, di norma progettata per raggiungere un unico obiettivo di conversione.
La campagna pubblicitaria indirizzava gli utenti a una landing page dedicata all'iscrizione alla newsletter.
- https://it.wikipedia.org/wiki/Landing_page
- https://support.google.com/google-ads/answer/2404197
中文
知识图谱
谷歌等搜索引擎使用的知识库,通过关于实体及其关系的结构化信息来增强搜索结果。在搜索结果页中常以知识面板的形式呈现。
搜索一位著名科学家时,知识图谱会在面板中填充其出生日期、主要成就和相关人物。
- https://zh.wikipedia.org/wiki/知识图谱
- https://blog.google/products/search/introducing-knowledge-graph-things-not/
English
knowledge graph
A knowledge base used by Google and other search engines to enhance search results with structured information about entities and their relationships. On SERPs it often appears as an information panel drawn from this data.
When you search for a famous author, the knowledge graph populates the panel on the right with birth date, notable works, and related people.
- https://blog.google/products/search/introducing-knowledge-graph-things-not/
- https://en.wikipedia.org/wiki/Google_Knowledge_Graph
Deutsch
Knowledge Graph
Eine Wissensdatenbank, mit der Google und andere Suchmaschinen Suchergebnisse durch strukturierte Informationen über Entitäten und deren Beziehungen anreichern. Auf der SERP erscheint sie häufig als Informationskarte (Knowledge Panel).
Sucht man nach einer bekannten Stadt, füllt der Knowledge Graph das Panel mit Einwohnerzahl, Sehenswürdigkeiten und verwandten Orten.
- https://de.wikipedia.org/wiki/Knowledge_Graph
- https://blog.google/products/search/introducing-knowledge-graph-things-not/
Français
Knowledge Graph
Base de connaissances utilisée par Google et d'autres moteurs de recherche pour enrichir les résultats avec des informations structurées sur des entités et leurs relations. Sur la SERP, elle alimente souvent un panneau d'information.
En recherchant un monument célèbre, le Knowledge Graph remplit le panneau avec sa date de construction, son architecte et des lieux associés.
- https://fr.wikipedia.org/wiki/Knowledge_Graph
- https://blog.google/products/search/introducing-knowledge-graph-things-not/
Italiano
Knowledge Graph
Base di conoscenza usata da Google e da altri motori di ricerca per arricchire i risultati con informazioni strutturate su entità e relazioni. Nelle SERP alimenta spesso un pannello informativo.
Cercando un attore noto, il Knowledge Graph popola il pannello con data di nascita, film principali e persone correlate.
- https://it.wikipedia.org/wiki/Knowledge_Graph
- https://blog.google/products/search/introducing-knowledge-graph-things-not/
中文
知识截止日期
语言模型训练数据所涵盖的时间上限,模型对该日期之后发生的事件缺乏可靠的知识。
该助手说明其知识截止日期为2023年,因此无法评论更近期的进展。
- https://zh.wikipedia.org/wiki/%E5%A4%A7%E5%9E%8B%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
English
knowledge cutoff
The point in time up to which a language model's training data extends, meaning the model has no reliable knowledge of events occurring after that date.
The assistant explained that its knowledge cutoff was in 2023, so it could not comment on more recent developments.
- https://platform.openai.com/docs/models
- https://en.wikipedia.org/wiki/Large_language_model
Deutsch
Wissensstichtag
Der Zeitpunkt, bis zu dem die Trainingsdaten eines Sprachmodells reichen; über Ereignisse nach diesem Datum verfügt das Modell über kein verlässliches Wissen.
Das Modell wies darauf hin, dass sein Wissensstichtag im Jahr 2023 liegt und es aktuellere Entwicklungen nicht kennt.
- https://de.wikipedia.org/wiki/Gro%C3%9Fes_Sprachmodell
Français
date limite des connaissances
Le moment jusqu'auquel s'étendent les données d'entraînement d'un modèle de langage ; le modèle n'a pas de connaissances fiables sur les événements postérieurs à cette date.
L'assistant a précisé que sa date limite des connaissances était en 2023 et qu'il ignorait les événements plus récents.
- https://fr.wikipedia.org/wiki/Grand_mod%C3%A8le_de_langage
Italiano
data limite delle conoscenze
Il momento fino al quale si estendono i dati di addestramento di un modello linguistico; il modello non dispone di conoscenze affidabili sugli eventi successivi a tale data.
L'assistente ha spiegato che la sua data limite delle conoscenze era nel 2023 e non poteva commentare sviluppi più recenti.
- https://it.wikipedia.org/wiki/Modello_linguistico_di_grandi_dimensioni