Deutsch
Rendering
Der Vorgang, bei dem ein Browser oder eine Suchmaschine HTML, CSS und JavaScript in die sichtbare und strukturelle Darstellung einer Webseite umwandelt. Im SEO bestimmt das Rendering, welche Inhalte und Links eine Suchmaschine letztlich sieht und indexiert.
Da die Produktlisten per JavaScript geladen werden, muss Google das Rendering abschließen, bevor es sie indexieren kann.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=de
- https://de.wikipedia.org/wiki/Rendern
English
rendering
The process by which a browser or search engine converts HTML, CSS and JavaScript into the visual and structural representation of a web page. In SEO, rendering determines what content and links a search engine ultimately sees and indexes.
Because the product listings are loaded via JavaScript, Google must complete rendering before it can index them.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
Français
rendu
Processus par lequel un navigateur ou un moteur de recherche convertit le HTML, le CSS et le JavaScript en la représentation visuelle et structurelle d'une page web. En SEO, le rendu détermine le contenu et les liens qu'un moteur de recherche voit et indexe finalement.
Comme les listes de produits sont chargées via JavaScript, Google doit terminer le rendu avant de pouvoir les indexer.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=fr
- https://fr.wikipedia.org/wiki/Rendu_(informatique)
Italiano
rendering
Processo mediante il quale un browser o un motore di ricerca converte HTML, CSS e JavaScript nella rappresentazione visiva e strutturale di una pagina web. Nella SEO il rendering determina quali contenuti e link un motore di ricerca vede e indicizza in definitiva.
Poiché gli elenchi di prodotti vengono caricati tramite JavaScript, Google deve completare il rendering prima di poterli indicizzare.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=it
- https://it.wikipedia.org/wiki/Rendering
中文
渲染
浏览器或搜索引擎将 HTML、CSS 和 JavaScript 转换为网页可视化和结构化呈现的过程。在 SEO 中,渲染决定了搜索引擎最终能看到并索引哪些内容和链接。
由于产品列表通过 JavaScript 加载,谷歌必须完成渲染后才能对其进行索引。
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=zh-cn
- https://zh.wikipedia.org/wiki/渲染
Deutsch
Reranking
Reranking bezeichnet einen zweistufigen Retrieval-Prozess, bei dem eine anfängliche Menge von Kandidatendokumenten durch ein präziseres Modell, meist einen Cross-Encoder, neu sortiert wird, um die Relevanzreihenfolge zu verbessern. Es kommt häufig in Suchsystemen und RAG-Pipelines zum Einsatz.
Nachdem die Vektorsuche 100 Kandidaten geliefert hatte, ordnete das Reranking-Modell sie so um, dass die relevantesten Passagen zuerst erschienen.
- https://de.wikipedia.org/wiki/Learning_to_Rank
English
reranking
Reranking is a second-stage retrieval process in which an initial set of candidate documents is reordered by a more precise model, typically a cross-encoder, to improve relevance ranking. It is widely used in search and retrieval-augmented generation pipelines.
After the vector search returned 100 candidates, the reranking model reordered them so the most relevant passages appeared first.
- https://en.wikipedia.org/wiki/Learning_to_rank
- https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-reranking.html
Français
reranking
Le reranking désigne un processus de recherche en deux étapes dans lequel un ensemble initial de documents candidats est réordonné par un modèle plus précis, généralement un cross-encoder, afin d'améliorer le classement par pertinence. Il est couramment utilisé dans les moteurs de recherche et les pipelines RAG.
Une fois que la recherche vectorielle a renvoyé 100 candidats, le modèle de reranking les a réordonnés pour faire apparaître d'abord les passages les plus pertinents.
- https://fr.wikipedia.org/wiki/Apprentissage_de_l%27ordonnancement
Italiano
reranking
Il reranking indica un processo di recupero a due fasi in cui un insieme iniziale di documenti candidati viene riordinato da un modello più preciso, tipicamente un cross-encoder, per migliorare l'ordinamento per rilevanza. È ampiamente usato nei motori di ricerca e nelle pipeline RAG.
Dopo che la ricerca vettoriale ha restituito 100 candidati, il modello di reranking li ha riordinati mostrando per primi i passaggi più rilevanti.
- https://it.wikipedia.org/wiki/Learning_to_rank
中文
重排序
重排序是一种两阶段检索过程,指对初步检索返回的候选文档集合,使用更精确的模型(通常是交叉编码器)重新排序,以提升相关性排名。它广泛应用于搜索系统和检索增强生成(RAG)流程中。
向量检索返回100个候选结果后,重排序模型对它们重新排序,使最相关的段落排在最前面。
- https://zh.wikipedia.org/wiki/%E6%8E%92%E5%BA%8F%E5%AD%A6%E4%B9%A0
Deutsch
Responsive Design
Ein Ansatz im Webdesign, bei dem sich Layout und Inhalte über fluide Raster, flexible Bilder und CSS-Media-Queries automatisch an Bildschirmgrösse und Gerät anpassen. Eine einzige Website mit einer URL und einem HTML bedient dabei alle Geräte.
Dank Responsive Design wird der Onlineshop auf Desktop, Tablet und Smartphone gleichermassen gut dargestellt.
- https://developer.mozilla.org/de/docs/Learn/CSS/CSS_layout/Responsive_Design
- https://developers.google.com/search/docs/crawling-indexing/mobile/responsive-design?hl=de
English
responsive design
A web design approach in which layout and content automatically adapt to the screen size and capabilities of the device using fluid grids, flexible images and CSS media queries. It ensures a single site serves all devices with one URL and HTML.
Thanks to responsive design, the online shop renders equally well on desktop, tablet and smartphone.
- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design
- https://developers.google.com/search/docs/crawling-indexing/mobile/responsive-design
Français
responsive design
Approche de conception web dans laquelle la mise en page et le contenu s'adaptent automatiquement à la taille de l'écran et aux capacités de l'appareil grâce à des grilles fluides, des images flexibles et des media queries CSS. Un seul site avec une seule URL et un seul HTML dessert tous les appareils.
Grâce au responsive design, la boutique en ligne s'affiche parfaitement sur ordinateur, tablette et smartphone.
- https://developer.mozilla.org/fr/docs/Learn/CSS/CSS_layout/Responsive_Design
- https://developers.google.com/search/docs/crawling-indexing/mobile/responsive-design?hl=fr
Italiano
responsive design
Approccio di web design in cui layout e contenuti si adattano automaticamente alle dimensioni dello schermo e alle capacità del dispositivo tramite griglie fluide, immagini flessibili e media query CSS. Un unico sito con un solo URL e un solo HTML serve tutti i dispositivi.
Grazie al responsive design, il negozio online si visualizza correttamente su desktop, tablet e smartphone.
- https://developer.mozilla.org/it/docs/Learn/CSS/CSS_layout/Responsive_Design
- https://developers.google.com/search/docs/crawling-indexing/mobile/responsive-design?hl=it
中文
响应式设计
一种网页设计方法,通过流式网格、弹性图片和 CSS 媒体查询,使布局和内容自动适应设备的屏幕尺寸和特性。单一网站使用同一个 URL 和 HTML 即可服务所有设备。
得益于响应式设计,该在线商城在桌面端、平板和手机上均能良好显示。
- https://developers.google.com/search/docs/crawling-indexing/mobile/responsive-design?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E5%93%8D%E5%BA%94%E5%BC%8F%E7%BD%91%E9%A1%B5%E8%AE%BE%E8%AE%A1
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
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
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
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
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
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
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
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
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/检索增强生成
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
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
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/广告支出回报率
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
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
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/反向代理
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/
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/
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/
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
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
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/丰富网页摘要
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
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
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
Deutsch
Rich-Suchergebnis für Rezepte
Ein Rich-Suchergebnis in der Google-Suche, das Kochrezepte mit erweiterten Details wie Bild, Bewertung, Anzahl der Rezensionen, Zubereitungszeit und Kalorien anzeigt und aus strukturierten Recipe-Daten erzeugt wird.
Durch das Hinzufügen gültiger Recipe-Markup-Daten wurde die Seite für ein Rich-Suchergebnis für Rezepte mit Sternebewertung und Zubereitungszeit qualifiziert.
- https://developers.google.com/search/docs/appearance/structured-data/recipe?hl=de
English
recipe rich result
A rich result on Google Search that displays cooking recipes with enhanced details such as an image, rating, review count, cooking time and calories, generated from structured Recipe markup.
By adding valid Recipe schema markup, the page became eligible for a recipe rich result showing star ratings and cooking time in Google Search.
- https://developers.google.com/search/docs/appearance/structured-data/recipe
Français
résultat enrichi de recette
Résultat enrichi dans la recherche Google qui affiche des recettes de cuisine avec des détails supplémentaires tels qu'une image, une note, le nombre d'avis, le temps de préparation et les calories, généré à partir de données structurées Recipe.
En ajoutant un balisage Recipe valide, la page est devenue éligible à un résultat enrichi de recette affichant des notes et le temps de cuisson.
- https://developers.google.com/search/docs/appearance/structured-data/recipe?hl=fr
Italiano
risultato avanzato per ricetta
Risultato avanzato nella Ricerca Google che mostra ricette di cucina con dettagli aggiuntivi come immagine, valutazione, numero di recensioni, tempo di preparazione e calorie, generato da dati strutturati Recipe.
Aggiungendo un markup Recipe valido, la pagina è diventata idonea a un risultato avanzato per ricetta con valutazione a stelle e tempo di cottura.
- https://developers.google.com/search/docs/appearance/structured-data/recipe?hl=it
中文
食谱丰富搜索结果
Google 搜索中的一种丰富搜索结果,通过结构化 Recipe 数据展示烹饪食谱,包含图片、评分、评价数量、烹饪时间和卡路里等增强信息。
通过添加有效的 Recipe 结构化数据标记,该页面有资格显示带有星级评分和烹饪时间的食谱丰富搜索结果。
- https://developers.google.com/search/docs/appearance/structured-data/recipe?hl=zh-cn
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
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
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
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)
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
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
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
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
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
Deutsch
saisonaler Content
Inhalte, die auf wiederkehrende Suchnachfrage zu bestimmten Zeiten des Jahres abzielen, etwa Feiertage, Events oder Verkaufssaisons. Sie werden meist rechtzeitig vor dem Nachfragehöhepunkt veröffentlicht oder aktualisiert.
Der Online-Shop veröffentlicht jeden Oktober saisonalen Content zu Black-Friday-Angeboten, um vor dem Nachfragehoch zu ranken.
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
seasonal content
Content created to target search demand that recurs at specific times of the year, such as holidays, events or shopping seasons. It is typically published or updated ahead of the peak to capture rising interest.
The retailer publishes seasonal content about Black Friday deals every October to rank before demand peaks.
- https://developers.google.com/search/docs/appearance/publication-dates
Français
contenu saisonnier
Contenu créé pour répondre à une demande de recherche récurrente à certaines périodes de l'année, comme les fêtes, les événements ou les saisons commerciales. Il est généralement publié ou mis à jour avant le pic de demande.
Le site marchand publie chaque octobre un contenu saisonnier sur les offres du Black Friday afin de se positionner avant le pic.
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
contenuto stagionale
Contenuto creato per intercettare una domanda di ricerca ricorrente in periodi specifici dell'anno, come festività, eventi o stagioni commerciali. Viene di norma pubblicato o aggiornato prima del picco di domanda.
Il negozio online pubblica ogni ottobre contenuti stagionali sulle offerte del Black Friday per posizionarsi prima del picco.
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
季节性内容
针对一年中特定时段(如节假日、活动或购物季)反复出现的搜索需求而创建的内容。通常在需求高峰前发布或更新,以抢占上升的关注度。
该电商每年十月发布关于黑色星期五优惠的季节性内容,以便在需求高峰前获得排名。
- https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Schadsoftware
Schadsoftware bezeichnet Programme, die absichtlich entwickelt wurden, um Computersysteme, Netzwerke oder Daten zu schädigen, zu stören oder unbefugten Zugriff zu erlangen. Der Begriff umfasst Viren, Würmer, Trojaner, Ransomware und Spyware.
Der Sicherheitsscanner stufte den Download als Schadsoftware ein und stellte die Datei automatisch unter Quarantäne.
- https://de.wikipedia.org/wiki/Schadprogramm
- https://www.bsi.bund.de/DE/Themen/Verbraucherinnen-und-Verbraucher/Cyber-Sicherheitslage/Methoden-der-Cyber-Kriminalitaet/Schadprogramme/schadprogramme_node.html
English
malware
Malware is software intentionally designed to damage, disrupt, or gain unauthorized access to computer systems, networks, or data. The term covers viruses, worms, trojans, ransomware, spyware, and similar malicious code.
The security scanner flagged the download as malware and quarantined the file automatically.
- https://en.wikipedia.org/wiki/Malware
- https://developers.google.com/search/docs/monitor-debug/security/malware
Français
logiciel malveillant
Un logiciel malveillant est un programme conçu intentionnellement pour endommager, perturber ou accéder sans autorisation à des systèmes informatiques, des réseaux ou des données. Le terme englobe virus, vers, chevaux de Troie, rançongiciels et logiciels espions.
L'analyseur de sécurité a identifié le téléchargement comme un logiciel malveillant et a mis le fichier en quarantaine.
- https://fr.wikipedia.org/wiki/Logiciel_malveillant
- https://developers.google.com/search/docs/monitor-debug/security/malware?hl=fr
Italiano
malware
Il malware è software progettato intenzionalmente per danneggiare, interrompere o ottenere accesso non autorizzato a sistemi informatici, reti o dati. Il termine comprende virus, worm, trojan, ransomware e spyware.
Lo scanner di sicurezza ha classificato il download come malware e ha messo il file in quarantena automaticamente.
- https://it.wikipedia.org/wiki/Malware
- https://developers.google.com/search/docs/monitor-debug/security/malware?hl=it
中文
恶意软件
恶意软件是指故意设计用于破坏、干扰计算机系统、网络或数据,或未经授权获取访问权限的软件。该术语涵盖病毒、蠕虫、木马、勒索软件和间谍软件等。
安全扫描程序将该下载标记为恶意软件,并自动隔离了文件。
- https://zh.wikipedia.org/wiki/恶意软件
- https://developers.google.com/search/docs/monitor-debug/security/malware?hl=zh-cn
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
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
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
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
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/
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/
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
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
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
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/
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
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/
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
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
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/网站分析
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
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
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搜索
Deutsch
Search Merchandising
Die gezielte Steuerung und Optimierung von Suchergebnissen in einem Onlineshop, um bestimmte Produkte hervorzuheben, Geschäftsziele zu fördern und die Conversion zu steigern. Sie verbindet Relevanz-Ranking mit manueller oder regelbasierter Produktplatzierung.
Mithilfe von Search Merchandising platzierte der Händler seine margenstarken Sneaker ganz oben bei der Suche nach "Laufschuhe".
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/
English
search merchandising
The practice of curating and influencing search results on an e-commerce site to promote specific products, boost business goals and improve conversion. It combines relevance ranking with manual or rule-based product placement.
Using search merchandising, the retailer pinned its high-margin sneakers to the top of results for the query "running shoes".
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/
Français
search merchandising
Pratique consistant à orchestrer et optimiser les résultats de recherche d'un site e-commerce afin de mettre en avant certains produits, servir des objectifs commerciaux et améliorer la conversion. Elle combine classement par pertinence et placement manuel ou basé sur des règles.
Grâce au search merchandising, le distributeur a épinglé ses baskets à forte marge en tête des résultats pour la requête « chaussures de running ».
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/
Italiano
search merchandising
Pratica di gestione e ottimizzazione dei risultati di ricerca in un sito e-commerce per promuovere prodotti specifici, favorire obiettivi di business e migliorare la conversione. Combina il ranking per pertinenza con il posizionamento manuale o basato su regole.
Grazie al search merchandising, il rivenditore ha fissato le sue sneaker ad alto margine in cima ai risultati per la query "scarpe da running".
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/
中文
搜索营销陈列
在电商网站中对搜索结果进行策划和优化,以突出特定商品、推动业务目标并提升转化率的做法。它将相关性排序与人工或基于规则的商品排序相结合。
借助搜索营销陈列,零售商在搜索"跑鞋"时将高利润运动鞋置顶展示。
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/
Deutsch
Search Quality Rater
Ein von Google beauftragter menschlicher Prüfer, der die Qualität und Relevanz von Suchergebnissen anhand veröffentlichter Richtlinien bewertet, ohne das Ranking direkt zu beeinflussen. Die Bewertungen dienen der Verbesserung der Suchalgorithmen.
Search Quality Rater beurteilen anhand der E-E-A-T-Kriterien, ob eine Seite vertrauenswürdig ist.
- https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
search quality rater
A contracted human evaluator who assesses the quality and relevance of search results according to Google's published guidelines, without directly changing rankings. Their feedback is used to test and improve Google's ranking algorithms.
Search quality raters apply the E-E-A-T criteria when judging whether a page is trustworthy.
- https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf
- https://developers.google.com/search/blog/2022/12/google-raters-guidelines-e-e-a-t
Français
search quality rater
Évaluateur humain mandaté par Google qui juge la qualité et la pertinence des résultats de recherche selon des consignes publiées, sans modifier directement le classement. Ses évaluations servent à améliorer les algorithmes de recherche.
Les search quality raters s'appuient sur les critères E-E-A-T pour juger de la fiabilité d'une page.
- https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf
Italiano
search quality rater
Valutatore umano incaricato da Google che giudica la qualità e la pertinenza dei risultati di ricerca in base a linee guida pubblicate, senza modificare direttamente il ranking. Le valutazioni servono a migliorare gli algoritmi di ricerca.
I search quality rater applicano i criteri E-E-A-T per valutare l'affidabilità di una pagina.
- https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf
中文
搜索质量评估员
由 Google 委托的人工评估员,依据公开的评估指南判断搜索结果的质量与相关性,但不会直接改变排名。其评估结果用于测试和改进搜索排名算法。
搜索质量评估员依据 E-E-A-T 标准来判断一个网页是否值得信任。
- https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf