TermBoyTerm

English
REST API
An application programming interface that follows the architectural principles of Representational State Transfer, using standard HTTP methods to access and manipulate resources identified by URLs. Communication is stateless and typically exchanges data in JSON or XML format.
The web application retrieves user data by sending a GET request to the REST API endpoint.
  • https://en.wikipedia.org/wiki/REST
  • https://developer.mozilla.org/en-US/docs/Glossary/REST
Deutsch
REST API
Eine Programmierschnittstelle, die den Architekturprinzipien des Representational State Transfer folgt und über standardisierte HTTP-Methoden auf durch URLs identifizierte Ressourcen zugreift. Die Kommunikation ist zustandslos und erfolgt meist im JSON- oder XML-Format.
Die Webanwendung ruft Benutzerdaten ab, indem sie eine GET-Anfrage an den Endpunkt der REST API sendet.
  • https://de.wikipedia.org/wiki/Representational_State_Transfer
  • https://developer.mozilla.org/de/docs/Glossary/REST
Français
API REST
Interface de programmation qui respecte les principes architecturaux du Representational State Transfer et accède, via les méthodes HTTP standard, à des ressources identifiées par des URL. La communication est sans état et s'effectue généralement au format JSON ou XML.
L'application web récupère les données de l'utilisateur en envoyant une requête GET au point de terminaison de l'API REST.
  • https://fr.wikipedia.org/wiki/Representational_state_transfer
  • https://developer.mozilla.org/fr/docs/Glossary/REST
Italiano
API REST
Interfaccia di programmazione che segue i principi architetturali del Representational State Transfer e accede, tramite i metodi HTTP standard, a risorse identificate da URL. La comunicazione è stateless e avviene generalmente in formato JSON o XML.
L'applicazione web recupera i dati dell'utente inviando una richiesta GET all'endpoint dell'API REST.
  • https://it.wikipedia.org/wiki/Representational_state_transfer
  • https://developer.mozilla.org/it/docs/Glossary/REST
中文
REST API
遵循表述性状态转移(Representational State Transfer)架构原则的应用程序编程接口,通过标准 HTTP 方法访问和操作由 URL 标识的资源。其通信是无状态的,通常以 JSON 或 XML 格式交换数据。
该 Web 应用通过向 REST API 端点发送 GET 请求来获取用户数据。
  • https://zh.wikipedia.org/wiki/表现层状态转换
  • https://developer.mozilla.org/zh-CN/docs/Glossary/REST
English
retargeting
An online advertising technique that re-engages users who previously visited a website or interacted with content but did not convert, by displaying targeted ads to them across other sites or platforms.
After abandoning the shopping cart, the user was shown retargeting ads for the same products on several news websites.
  • https://en.wikipedia.org/wiki/Behavioral_retargeting
  • https://support.google.com/google-ads/answer/2453998
Deutsch
Retargeting
Eine Online-Werbetechnik, bei der Nutzer, die zuvor eine Website besucht oder mit Inhalten interagiert haben ohne zu konvertieren, durch gezielte Anzeigen auf anderen Seiten oder Plattformen erneut angesprochen werden.
Nachdem der Nutzer den Warenkorb verlassen hatte, wurden ihm per Retargeting Anzeigen für dieselben Produkte auf verschiedenen Nachrichtenseiten eingeblendet.
  • https://de.wikipedia.org/wiki/Retargeting
Français
retargeting
Technique de publicité en ligne qui cible à nouveau les utilisateurs ayant visité un site ou interagi avec un contenu sans convertir, en leur affichant des annonces ciblées sur d'autres sites ou plateformes.
Après avoir abandonné son panier, l'utilisateur a vu des annonces de retargeting pour les mêmes produits sur plusieurs sites d'actualité.
  • https://fr.wikipedia.org/wiki/Reciblage_publicitaire
Italiano
retargeting
Tecnica di pubblicità online che coinvolge nuovamente gli utenti che hanno già visitato un sito o interagito con contenuti senza convertire, mostrando loro annunci mirati su altri siti o piattaforme.
Dopo aver abbandonato il carrello, all'utente sono stati mostrati annunci di retargeting per gli stessi prodotti su diversi siti di notizie.
  • https://it.wikipedia.org/wiki/Retargeting
中文
重定向广告
一种在线广告技术,针对此前访问过网站或与内容互动但未完成转化的用户,通过在其他网站或平台上展示定向广告来再次触达他们。
用户放弃购物车后,在多个新闻网站上看到了针对相同商品的重定向广告。
  • https://support.google.com/google-ads/answer/2453998
English
retrieval-augmented generation
A technique that combines a large language model with an external retrieval system, so that relevant documents are fetched at query time and fed into the model to ground its generated output. It improves factual accuracy and reduces hallucinations by supplying up-to-date, source-specific context.
By using retrieval-augmented generation, the chatbot cites internal company documents instead of relying solely on its training data.
  • https://en.wikipedia.org/wiki/Retrieval-augmented_generation
  • https://arxiv.org/abs/2005.11401
Deutsch
retrieval-augmented generation
Ein Verfahren, das ein grosses Sprachmodell mit einem externen Abrufsystem kombiniert, wobei zur Anfragezeit relevante Dokumente abgerufen und dem Modell als Kontext übergeben werden. Es verbessert die faktische Genauigkeit und reduziert Halluzinationen.
Dank retrieval-augmented generation greift der Assistent auf aktuelle interne Dokumente zu, statt nur sein Trainingswissen zu nutzen.
  • https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
Français
génération augmentée par récupération
Technique combinant un grand modèle de langage avec un système de recherche externe, qui récupère des documents pertinents au moment de la requête et les fournit au modèle comme contexte. Elle améliore l'exactitude factuelle et limite les hallucinations.
Grâce à la génération augmentée par récupération, l'assistant cite des documents internes à jour plutôt que ses seules données d'entraînement.
  • https://fr.wikipedia.org/wiki/Retrieval-augmented_generation
Italiano
generazione aumentata dal recupero
Tecnica che combina un grande modello linguistico con un sistema di recupero esterno, il quale recupera documenti pertinenti al momento della query e li fornisce al modello come contesto. Migliora l'accuratezza fattuale e riduce le allucinazioni.
Grazie alla generazione aumentata dal recupero, il chatbot cita documenti aziendali aggiornati invece di basarsi solo sui dati di addestramento.
  • https://it.wikipedia.org/wiki/Retrieval-augmented_generation
中文
检索增强生成
一种将大语言模型与外部检索系统相结合的技术,在查询时检索相关文档并作为上下文提供给模型,以生成有依据的输出。它可提升事实准确性并减少幻觉。
借助检索增强生成,聊天机器人会引用最新的内部文档,而不仅仅依赖训练数据。
  • https://zh.wikipedia.org/wiki/检索增强生成
English
return on ad spend
A marketing metric that measures the revenue generated for every unit of currency spent on advertising. It is calculated by dividing ad-driven revenue by advertising costs.
The campaign achieved a return on ad spend of 5:1, meaning every dollar spent generated five dollars in revenue.
  • https://support.google.com/google-ads/answer/6270625
  • https://en.wikipedia.org/wiki/Return_on_advertising_spend
Deutsch
Return on Ad Spend
Kennzahl im Online-Marketing, die den Umsatz je eingesetzter Werbeausgabe misst. Sie wird berechnet, indem der durch Werbung erzielte Umsatz durch die Werbekosten geteilt wird.
Mit einem Return on Ad Spend von 5:1 erzielte die Kampagne für jeden investierten Euro fünf Euro Umsatz.
  • https://support.google.com/google-ads/answer/6270625
  • https://de.wikipedia.org/wiki/Return_on_Advertising_Spend
Français
return on ad spend
Indicateur de marketing qui mesure le chiffre d'affaires généré pour chaque unité monétaire dépensée en publicité. Il se calcule en divisant les revenus issus de la publicité par les coûts publicitaires.
La campagne a atteint un return on ad spend de 5:1, chaque euro dépensé rapportant cinq euros de chiffre d'affaires.
  • https://support.google.com/google-ads/answer/6270625
  • https://fr.wikipedia.org/wiki/Retour_sur_investissement
Italiano
return on ad spend
Metrica di marketing che misura il fatturato generato per ogni unità di valuta spesa in pubblicità. Si calcola dividendo i ricavi derivanti dalla pubblicità per i costi pubblicitari.
La campagna ha ottenuto un return on ad spend di 5:1, generando cinque euro di ricavi per ogni euro speso.
  • https://support.google.com/google-ads/answer/6270625
  • https://it.wikipedia.org/wiki/Return_on_investment
中文
广告支出回报率
一种衡量每单位广告支出所产生收入的营销指标。计算方法是将广告带来的收入除以广告成本。
该广告系列的广告支出回报率达到5:1,意味着每花费一元便产生五元收入。
  • https://support.google.com/google-ads/answer/6270625
  • https://zh.wikipedia.org/wiki/广告支出回报率
English
reverse proxy
A server that sits in front of one or more backend servers and forwards client requests to them, returning the responses as if they originated from itself. It is commonly used for load balancing, caching, SSL termination and security.
The reverse proxy distributes incoming traffic across three application servers to prevent overload.
  • https://en.wikipedia.org/wiki/Reverse_proxy
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling
Deutsch
Reverse Proxy
Ein Server, der vor einem oder mehreren Backend-Servern steht und Client-Anfragen an diese weiterleitet, wobei die Antworten so ausgeliefert werden, als kämen sie vom Proxy selbst. Er dient häufig der Lastverteilung, dem Caching, der SSL-Terminierung und der Sicherheit.
Der Reverse Proxy verteilt den eingehenden Datenverkehr auf drei Anwendungsserver, um Überlastung zu vermeiden.
  • https://de.wikipedia.org/wiki/Reverse_Proxy
Français
reverse proxy
Serveur placé devant un ou plusieurs serveurs dorsaux qui transmet les requêtes des clients à ceux-ci et renvoie les réponses comme si elles provenaient de lui-même. Il sert souvent à la répartition de charge, à la mise en cache, à la terminaison SSL et à la sécurité.
Le reverse proxy répartit le trafic entrant sur trois serveurs applicatifs afin d'éviter toute surcharge.
  • https://fr.wikipedia.org/wiki/Proxy_inverse
Italiano
reverse proxy
Server posto davanti a uno o più server di backend che inoltra a questi le richieste dei client, restituendo le risposte come se provenissero da sé stesso. Viene comunemente usato per il bilanciamento del carico, la cache, la terminazione SSL e la sicurezza.
Il reverse proxy distribuisce il traffico in ingresso su tre server applicativi per evitare sovraccarichi.
  • https://it.wikipedia.org/wiki/Reverse_proxy
中文
反向代理
位于一个或多个后端服务器之前的服务器,将客户端请求转发给后端服务器,并将响应返回给客户端,仿佛响应源自代理本身。常用于负载均衡、缓存、SSL 终止和安全防护。
反向代理将进入的流量分发到三台应用服务器,以避免过载。
  • https://zh.wikipedia.org/wiki/反向代理
English
review management
The practice of monitoring, responding to, and analyzing customer reviews across platforms to improve a business's online reputation and local search visibility.
Effective review management helped the restaurant raise its average rating and climb in the Google Maps local pack.
  • https://support.google.com/business/answer/3474050
  • https://en.wikipedia.org/wiki/Online_reputation_management
Deutsch
Bewertungsmanagement
Das systematische Überwachen, Beantworten und Auswerten von Kundenbewertungen auf verschiedenen Plattformen, um die Online-Reputation und die lokale Sichtbarkeit eines Unternehmens zu verbessern.
Durch konsequentes Bewertungsmanagement konnte das Café seine Durchschnittsbewertung erhöhen und im Local Pack von Google aufsteigen.
  • https://support.google.com/business/answer/3474050
  • https://de.wikipedia.org/wiki/Online-Reputationsmanagement
Français
gestion des avis
Pratique consistant à surveiller, répondre et analyser les avis clients sur différentes plateformes afin d'améliorer la réputation en ligne et la visibilité locale d'une entreprise.
Une bonne gestion des avis a permis au restaurant d'augmenter sa note moyenne et de progresser dans le pack local de Google.
  • https://support.google.com/business/answer/3474050
  • https://fr.wikipedia.org/wiki/Gestion_de_la_r%C3%A9putation_en_ligne
Italiano
gestione delle recensioni
Pratica di monitoraggio, risposta e analisi delle recensioni dei clienti sulle varie piattaforme per migliorare la reputazione online e la visibilità locale di un'azienda.
Una gestione efficace delle recensioni ha permesso al ristorante di aumentare la valutazione media e salire nel local pack di Google.
  • https://support.google.com/business/answer/3474050
  • https://it.wikipedia.org/wiki/Reputazione_online
中文
评论管理
在各类平台上监控、回复和分析客户评论的做法,旨在提升企业的在线声誉和本地搜索可见性。
有效的评论管理帮助这家餐厅提高了平均评分,并在谷歌地图本地排名中上升。
  • https://support.google.com/business/answer/3474050
  • https://zh.wikipedia.org/wiki/%E7%BD%91%E7%BB%9C%E5%A3%B0%E8%AA%89%E7%AE%A1%E7%90%86
English
review signal
A review signal is a ranking factor derived from online customer reviews, encompassing review quantity, velocity, diversity, sentiment and star ratings that influence local search visibility.
Positive review signals such as high ratings and recent review velocity can improve a business's position in the Google local pack.
  • https://www.semrush.com/blog/local-seo-ranking-factors/
  • https://whitespark.ca/local-search-ranking-factors/
Deutsch
Review-Signal
Ein Review-Signal ist ein Rankingfaktor, der aus Online-Kundenbewertungen abgeleitet wird und Faktoren wie Anzahl, Aktualität, Vielfalt, Stimmung und Sternebewertung der Rezensionen umfasst.
Positive Review-Signale wie hohe Sternebewertungen und aktuelle Rezensionen können die Sichtbarkeit im lokalen Google-Suchergebnis verbessern.
  • https://www.semrush.com/blog/local-seo-ranking-factors/
Français
signal d'avis
Un signal d'avis est un facteur de classement issu des avis clients en ligne, incluant le nombre, la fraîcheur, la diversité, le sentiment et la note en étoiles des avis.
Des signaux d'avis positifs, comme des notes élevées et des avis récents, peuvent améliorer la visibilité dans le pack local de Google.
  • https://www.semrush.com/blog/local-seo-ranking-factors/
Italiano
review signal
Un review signal è un fattore di ranking derivato dalle recensioni online dei clienti, che comprende quantità, frequenza, diversità, sentiment e valutazione a stelle delle recensioni.
Segnali di recensione positivi, come valutazioni elevate e recensioni recenti, possono migliorare la visibilità nel local pack di Google.
  • https://www.semrush.com/blog/local-seo-ranking-factors/
中文
评价信号
评价信号是从在线客户评价中提取的排名因素,包含评价数量、更新频率、多样性、情感倾向和星级评分,影响本地搜索的可见度。
积极的评价信号(如高星级评分和近期评价)可以提升商家在谷歌本地搜索结果中的排名。
  • https://www.semrush.com/blog/local-seo-ranking-factors/
English
review stars
A SERP feature that displays a star rating (typically 1 to 5) alongside a search result, derived from structured review or rating markup on the page. They form part of a rich result and can improve click-through rates.
After adding valid Review schema markup, the product page began showing review stars in the Google search results.
  • https://developers.google.com/search/docs/appearance/structured-data/review-snippet
Deutsch
Bewertungssterne
Ein SERP-Feature, das neben einem Suchergebnis eine Sternebewertung (meist 1 bis 5) anzeigt, basierend auf strukturierten Rezensions- oder Bewertungsdaten der Seite. Sie sind Teil eines Rich-Snippets und können die Klickrate erhöhen.
Nach dem Einbau des Review-Markups erschienen für die Produktseite Bewertungssterne in den Google-Suchergebnissen.
  • https://developers.google.com/search/docs/appearance/structured-data/review-snippet?hl=de
Français
étoiles d'avis
Fonctionnalité SERP affichant une note en étoiles (généralement de 1 à 5) à côté d'un résultat de recherche, issue des données structurées d'avis ou de notation de la page. Elles font partie d'un résultat enrichi et peuvent améliorer le taux de clics.
Après l'ajout du balisage Review, la page produit a commencé à afficher des étoiles d'avis dans les résultats de Google.
  • https://developers.google.com/search/docs/appearance/structured-data/review-snippet?hl=fr
Italiano
stelle di recensione
Funzionalità SERP che mostra una valutazione a stelle (in genere da 1 a 5) accanto a un risultato di ricerca, ricavata dai dati strutturati di recensione o valutazione della pagina. Fanno parte di un rich result e possono aumentare il tasso di clic.
Dopo aver aggiunto il markup Review, la pagina del prodotto ha iniziato a mostrare le stelle di recensione nei risultati di Google.
  • https://developers.google.com/search/docs/appearance/structured-data/review-snippet?hl=it
中文
评价星级
一种 SERP 功能,在搜索结果旁显示星级评分(通常为 1 至 5 星),来源于页面中的评价或评分结构化数据。它属于富媒体搜索结果的一部分,可提升点击率。
在添加了有效的 Review 结构化数据后,该产品页面开始在谷歌搜索结果中显示评价星级。
  • https://developers.google.com/search/docs/appearance/structured-data/review-snippet?hl=zh-cn
English
rich result
A search result in Google Search that goes beyond the standard blue link by displaying additional visual or interactive elements such as images, ratings, or carousels, typically driven by structured data.
By adding recipe structured data, the page became eligible for a rich result showing cooking time and star ratings.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
Deutsch
Rich-Suchergebnis
Ein Suchergebnis in der Google-Suche, das über den klassischen blauen Link hinausgeht und zusätzliche visuelle oder interaktive Elemente wie Bilder, Bewertungen oder Karussells anzeigt, meist gestützt auf strukturierte Daten.
Durch das Hinzufügen von Rezept-Markup wurde die Seite für ein Rich-Suchergebnis mit Kochzeit und Sternebewertung berechtigt.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery?hl=de
Français
résultat enrichi
Résultat de recherche dans Google qui va au-delà du lien bleu classique en affichant des éléments visuels ou interactifs supplémentaires tels qu'images, notes ou carrousels, généralement alimentés par des données structurées.
En ajoutant le balisage de recette, la page est devenue éligible à un résultat enrichi affichant le temps de cuisson et les notes en étoiles.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery?hl=fr
Italiano
risultato avanzato
Risultato di ricerca in Google che va oltre il classico link blu mostrando elementi visivi o interattivi aggiuntivi come immagini, valutazioni o caroselli, generalmente basati su dati strutturati.
Aggiungendo il markup della ricetta, la pagina è diventata idonea a un risultato avanzato con tempo di cottura e valutazioni a stelle.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery?hl=it
中文
丰富搜索结果
Google 搜索中超越标准蓝色链接的搜索结果,通过显示图片、评分或轮播等额外视觉或交互元素来呈现,通常由结构化数据驱动。
添加菜谱结构化数据后,该页面获得了显示烹饪时间和星级评分的丰富搜索结果资格。
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery?hl=zh-cn
English
rich snippet
A rich snippet is a search result enhanced with additional visual or informational elements—such as star ratings, prices or images—generated from structured data on the page.
Adding review markup helped the recipe page display a rich snippet with star ratings in Google search.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://en.wikipedia.org/wiki/Rich_snippet
Deutsch
Rich Snippet
Ein Rich Snippet ist ein durch zusätzliche visuelle oder inhaltliche Elemente wie Sternebewertungen, Preise oder Bilder angereichertes Suchergebnis, das aus strukturierten Daten der Seite erzeugt wird.
Durch die Auszeichnung mit Bewertungsdaten zeigte Google für die Rezeptseite ein Rich Snippet mit Sternebewertung an.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://de.wikipedia.org/wiki/Rich_Snippet
Français
rich snippet
Un rich snippet est un résultat de recherche enrichi d'éléments visuels ou informatifs supplémentaires—notes en étoiles, prix ou images—générés à partir des données structurées de la page.
L'ajout de balisage d'avis a permis à la page de recette d'afficher un rich snippet avec des étoiles dans les résultats Google.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://fr.wikipedia.org/wiki/Rich_snippet
Italiano
rich snippet
Un rich snippet è un risultato di ricerca arricchito con elementi visivi o informativi aggiuntivi—come valutazioni a stelle, prezzi o immagini—generati dai dati strutturati della pagina.
Aggiungendo il markup delle recensioni, la pagina della ricetta ha mostrato un rich snippet con le stelle nei risultati di Google.
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://it.wikipedia.org/wiki/Rich_snippet
中文
丰富网页摘要
丰富网页摘要是指在搜索结果中通过页面结构化数据生成、附加了星级评分、价格或图片等额外视觉或信息元素的增强型结果。
为菜谱页面添加评价标记后,Google 搜索结果中显示了带星级评分的丰富网页摘要。
  • https://developers.google.com/search/docs/appearance/structured-data/search-gallery
  • https://zh.wikipedia.org/wiki/丰富网页摘要
English
robots.txt
A plain text file placed in the root directory of a website that instructs web crawlers which URLs they may or may not access, following the Robots Exclusion Protocol.
Adding a Disallow rule to robots.txt prevented Googlebot from crawling the admin directory.
  • https://developers.google.com/search/docs/crawling-indexing/robots/intro
  • https://www.rfc-editor.org/rfc/rfc9309.html
Deutsch
robots.txt
Eine Textdatei im Stammverzeichnis einer Website, die Webcrawlern gemäß dem Robots-Exclusion-Protokoll mitteilt, welche URLs sie aufrufen dürfen und welche nicht.
Durch einen Disallow-Eintrag in der robots.txt wurde der Googlebot vom Crawlen des Admin-Verzeichnisses ausgeschlossen.
  • https://developers.google.com/search/docs/crawling-indexing/robots/intro?hl=de
  • https://de.wikipedia.org/wiki/Robots_Exclusion_Standard
Français
robots.txt
Fichier texte placé à la racine d'un site web qui indique aux robots d'exploration, selon le protocole d'exclusion des robots, quelles URL ils peuvent ou non consulter.
Une règle Disallow dans le fichier robots.txt a empêché Googlebot d'explorer le répertoire d'administration.
  • https://developers.google.com/search/docs/crawling-indexing/robots/intro?hl=fr
  • https://fr.wikipedia.org/wiki/Protocole_d%27exclusion_des_robots
Italiano
robots.txt
File di testo collocato nella directory radice di un sito web che, secondo il protocollo di esclusione robot, indica ai crawler quali URL possono o non possono visitare.
Una regola Disallow nel file robots.txt ha impedito a Googlebot di eseguire la scansione della directory di amministrazione.
  • https://developers.google.com/search/docs/crawling-indexing/robots/intro?hl=it
  • https://it.wikipedia.org/wiki/Protocollo_di_esclusione_robot
中文
robots.txt
放置在网站根目录下的纯文本文件,依据robots排除协议告知网络爬虫哪些URL可以或不可以抓取。
在robots.txt中添加Disallow规则后,Googlebot便不再抓取后台管理目录。
  • https://developers.google.com/search/docs/crawling-indexing/robots/intro?hl=zh-cn
  • https://zh.wikipedia.org/wiki/robots.txt
English
RSS feed
An RSS feed is an XML-based web feed format that allows publishers to syndicate frequently updated content such as blog posts or news articles so users and applications can subscribe to it.
Subscribe to our RSS feed to receive new articles automatically in your feed reader.
  • https://www.rssboard.org/rss-specification
  • https://en.wikipedia.org/wiki/RSS
Deutsch
RSS-Feed
Ein RSS-Feed ist ein XML-basiertes Web-Feed-Format, mit dem Anbieter häufig aktualisierte Inhalte wie Blogbeiträge oder Nachrichten bereitstellen, die Nutzer und Programme abonnieren können.
Abonnieren Sie unseren RSS-Feed, um neue Artikel automatisch in Ihrem Feedreader zu erhalten.
  • https://de.wikipedia.org/wiki/RSS_(Web-Feed)
Français
flux RSS
Un flux RSS est un format de fil web basé sur XML qui permet aux éditeurs de diffuser des contenus fréquemment mis à jour, comme des articles de blog ou d'actualités, auxquels les utilisateurs et applications peuvent s'abonner.
Abonnez-vous à notre flux RSS pour recevoir automatiquement les nouveaux articles dans votre lecteur de flux.
  • https://fr.wikipedia.org/wiki/RSS
Italiano
feed RSS
Un feed RSS è un formato di web feed basato su XML che consente agli editori di distribuire contenuti aggiornati di frequente, come post di blog o notizie, a cui utenti e applicazioni possono iscriversi.
Iscriviti al nostro feed RSS per ricevere automaticamente i nuovi articoli nel tuo lettore di feed.
  • https://it.wikipedia.org/wiki/RSS
中文
RSS 订阅源
RSS 订阅源是一种基于 XML 的网络信息源格式,允许发布者将博客文章、新闻等频繁更新的内容进行聚合,供用户和应用程序订阅。
订阅我们的 RSS 订阅源,即可在阅读器中自动接收最新文章。
  • https://zh.wikipedia.org/wiki/RSS
English
SafeSearch
A filtering feature in search engines that helps block explicit, adult or otherwise inappropriate content from appearing in search results. It can typically be set to filter, blur or show such content.
With SafeSearch turned on, explicit images are automatically filtered out of the results.
  • https://support.google.com/websearch/answer/510
  • https://en.wikipedia.org/wiki/SafeSearch
Deutsch
SafeSearch
Eine Filterfunktion in Suchmaschinen, die explizite, jugendgefährdende oder unangemessene Inhalte aus den Suchergebnissen ausblendet. Sie lässt sich meist auf Filtern, Verwischen oder Anzeigen einstellen.
Bei aktiviertem SafeSearch werden anstößige Bilder automatisch aus den Ergebnissen gefiltert.
  • https://support.google.com/websearch/answer/510?hl=de
  • https://de.wikipedia.org/wiki/SafeSearch
Français
SafeSearch
Fonction de filtrage des moteurs de recherche qui bloque les contenus explicites, pornographiques ou inappropriés dans les résultats. Elle peut généralement filtrer, flouter ou afficher ces contenus.
Lorsque SafeSearch est activé, les images explicites sont automatiquement filtrées des résultats.
  • https://support.google.com/websearch/answer/510?hl=fr
  • https://fr.wikipedia.org/wiki/SafeSearch
Italiano
SafeSearch
Funzione di filtro dei motori di ricerca che blocca i contenuti espliciti, per adulti o inappropriati nei risultati di ricerca. Di solito può filtrare, sfocare o mostrare tali contenuti.
Con SafeSearch attivo, le immagini esplicite vengono filtrate automaticamente dai risultati.
  • https://support.google.com/websearch/answer/510?hl=it
  • https://it.wikipedia.org/wiki/SafeSearch
中文
安全搜索
搜索引擎中的一种过滤功能,用于屏蔽搜索结果中的色情、成人或其他不当内容。通常可设置为过滤、模糊处理或显示此类内容。
开启安全搜索后,露骨的图片会自动从搜索结果中被过滤掉。
  • https://support.google.com/websearch/answer/510?hl=zh-Hans
  • https://zh.wikipedia.org/wiki/SafeSearch
English
schema markup
Structured data code, typically based on the Schema.org vocabulary, added to a web page's HTML to help search engines understand its content. It enables enhanced search results such as rich snippets.
Adding schema markup for recipes can make your pages eligible for rich results with cooking times and ratings.
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data
  • https://schema.org/
Deutsch
Schema-Markup
Strukturierter Datencode auf Basis des Schema.org-Vokabulars, der in den HTML-Code einer Webseite eingefügt wird, damit Suchmaschinen deren Inhalt besser verstehen. Er ermöglicht angereicherte Suchergebnisse wie Rich Snippets.
Durch Schema-Markup für Rezepte können Ihre Seiten in Rich Results mit Kochzeiten und Bewertungen erscheinen.
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=de
  • https://de.wikipedia.org/wiki/Schema.org
Français
balisage schema
Code de données structurées, généralement fondé sur le vocabulaire Schema.org, ajouté au code HTML d'une page web pour aider les moteurs de recherche à en comprendre le contenu. Il permet d'obtenir des résultats enrichis comme les rich snippets.
Ajouter un balisage schema pour les recettes rend vos pages éligibles aux résultats enrichis affichant temps de cuisson et notes.
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=fr
  • https://schema.org/
Italiano
markup schema
Codice di dati strutturati, in genere basato sul vocabolario Schema.org, aggiunto al codice HTML di una pagina web per aiutare i motori di ricerca a comprenderne il contenuto. Consente risultati arricchiti come i rich snippet.
Aggiungere il markup schema per le ricette rende le pagine idonee ai risultati avanzati con tempi di cottura e valutazioni.
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=it
  • https://schema.org/
中文
结构化数据标记
基于 Schema.org 词汇表添加到网页 HTML 中的结构化数据代码,帮助搜索引擎理解页面内容,从而生成丰富网页摘要等增强型搜索结果。
为食谱添加结构化数据标记后,页面就有资格在搜索结果中显示烹饪时间和评分等富媒体信息。
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=zh-cn
  • https://schema.org/
English
Schema.org
A collaborative vocabulary of structured data types and properties that webmasters use to mark up web content so search engines can better understand it. It is maintained by a community founded by Google, Microsoft, Yahoo and Yandex.
By adding Schema.org markup to their recipe pages, the site enabled rich results in Google Search.
  • https://schema.org/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data
Deutsch
Schema.org
Ein gemeinschaftlich gepflegtes Vokabular aus strukturierten Datentypen und Eigenschaften, mit dem Webseitenbetreiber Inhalte auszeichnen, damit Suchmaschinen sie besser verstehen. Es wird von einer von Google, Microsoft, Yahoo und Yandex gegründeten Community betreut.
Durch das Hinzufügen von Schema.org-Markup zu den Rezeptseiten ermöglichte die Website Rich Results in der Google-Suche.
  • https://schema.org/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=de
Français
Schema.org
Un vocabulaire collaboratif de types et propriétés de données structurées permettant aux webmasters de baliser le contenu afin que les moteurs de recherche le comprennent mieux. Il est géré par une communauté fondée par Google, Microsoft, Yahoo et Yandex.
En ajoutant du balisage Schema.org à ses pages de recettes, le site a activé les résultats enrichis dans la recherche Google.
  • https://schema.org/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=fr
Italiano
Schema.org
Un vocabolario collaborativo di tipi e proprietà di dati strutturati usato dai webmaster per marcare i contenuti in modo che i motori di ricerca li comprendano meglio. È gestito da una community fondata da Google, Microsoft, Yahoo e Yandex.
Aggiungendo il markup Schema.org alle pagine delle ricette, il sito ha abilitato i risultati avanzati nella Ricerca Google.
  • https://schema.org/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=it
中文
Schema.org
一套由社区协作维护的结构化数据类型和属性词汇表,网站管理员用它标记网页内容,以便搜索引擎更好地理解。该词汇表由 Google、Microsoft、Yahoo 和 Yandex 共同发起的社区维护。
通过在食谱页面中添加 Schema.org 标记,该网站在 Google 搜索中启用了丰富搜索结果。
  • https://schema.org/
  • https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=zh-cn
English
scraping
The automated extraction of data or content from websites, typically using bots or scripts that parse HTML pages. In a security and privacy context it often refers to unauthorized or large-scale harvesting of publicly visible or protected data.
The company deployed rate limiting to prevent scraping of user profiles by malicious bots.
  • https://en.wikipedia.org/wiki/Web_scraping
  • https://developers.google.com/search/docs/essentials/spam-policies
Deutsch
Scraping
Das automatisierte Auslesen und Extrahieren von Daten oder Inhalten aus Websites, meist mittels Bots oder Skripten, die HTML-Seiten auswerten. Im Sicherheits- und Datenschutzkontext bezeichnet es oft das unbefugte oder massenhafte Abgreifen von Daten.
Das Unternehmen setzte eine Ratenbegrenzung ein, um das Scraping von Nutzerprofilen durch schädliche Bots zu verhindern.
  • https://de.wikipedia.org/wiki/Screen_Scraping
Français
scraping
Extraction automatisée de données ou de contenus à partir de sites web, généralement au moyen de robots ou de scripts analysant les pages HTML. Dans un contexte de sécurité et de confidentialité, il désigne souvent la collecte non autorisée ou massive de données.
L'entreprise a mis en place une limitation de débit pour empêcher le scraping des profils d'utilisateurs par des robots malveillants.
  • https://fr.wikipedia.org/wiki/Web_scraping
Italiano
scraping
Estrazione automatizzata di dati o contenuti da siti web, generalmente tramite bot o script che analizzano le pagine HTML. In ambito sicurezza e privacy indica spesso la raccolta non autorizzata o massiva di dati.
L'azienda ha introdotto un limite di frequenza per impedire lo scraping dei profili utente da parte di bot malevoli.
  • https://it.wikipedia.org/wiki/Web_scraping
中文
网页抓取
指利用机器人或脚本自动解析 HTML 页面,从网站中提取数据或内容的过程。在安全与隐私语境中,常指未经授权或大规模地采集公开或受保护的数据。
该公司部署了速率限制,以防止恶意机器人抓取用户资料。
  • https://zh.wikipedia.org/wiki/%E7%B6%B2%E9%A0%81%E6%93%B7%E5%8F%96
English
screen reader
Assistive software that renders text and interface elements as synthesized speech or Braille, enabling blind or visually impaired users to operate a computer or web application.
Semantic HTML and proper ARIA labels ensure that a screen reader can announce form fields correctly.
  • https://www.w3.org/WAI/people-use-web/tools-techniques/
  • https://en.wikipedia.org/wiki/Screen_reader
Deutsch
Screenreader
Assistive Software, die Text und Bedienelemente als synthetische Sprache oder Braille ausgibt und blinden oder sehbehinderten Nutzern die Bedienung von Computer und Webanwendungen ermöglicht.
Durch semantisches HTML und korrekte ARIA-Labels kann ein Screenreader Formularfelder richtig vorlesen.
  • https://de.wikipedia.org/wiki/Screenreader
  • https://www.w3.org/WAI/people-use-web/tools-techniques/
Français
lecteur d'écran
Logiciel d'assistance qui restitue le texte et les éléments d'interface sous forme de synthèse vocale ou en braille, permettant aux personnes aveugles ou malvoyantes d'utiliser un ordinateur ou une application web.
Un code HTML sémantique et des attributs ARIA corrects permettent au lecteur d'écran d'annoncer correctement les champs de formulaire.
  • https://fr.wikipedia.org/wiki/Lecteur_d%27%C3%A9cran
  • https://www.w3.org/WAI/people-use-web/tools-techniques/
Italiano
screen reader
Software assistivo che converte testo ed elementi dell'interfaccia in sintesi vocale o Braille, consentendo alle persone cieche o ipovedenti di utilizzare un computer o un'applicazione web.
Un HTML semantico e attributi ARIA corretti permettono allo screen reader di annunciare correttamente i campi del modulo.
  • https://it.wikipedia.org/wiki/Screen_reader
  • https://www.w3.org/WAI/people-use-web/tools-techniques/
中文
屏幕阅读器
一种辅助软件,将文本和界面元素转换为合成语音或盲文输出,使盲人或视障用户能够操作计算机及网页应用。
语义化的 HTML 和正确的 ARIA 标签能让屏幕阅读器准确朗读表单字段。
  • https://zh.wikipedia.org/wiki/%E8%9E%A2%E5%B9%95%E9%96%B1%E8%AE%80%E5%99%A8
  • https://www.w3.org/WAI/people-use-web/tools-techniques/
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
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
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/网站分析
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
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
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
English
search bar
A text input field, usually placed prominently in a website or app interface, that allows users to enter queries to search content. It typically includes a submit button or magnifier icon.
Placing the search bar in the header improved on-site query volume and conversion.
  • https://en.wikipedia.org/wiki/Search_box
Deutsch
Suchleiste
Ein meist prominent platziertes Texteingabefeld in einer Website oder App, über das Nutzer Suchanfragen eingeben können. Häufig ergänzt durch einen Absenden-Button oder ein Lupensymbol.
Eine gut sichtbare Suchleiste im Header erhöht die Zahl der internen Suchanfragen und die Conversion.
  • https://de.wikipedia.org/wiki/Suchfeld
Français
barre de recherche
Champ de saisie de texte, généralement placé bien en vue dans une interface web ou d'application, permettant aux utilisateurs de saisir des requêtes pour effectuer une recherche. Souvent accompagné d'un bouton d'envoi ou d'une icône loupe.
Une barre de recherche visible dans l'en-tête augmente le volume de recherches internes et le taux de conversion.
  • https://fr.wikipedia.org/wiki/Bo%C3%AEte_de_recherche
Italiano
barra di ricerca
Campo di immissione testo, di solito collocato in posizione visibile in un'interfaccia web o app, che consente agli utenti di inserire query per effettuare ricerche. Spesso include un pulsante di invio o un'icona a lente d'ingrandimento.
Una barra di ricerca ben visibile nell'header aumenta il volume delle ricerche interne e il tasso di conversione.
  • https://it.wikipedia.org/wiki/Casella_di_ricerca
中文
搜索栏
网站或应用界面中通常位于醒目位置的文本输入框,供用户输入查询词进行搜索,一般配有提交按钮或放大镜图标。
将搜索栏放在页眉的醒目位置提升了站内搜索量和转化率。
  • https://zh.wikipedia.org/wiki/%E6%90%9C%E7%B4%A2%E6%A1%86
English
search engine
A software system that crawls, indexes and retrieves web content to return ranked results in response to a user query.
Google is the most widely used search engine worldwide.
  • https://en.wikipedia.org/wiki/Search_engine
  • https://developers.google.com/search/docs
Deutsch
Suchmaschine
Ein Softwaresystem, das Webinhalte crawlt, indexiert und als gerankte Trefferliste auf eine Nutzeranfrage hin ausliefert.
Google ist die weltweit meistgenutzte Suchmaschine.
  • https://de.wikipedia.org/wiki/Suchmaschine
Français
moteur de recherche
Système logiciel qui explore, indexe et restitue des contenus web sous forme de résultats classés en réponse à une requête d'utilisateur.
Google est le moteur de recherche le plus utilisé au monde.
  • https://fr.wikipedia.org/wiki/Moteur_de_recherche
Italiano
motore di ricerca
Sistema software che esegue il crawling, indicizza e restituisce contenuti web sotto forma di risultati ordinati in risposta a una query dell'utente.
Google è il motore di ricerca più utilizzato al mondo.
  • https://it.wikipedia.org/wiki/Motore_di_ricerca
中文
搜索引擎
一种通过抓取、索引和检索网页内容,针对用户查询返回排序结果的软件系统。
谷歌是全球使用最广泛的搜索引擎。
  • https://zh.wikipedia.org/wiki/搜索引擎
English
search engine market share
The proportion of total web searches handled by a particular search engine, usually expressed as a percentage of the overall search market.
Google's search engine market share consistently exceeds 90% in most regions worldwide.
  • https://gs.statcounter.com/search-engine-market-share
Deutsch
Suchmaschinen-Marktanteil
Der Anteil aller Websuchen, der von einer bestimmten Suchmaschine bearbeitet wird, üblicherweise als Prozentwert des gesamten Suchmarktes angegeben.
Der Suchmaschinen-Marktanteil von Google liegt in den meisten Regionen konstant über 90%.
  • https://gs.statcounter.com/search-engine-market-share
Français
part de marché des moteurs de recherche
Proportion de l'ensemble des recherches web traitées par un moteur de recherche donné, généralement exprimée en pourcentage du marché total de la recherche.
La part de marché de Google parmi les moteurs de recherche dépasse constamment 90% dans la plupart des régions.
  • https://gs.statcounter.com/search-engine-market-share
Italiano
quota di mercato dei motori di ricerca
La percentuale del totale delle ricerche web gestite da un determinato motore di ricerca, generalmente espressa come quota dell'intero mercato della ricerca.
La quota di mercato di Google tra i motori di ricerca supera costantemente il 90% nella maggior parte delle regioni.
  • https://gs.statcounter.com/search-engine-market-share
中文
搜索引擎市场份额
特定搜索引擎处理的网络搜索占全部搜索的比例,通常以整个搜索市场的百分比表示。
在大多数地区,谷歌的搜索引擎市场份额持续超过90%。
  • https://gs.statcounter.com/search-engine-market-share
English
search engine marketing
Search engine marketing (SEM) is a form of digital marketing that increases a website's visibility on search engine results pages, primarily through paid advertising such as pay-per-click campaigns.
The company invested heavily in search engine marketing to appear at the top of Google's paid results for its target keywords.
  • https://en.wikipedia.org/wiki/Search_engine_marketing
  • https://support.google.com/google-ads/answer/6146252
Deutsch
Suchmaschinenmarketing
Suchmaschinenmarketing (SEM) umfasst alle Massnahmen zur Steigerung der Sichtbarkeit einer Website auf Suchergebnisseiten, insbesondere durch bezahlte Werbung wie Klickpreis-Kampagnen.
Das Unternehmen setzte auf Suchmaschinenmarketing, um bei relevanten Keywords ganz oben in den bezahlten Google-Anzeigen zu erscheinen.
  • https://de.wikipedia.org/wiki/Suchmaschinenmarketing
Français
marketing sur les moteurs de recherche
Le marketing sur les moteurs de recherche (SEM) regroupe les techniques visant à accroître la visibilité d'un site web sur les pages de résultats, principalement au moyen de publicités payantes de type coût par clic.
L'entreprise a misé sur le marketing sur les moteurs de recherche pour figurer en tête des annonces payantes de Google.
  • https://fr.wikipedia.org/wiki/Marketing_des_moteurs_de_recherche
Italiano
search engine marketing
Il search engine marketing (SEM) comprende le attività di marketing digitale volte ad aumentare la visibilità di un sito web nelle pagine dei risultati, soprattutto tramite pubblicità a pagamento come le campagne pay-per-click.
L'azienda ha investito nel search engine marketing per comparire in cima agli annunci a pagamento di Google.
  • https://it.wikipedia.org/wiki/Search_engine_marketing
中文
搜索引擎营销
搜索引擎营销(SEM)是一种数字营销方式,通过付费广告(如按点击付费的竞价广告)提升网站在搜索结果页面中的可见度。
该公司大力投入搜索引擎营销,以便在目标关键词的谷歌付费广告中排名靠前。
  • https://zh.wikipedia.org/wiki/搜尋引擎行銷
English
search engine optimization
Search engine optimization (SEO) is the practice of improving a website's technical setup, content and authority to increase its visibility and ranking in the organic results of search engines.
The agency focused on search engine optimization to boost the site's organic traffic without paid ads.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Suchmaschinenoptimierung
Suchmaschinenoptimierung (SEO) bezeichnet Massnahmen zur Verbesserung der Sichtbarkeit und Platzierung einer Website in den organischen Ergebnissen von Suchmaschinen.
Durch gezielte Suchmaschinenoptimierung stieg die Website in den organischen Google-Ergebnissen deutlich nach oben.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
optimisation pour les moteurs de recherche
L'optimisation pour les moteurs de recherche (SEO) désigne l'ensemble des techniques visant à améliorer la visibilité et le classement d'un site dans les résultats naturels des moteurs de recherche.
Grâce à l'optimisation pour les moteurs de recherche, le site a gagné plusieurs positions dans les résultats organiques.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
ottimizzazione per i motori di ricerca
L'ottimizzazione per i motori di ricerca (SEO) è l'insieme delle attività volte a migliorare la visibilità e il posizionamento di un sito nei risultati organici dei motori di ricerca.
Con una corretta ottimizzazione per i motori di ricerca il sito ha scalato le posizioni nei risultati organici di Google.
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
搜索引擎优化
搜索引擎优化(SEO)是通过优化网站的技术结构、内容和权威性,以提升其在搜索引擎自然结果中可见度和排名的实践。
该团队通过搜索引擎优化显著提升了网站在谷歌自然搜索结果中的排名。
  • https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
English
Search Generative Experience
Google's experimental AI-powered search feature that generates conversational, synthesized answers at the top of the results page using generative AI. It was the predecessor to and later evolved into AI Overviews.
The Search Generative Experience displayed an AI-generated summary above the traditional blue links for the user's query.
  • https://blog.google/products/search/generative-ai-search/
  • https://en.wikipedia.org/wiki/Google_Search#AI_Overviews
Deutsch
Search Generative Experience
Googles experimentelle, KI-gestützte Suchfunktion, die mithilfe generativer KI zusammengefasste, dialogorientierte Antworten oberhalb der Ergebnisliste erzeugt. Sie war der Vorläufer der AI Overviews.
Die Search Generative Experience zeigte eine KI-generierte Zusammenfassung über den klassischen Suchergebnissen an.
  • https://blog.google/products/search/generative-ai-search/
  • https://de.wikipedia.org/wiki/Google_Suche
Français
Search Generative Experience
Fonctionnalité de recherche expérimentale de Google reposant sur l'IA générative, qui produit des réponses synthétisées et conversationnelles en haut de la page de résultats. Elle a précédé les AI Overviews.
La Search Generative Experience affichait un résumé généré par IA au-dessus des liens de recherche classiques.
  • https://blog.google/products/search/generative-ai-search/
  • https://fr.wikipedia.org/wiki/Google_Search
Italiano
Search Generative Experience
Funzionalità di ricerca sperimentale di Google basata sull'IA generativa, che produce risposte sintetiche e conversazionali nella parte superiore della pagina dei risultati. È stata il precursore degli AI Overviews.
La Search Generative Experience mostrava un riassunto generato dall'IA sopra i risultati di ricerca tradizionali.
  • https://blog.google/products/search/generative-ai-search/
  • https://it.wikipedia.org/wiki/Google_Search
中文
搜索生成体验
谷歌推出的实验性人工智能搜索功能,利用生成式AI在搜索结果页面顶部生成综合性、对话式的答案。它是AI概览(AI Overviews)的前身。
搜索生成体验在传统搜索链接上方显示由人工智能生成的摘要。
  • https://blog.google/products/search/generative-ai-search/
  • https://zh.wikipedia.org/wiki/Google搜索