中文
服务器端渲染
一种在服务器上为每个请求生成网页 HTML 并将完全渲染好的页面发送给客户端的技术,而非在浏览器中通过 JavaScript 构建页面。它可以改善首次加载性能,并使内容更易于被搜索引擎爬虫抓取和索引。
通过改用服务器端渲染,团队确保 Googlebot 无需执行 JavaScript 即可为产品页面建立索引。
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=zh-cn
- https://web.dev/articles/rendering-on-the-web
English
server-side rendering
A technique in which the HTML of a web page is generated on the server for each request and sent fully rendered to the client, rather than being built in the browser via JavaScript. It improves initial load performance and makes content readily available to search engine crawlers.
By switching to server-side rendering, the team ensured that Googlebot could index the product pages without executing JavaScript.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
Deutsch
Server-side Rendering
Verfahren, bei dem das HTML einer Webseite serverseitig für jede Anfrage erzeugt und fertig gerendert an den Client ausgeliefert wird, statt es im Browser per JavaScript aufzubauen. Es verbessert die anfängliche Ladezeit und erleichtert Suchmaschinen-Crawlern die Indexierung der Inhalte.
Durch die Umstellung auf Server-side Rendering konnte der Googlebot die Produktseiten ohne Ausführung von JavaScript indexieren.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=de
- https://de.wikipedia.org/wiki/Serverseitiges_Rendern
Français
server-side rendering
Technique consistant à générer le HTML d'une page web côté serveur pour chaque requête, puis à l'envoyer entièrement rendu au client, plutôt que de le construire dans le navigateur via JavaScript. Elle améliore le temps de chargement initial et facilite l'indexation du contenu par les robots des moteurs de recherche.
En passant au server-side rendering, l'équipe s'est assurée que Googlebot puisse indexer les pages produits sans exécuter le JavaScript.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=fr
- https://web.dev/articles/rendering-on-the-web
Italiano
server-side rendering
Tecnica con cui l'HTML di una pagina web viene generato lato server per ogni richiesta e inviato già renderizzato al client, anziché essere costruito nel browser tramite JavaScript. Migliora il tempo di caricamento iniziale e agevola l'indicizzazione dei contenuti da parte dei crawler dei motori di ricerca.
Passando al server-side rendering, il team ha garantito che Googlebot potesse indicizzare le pagine dei prodotti senza eseguire JavaScript.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics?hl=it
- https://web.dev/articles/rendering-on-the-web
中文
服务器错误
服务器错误是指状态码在 5xx 范围内的 HTTP 响应状态,表示服务器无法完成一个本应有效的请求。持续的服务器错误会阻碍抓取并损害索引编制。
网站更新后,Search Console 报告服务器错误激增,大多为 HTTP 500 响应。
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status#%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%94%99%E8%AF%AF%E5%93%8D%E5%BA%94
- https://developers.google.com/search/docs/crawling-indexing/http-network-errors?hl=zh-cn
English
server error
A server error is an HTTP response condition in the 5xx status code range indicating that the server failed to fulfil an otherwise valid request. In SEO, persistent server errors can block crawling and harm indexing.
Googlebot reported a spike in server errors after the site update, mostly HTTP 500 responses.
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server_error_responses
- https://developers.google.com/search/docs/crawling-indexing/http-network-errors
Deutsch
Serverfehler
Ein Serverfehler ist ein HTTP-Antwortzustand im Statuscode-Bereich 5xx, der anzeigt, dass der Server eine an sich gültige Anfrage nicht erfüllen konnte. Anhaltende Serverfehler können das Crawling behindern und die Indexierung beeinträchtigen.
Nach dem Website-Update meldete die Search Console vermehrt Serverfehler mit dem Statuscode HTTP 500.
- https://developer.mozilla.org/de/docs/Web/HTTP/Status#serverfehler
- https://developers.google.com/search/docs/crawling-indexing/http-network-errors?hl=de
Français
erreur serveur
Une erreur serveur est un état de réponse HTTP appartenant à la plage de codes 5xx, indiquant que le serveur n'a pas pu satisfaire une requête pourtant valide. Des erreurs serveur persistantes peuvent bloquer l'exploration et nuire à l'indexation.
Après la mise à jour du site, la Search Console a signalé une hausse des erreurs serveur, principalement des réponses HTTP 500.
- https://developer.mozilla.org/fr/docs/Web/HTTP/Status#r%C3%A9ponses_d%27erreur_c%C3%B4t%C3%A9_serveur
- https://developers.google.com/search/docs/crawling-indexing/http-network-errors?hl=fr
Italiano
errore del server
Un errore del server è uno stato di risposta HTTP nell'intervallo dei codici 5xx, che indica che il server non è riuscito a soddisfare una richiesta altrimenti valida. Errori del server persistenti possono bloccare la scansione e danneggiare l'indicizzazione.
Dopo l'aggiornamento del sito, la Search Console ha segnalato un aumento degli errori del server, per lo più risposte HTTP 500.
- https://developer.mozilla.org/it/docs/Web/HTTP/Status#risposte_di_errore_del_server
- https://developers.google.com/search/docs/crawling-indexing/http-network-errors?hl=it
中文
未链接提及
指在网络内容中出现的对品牌、产品或网站的文本引用,但未附带超链接。在链接建设和数字公关中常将其作为目标,转化为实际的反向链接。
该团队在网络上搜索品牌的未链接提及,并联系编辑将其转化为链接。
- https://ahrefs.com/blog/zh/unlinked-mentions/
English
unlinked mention
A textual reference to a brand, product or website that appears in online content without an accompanying hyperlink. It is often targeted in link-building and digital PR to be converted into an actual backlink.
The agency scanned the web for unlinked mentions of the brand and reached out to editors to turn them into links.
- https://ahrefs.com/blog/unlinked-mentions/
- https://moz.com/learn/seo/link-building
Deutsch
unverlinkte Erwähnung
Eine textliche Nennung einer Marke, eines Produkts oder einer Website in Online-Inhalten ohne begleitenden Hyperlink. Sie wird im Linkaufbau und in der digitalen PR häufig angestrebt, um daraus einen echten Backlink zu gewinnen.
Das SEO-Team suchte nach unverlinkten Erwähnungen der Marke und bat die Redaktionen, daraus Links zu machen.
- https://ahrefs.com/blog/de/unlinked-mentions/
Français
mention non liée
Référence textuelle à une marque, un produit ou un site web apparaissant dans un contenu en ligne sans hyperlien associé. Elle est souvent ciblée en netlinking et en relations presse numériques pour être transformée en backlink.
L'agence a repéré des mentions non liées de la marque et a contacté les rédactions pour les convertir en liens.
- https://ahrefs.com/blog/fr/unlinked-mentions/
Italiano
menzione non collegata
Riferimento testuale a un brand, un prodotto o un sito web presente in un contenuto online senza un collegamento ipertestuale associato. È spesso oggetto di link building e digital PR per essere convertita in un backlink effettivo.
L'agenzia ha individuato le menzioni non collegate del marchio e ha contattato le redazioni per trasformarle in link.
- https://ahrefs.com/blog/it/unlinked-mentions/
中文
本体
对某一领域内的概念、其属性以及概念之间关系的形式化、明确的规范说明,用于实现共享理解和机器推理。在信息检索和自然语言处理中,本体对知识进行结构化,使系统能够解释含义而非仅仅是字符串。
搜索引擎利用本体来理解“美洲豹”一词可以根据上下文指动物或汽车。
- https://zh.wikipedia.org/wiki/本体_(信息科学)
- https://www.w3.org/standards/semanticweb/ontology
English
ontology
A formal, explicit specification of concepts, their properties and the relationships between them within a domain, used to enable shared understanding and machine reasoning. In information retrieval and NLP, ontologies structure knowledge so systems can interpret meaning rather than mere strings.
The search engine uses an ontology to understand that a 'jaguar' can be an animal or a car depending on context.
- https://en.wikipedia.org/wiki/Ontology_(information_science)
- https://www.w3.org/standards/semanticweb/ontology
Deutsch
Ontologie
Eine formale, explizite Spezifikation von Konzepten, ihren Eigenschaften und den Beziehungen zwischen ihnen innerhalb einer Domäne, die gemeinsames Verständnis und maschinelles Schlussfolgern ermöglicht. Im Information Retrieval und NLP strukturieren Ontologien Wissen, damit Systeme Bedeutung statt reiner Zeichenketten interpretieren können.
Die Suchmaschine nutzt eine Ontologie, um zu erkennen, dass 'Jaguar' je nach Kontext ein Tier oder ein Auto sein kann.
- https://de.wikipedia.org/wiki/Ontologie_(Informatik)
- https://www.w3.org/standards/semanticweb/ontology
Français
ontologie
Spécification formelle et explicite de concepts, de leurs propriétés et des relations entre eux au sein d'un domaine, permettant une compréhension partagée et le raisonnement automatique. En recherche d'information et en TAL, les ontologies structurent les connaissances pour que les systèmes interprètent le sens plutôt que de simples chaînes de caractères.
Le moteur de recherche utilise une ontologie pour comprendre que « jaguar » peut désigner un animal ou une voiture selon le contexte.
- https://fr.wikipedia.org/wiki/Ontologie_(informatique)
- https://www.w3.org/standards/semanticweb/ontology
Italiano
ontologia
Specifica formale ed esplicita di concetti, delle loro proprietà e delle relazioni tra essi all'interno di un dominio, che consente comprensione condivisa e ragionamento automatico. Nel recupero delle informazioni e nell'NLP le ontologie strutturano la conoscenza affinché i sistemi interpretino il significato anziché semplici stringhe.
Il motore di ricerca usa un'ontologia per capire che «giaguaro» può indicare un animale o un'auto a seconda del contesto.
- https://it.wikipedia.org/wiki/Ontologia_(informatica)
- https://www.w3.org/standards/semanticweb/ontology
中文
本地SEO
本地SEO是指优化网站和在线形象,以提高在与地理位置相关的搜索(如“附近”查询和Google商家资料结果)中的可见度。
通过优化Google商家资料并收集本地评价,这家面包店提升了本地SEO,并出现在地图结果中。
- https://developers.google.com/search/docs/appearance/google-business-profile
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
local SEO
Local SEO is the practice of optimizing a website and online presence to increase visibility in geographically related searches, such as 'near me' queries and Google Business Profile results.
By optimizing its Google Business Profile and gathering local reviews, the bakery improved its local SEO and appeared in the map pack.
- https://developers.google.com/search/docs/appearance/google-business-profile
- https://en.wikipedia.org/wiki/Local_search_engine_optimisation
Deutsch
lokale SEO
Lokale SEO bezeichnet die Optimierung einer Website und der Online-Präsenz, um die Sichtbarkeit bei geografisch bezogenen Suchanfragen wie 'in meiner Nähe' und in Google-Business-Profil-Ergebnissen zu erhöhen.
Durch die Pflege des Google-Business-Profils und lokaler Bewertungen verbesserte die Bäckerei ihre lokale SEO und erschien im Map-Pack.
- https://developers.google.com/search/docs/appearance/google-business-profile
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
SEO local
Le SEO local désigne l'optimisation d'un site web et de la présence en ligne pour améliorer la visibilité dans les recherches géolocalisées, comme les requêtes « près de moi » et les résultats de la fiche d'établissement Google.
En optimisant sa fiche d'établissement Google et en recueillant des avis locaux, la boulangerie a amélioré son SEO local et est apparue dans le pack local.
- https://developers.google.com/search/docs/appearance/google-business-profile
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO locale
La SEO locale è la pratica di ottimizzare un sito web e la presenza online per aumentare la visibilità nelle ricerche geolocalizzate, come le query 'vicino a me' e i risultati del profilo dell'attività su Google.
Ottimizzando il profilo dell'attività su Google e raccogliendo recensioni locali, la panetteria ha migliorato la propria SEO locale ed è apparsa nel local pack.
- https://developers.google.com/search/docs/appearance/google-business-profile
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
本地存储
HTML 规范中定义的一种 Web 存储机制,允许 Web 应用在浏览器中持久地存储键值对,且没有过期时间。存储的数据在浏览器会话之间保持可用,并限定在同一来源(origin)范围内。
该应用将用户的主题偏好保存在本地存储中,以便在关闭浏览器后仍然保留。
- https://developer.mozilla.org/zh-CN/docs/Web/API/Window/localStorage
- https://html.spec.whatwg.org/multipage/webstorage.html
English
local storage
A web storage mechanism defined in the HTML specification that allows web applications to store key-value pairs persistently in the browser with no expiration date. Data stored in local storage remains available across browser sessions and is scoped to the origin.
The application saves the user's theme preference in local storage so it persists after the browser is closed.
- https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
- https://html.spec.whatwg.org/multipage/webstorage.html
Deutsch
Local Storage
Ein in der HTML-Spezifikation definierter Web-Storage-Mechanismus, mit dem Webanwendungen Schlüssel-Wert-Paare dauerhaft und ohne Ablaufdatum im Browser speichern können. Die Daten bleiben über Browsersitzungen hinweg erhalten und sind auf den jeweiligen Origin beschränkt.
Die Anwendung speichert die Theme-Einstellung des Nutzers im Local Storage, damit sie nach dem Schliessen des Browsers erhalten bleibt.
- https://developer.mozilla.org/de/docs/Web/API/Window/localStorage
- https://html.spec.whatwg.org/multipage/webstorage.html
Français
local storage
Mécanisme de stockage web défini dans la spécification HTML qui permet aux applications web de conserver des paires clé-valeur de façon persistante dans le navigateur, sans date d'expiration. Les données restent disponibles d'une session à l'autre et sont limitées à l'origine.
L'application enregistre la préférence de thème de l'utilisateur dans le local storage afin qu'elle persiste après la fermeture du navigateur.
- https://developer.mozilla.org/fr/docs/Web/API/Window/localStorage
- https://html.spec.whatwg.org/multipage/webstorage.html
Italiano
local storage
Meccanismo di web storage definito nella specifica HTML che consente alle applicazioni web di memorizzare coppie chiave-valore in modo persistente nel browser, senza data di scadenza. I dati rimangono disponibili tra le sessioni del browser e sono limitati all'origine.
L'applicazione salva la preferenza del tema dell'utente nel local storage così da mantenerla dopo la chiusura del browser.
- https://developer.mozilla.org/it/docs/Web/API/Window/localStorage
- https://html.spec.whatwg.org/multipage/webstorage.html
中文
本地引用
本地引用是指在网络上对本地商家名称、地址和电话号码(NAP)的任何提及,有助于搜索引擎验证商家信息并提升其本地搜索排名。
在大众点评和黄页等目录中保持一致的本地引用,可以提升一家餐厅在本地搜索结果中的可见度。
- https://moz.com/learn/seo/citations
English
local citation
A local citation is any online mention of a local business's name, address and phone number (NAP), which helps search engines verify the business's existence and improves its local search rankings.
Building consistent local citations across directories like Yelp and Yellow Pages boosts a restaurant's visibility in local search results.
- https://moz.com/learn/seo/citations
- https://support.google.com/business/answer/7107242
Deutsch
Local Citation
Eine Local Citation ist jede Online-Erwähnung von Name, Adresse und Telefonnummer (NAP) eines lokalen Unternehmens, die Suchmaschinen bei der Verifizierung des Unternehmens hilft und das lokale Ranking verbessert.
Konsistente Local Citations in Verzeichnissen wie Gelbe Seiten und Yelp stärken die Sichtbarkeit eines Geschäfts in der lokalen Suche.
- https://moz.com/learn/seo/citations
- https://de.wikipedia.org/wiki/Local_SEO
Français
citation locale
Une citation locale est toute mention en ligne du nom, de l'adresse et du numéro de téléphone (NAP) d'une entreprise locale, aidant les moteurs de recherche à vérifier l'entreprise et à améliorer son classement local.
Des citations locales cohérentes dans des annuaires comme Pages Jaunes et Yelp renforcent la visibilité d'un commerce dans les résultats de recherche locaux.
- https://moz.com/learn/seo/citations
Italiano
citazione locale
Una citazione locale è qualsiasi menzione online del nome, indirizzo e numero di telefono (NAP) di un'attività locale, che aiuta i motori di ricerca a verificare l'attività e a migliorarne il posizionamento locale.
Citazioni locali coerenti in directory come Pagine Gialle e Yelp aumentano la visibilità di un negozio nei risultati di ricerca locali.
- https://moz.com/learn/seo/citations
中文
本地排名
商家在本地化搜索结果(如谷歌本地组合或地图结果)中出现的位置,取决于相关性、距离和知名度等因素。
通过优化谷歌商家资料并积累用户评价,该店铺的本地排名得到了提升。
- https://support.google.com/business/answer/7091
English
local ranking
The position at which a business appears in localized search results, such as the Google local pack or map results, based on factors like relevance, distance and prominence.
Optimizing the Google Business Profile and gathering reviews improved the store's local ranking for nearby searches.
- https://support.google.com/business/answer/7091
- https://en.wikipedia.org/wiki/Local_search_(Internet)
Deutsch
lokales Ranking
Die Position, an der ein Unternehmen in ortsbezogenen Suchergebnissen wie dem Google Local Pack oder Kartenergebnissen erscheint, bestimmt durch Faktoren wie Relevanz, Entfernung und Bekanntheit.
Durch ein gepflegtes Google-Unternehmensprofil und mehr Bewertungen verbesserte sich das lokale Ranking des Geschäfts.
- https://support.google.com/business/answer/7091
Français
classement local
Position à laquelle une entreprise apparaît dans les résultats de recherche localisés, comme le pack local ou les résultats cartographiques de Google, selon des facteurs tels que la pertinence, la distance et la notoriété.
En optimisant sa fiche d'établissement Google et en récoltant des avis, le magasin a amélioré son classement local.
- https://support.google.com/business/answer/7091
Italiano
ranking locale
La posizione in cui un'attività compare nei risultati di ricerca localizzati, come il local pack o i risultati su mappa di Google, in base a fattori quali pertinenza, distanza e notorietà.
Ottimizzando il profilo dell'attività su Google e raccogliendo recensioni, il negozio ha migliorato il proprio ranking locale.
- https://support.google.com/business/answer/7091
中文
本地着陆页
针对特定地理位置进行优化的网页,通常面向企业的某个城市、地区或服务区域,以吸引本地搜索流量。
这家牙科诊所为其三家分店分别创建了独立的本地着陆页,以便在本地搜索结果中获得排名。
- https://developers.google.com/search/docs/appearance/structured-data/local-business
English
local landing page
A web page optimized to attract search traffic for a specific geographic location, typically targeting a city, region, or service area of a business.
The dental practice created a separate local landing page for each of its three branch offices to rank in local search results.
- https://developers.google.com/search/docs/appearance/structured-data/local-business
- https://support.google.com/business/answer/3038177
Deutsch
lokale Landingpage
Eine Webseite, die auf eine bestimmte geografische Region optimiert ist und Suchverkehr für einen Standort, eine Stadt oder ein Einzugsgebiet eines Unternehmens gewinnen soll.
Die Zahnarztpraxis erstellte für jede ihrer drei Filialen eine eigene lokale Landingpage, um in den lokalen Suchergebnissen zu ranken.
- https://developers.google.com/search/docs/appearance/structured-data/local-business
Français
page de destination locale
Page web optimisée pour capter le trafic de recherche lié à une zone géographique précise, ciblant généralement une ville, une région ou une zone de chalandise d'une entreprise.
Le cabinet dentaire a créé une page de destination locale distincte pour chacune de ses trois agences afin d'apparaître dans les résultats de recherche locaux.
- https://developers.google.com/search/docs/appearance/structured-data/local-business
Italiano
landing page locale
Pagina web ottimizzata per attrarre traffico di ricerca relativo a una specifica area geografica, generalmente rivolta a una città, regione o bacino di utenza di un'azienda.
Lo studio dentistico ha creato una landing page locale distinta per ciascuna delle sue tre sedi per posizionarsi nei risultati di ricerca locali.
- https://developers.google.com/search/docs/appearance/structured-data/local-business
中文
本地组合结果
一种搜索结果页功能,针对具有本地意图的查询,显示通常为三个本地商家列表并配有地图。结果来自 Google 商家资料,按相关性、距离和知名度排序。
搜索"我附近的咖啡店"时,本地组合结果会显示三家附近的咖啡馆及其评分和路线。
- https://developers.google.com/search/docs/appearance/business-info
English
local pack
A SERP feature that displays a group of typically three local business listings together with a map for queries with local intent. Results are drawn from Google Business Profiles and ranked by relevance, distance and prominence.
When you search for 'coffee shop near me', the local pack shows three nearby cafés with their ratings and directions.
- https://developers.google.com/search/docs/appearance/business-info
- https://en.wikipedia.org/wiki/Local_search_(Internet)
Deutsch
Local Pack
Ein SERP-Feature, das bei Suchanfragen mit lokaler Absicht eine Gruppe von meist drei lokalen Unternehmenseinträgen zusammen mit einer Karte anzeigt. Die Ergebnisse stammen aus Google-Unternehmensprofilen und werden nach Relevanz, Entfernung und Bekanntheit sortiert.
Wer nach 'Café in meiner Nähe' sucht, sieht im Local Pack drei nahegelegene Cafés mit Bewertungen und Wegbeschreibung.
- https://developers.google.com/search/docs/appearance/business-info
Français
local pack
Une fonctionnalité de SERP qui affiche un groupe de généralement trois fiches d'entreprises locales accompagnées d'une carte pour les requêtes à intention locale. Les résultats proviennent des fiches d'établissement Google et sont classés selon la pertinence, la distance et la notoriété.
En cherchant 'café près de moi', le local pack présente trois cafés proches avec leurs avis et un itinéraire.
- https://developers.google.com/search/docs/appearance/business-info
Italiano
local pack
Una funzionalità della SERP che mostra un gruppo di solitamente tre schede di attività locali insieme a una mappa per query con intento locale. I risultati provengono dai profili dell'attività su Google e sono ordinati per pertinenza, distanza e prominenza.
Cercando 'caffetteria vicino a me', il local pack mostra tre caffè nelle vicinanze con recensioni e indicazioni stradali.
- https://developers.google.com/search/docs/appearance/business-info
中文
术语库
一种结构化数据库,用于存储包含源语术语、目标语术语、定义和元数据的术语条目,以确保翻译一致性和术语管理。
翻译人员在开始工作前导入了客户的术语库,以保持产品名称的一致性。
- https://zh.wikipedia.org/wiki/%E6%9C%AF%E8%AF%AD%E5%BA%93
English
termbase
A structured database that stores terminology entries with source and target terms, definitions and metadata, used to ensure consistent translation and terminology management.
Before starting the translation, the linguist imported the client's termbase to keep the product names consistent.
- https://en.wikipedia.org/wiki/Terminology_extraction
- https://www.iso.org/standard/38109.html
Deutsch
Termbank
Eine strukturierte Datenbank, die terminologische Einträge mit Ausgangs- und Zielbenennungen, Definitionen und Metadaten speichert, um konsistente Übersetzung und Terminologieverwaltung zu gewährleisten.
Der Übersetzer griff während der Arbeit auf die Termbank zu, um die firmeneigenen Fachbegriffe einheitlich zu verwenden.
- https://de.wikipedia.org/wiki/Terminologiedatenbank
Français
base terminologique
Base de données structurée regroupant des fiches terminologiques avec termes sources et cibles, définitions et métadonnées, afin d'assurer la cohérence de la traduction et la gestion de la terminologie.
La traductrice a consulté la base terminologique du client pour uniformiser les noms de produits.
- https://fr.wikipedia.org/wiki/Base_de_donn%C3%A9es_terminologique
Italiano
base terminologica
Database strutturato che raccoglie schede terminologiche con termini di partenza e di arrivo, definizioni e metadati, per garantire coerenza nella traduzione e nella gestione della terminologia.
Il traduttore ha importato la base terminologica del cliente per mantenere uniformi i nomi dei prodotti.
- https://it.wikipedia.org/wiki/Terminologia
中文
术语抽取
术语抽取是指从文本语料库中自动识别领域专业术语和多词表达的过程。它是自然语言处理的一项子任务,用于构建术语表、术语库和本体。
研究团队对技术手册进行术语抽取,以建立双语术语表。
- https://en.wikipedia.org/wiki/Terminology_extraction
English
terminology extraction
Terminology extraction is the automatic identification of domain-specific terms and multiword expressions from a corpus of text. It is a subtask of natural language processing used to build glossaries, term banks and ontologies.
The team ran terminology extraction on the technical manuals to build a bilingual glossary.
- https://en.wikipedia.org/wiki/Terminology_extraction
Deutsch
Terminologieextraktion
Die Terminologieextraktion ist die automatische Erkennung fachsprachlicher Termini und Mehrwortausdrücke aus einem Textkorpus. Sie ist eine Teilaufgabe der maschinellen Sprachverarbeitung und dient dem Aufbau von Glossaren und Terminologiedatenbanken.
Mit der Terminologieextraktion identifizierte das Übersetzungsteam die zentralen Fachbegriffe aus den Handbüchern.
- https://de.wikipedia.org/wiki/Terminologieextraktion
Français
extraction terminologique
L'extraction terminologique désigne l'identification automatique des termes spécialisés et des expressions polylexicales dans un corpus de textes. Il s'agit d'une sous-tâche du traitement automatique des langues servant à constituer des glossaires et des bases terminologiques.
L'extraction terminologique a permis de repérer les termes clés des documents techniques.
- https://fr.wikipedia.org/wiki/Extraction_terminologique
Italiano
estrazione terminologica
L'estrazione terminologica è l'identificazione automatica di termini specialistici ed espressioni polirematiche da un corpus testuale. È una sottoattività dell'elaborazione del linguaggio naturale usata per creare glossari e banche dati terminologiche.
L'estrazione terminologica ha evidenziato i termini specialistici presenti nei manuali tecnici.
- https://it.wikipedia.org/wiki/Estrazione_terminologica
中文
术语表
针对特定领域或文档汇编的专业术语及其定义的列表。在自然语言处理和信息检索中,术语表可作为受控词表,用于术语抽取、词义消歧和知识库构建。
该技术手册附有一份术语表,对文中使用的每个缩写进行了定义。
- https://zh.wikipedia.org/wiki/术语表
English
glossary
A curated list of specialized terms accompanied by their definitions, typically covering a specific domain or document. In NLP and information retrieval, glossaries serve as controlled vocabularies for term extraction, disambiguation and knowledge base construction.
The technical manual includes a glossary that defines every abbreviation used in the text.
- https://en.wikipedia.org/wiki/Glossary
Deutsch
Glossar
Ein Verzeichnis von Fachbegriffen mit ihren Definitionen, meist auf ein bestimmtes Sachgebiet oder Dokument bezogen. In NLP und Information Retrieval dienen Glossare als kontrolliertes Vokabular für Termextraktion, Begriffsklärung und Wissensbasisaufbau.
Das technische Handbuch enthält ein Glossar, das jede im Text verwendete Abkürzung erklärt.
- https://de.wikipedia.org/wiki/Glossar
Français
glossaire
Liste de termes spécialisés accompagnés de leurs définitions, portant généralement sur un domaine ou un document précis. En TAL et recherche d'information, les glossaires font office de vocabulaire contrôlé pour l'extraction de termes et la construction de bases de connaissances.
Le manuel technique comprend un glossaire qui définit chaque abréviation employée dans le texte.
- https://fr.wikipedia.org/wiki/Glossaire
Italiano
glossario
Elenco di termini specialistici corredati dalle loro definizioni, riferito di norma a un determinato ambito o documento. In NLP e recupero delle informazioni i glossari fungono da vocabolario controllato per l'estrazione di termini e la costruzione di basi di conoscenza.
Il manuale tecnico include un glossario che definisce ogni abbreviazione usata nel testo.
- https://it.wikipedia.org/wiki/Glossario
中文
机器人检测
识别访问网站或应用程序的自动化流量(机器人)的过程,通过行为、技术和启发式信号将其与合法的人类用户区分开来。
该网站的机器人检测在爬虫几秒钟内请求数百个页面后将其标记。
- https://developers.cloudflare.com/bots/
- https://zh.wikipedia.org/wiki/网络机器人
English
bot detection
The process of identifying automated traffic (bots) accessing a website or application, distinguishing it from legitimate human users through behavioral, technical and heuristic signals.
The site's bot detection flagged the scraper after it requested hundreds of pages within a few seconds.
- https://developers.cloudflare.com/bots/
- https://en.wikipedia.org/wiki/Internet_bot
Deutsch
Bot-Erkennung
Verfahren zur Identifizierung automatisierten Datenverkehrs (Bots), der auf eine Website oder Anwendung zugreift, und dessen Abgrenzung von echten menschlichen Nutzern anhand verhaltensbasierter und technischer Signale.
Die Bot-Erkennung des Shops sperrte den Scraper, nachdem er in wenigen Sekunden Hunderte Seiten abgerufen hatte.
- https://de.wikipedia.org/wiki/Internetbot
- https://developers.cloudflare.com/bots/
Français
détection de bots
Processus d'identification du trafic automatisé (bots) accédant à un site web ou une application, afin de le distinguer des utilisateurs humains légitimes à l'aide de signaux comportementaux et techniques.
La détection de bots du site a bloqué le scraper après qu'il eut demandé des centaines de pages en quelques secondes.
- https://fr.wikipedia.org/wiki/Bot_informatique
- https://developers.cloudflare.com/bots/
Italiano
rilevamento dei bot
Processo di identificazione del traffico automatizzato (bot) che accede a un sito web o a un'applicazione, distinguendolo dagli utenti umani legittimi tramite segnali comportamentali e tecnici.
Il rilevamento dei bot del sito ha bloccato lo scraper dopo che aveva richiesto centinaia di pagine in pochi secondi.
- https://it.wikipedia.org/wiki/Bot
- https://developers.cloudflare.com/bots/
中文
机器人流量
由自动化软件(机器人)而非人类用户产生的网络流量,既包括搜索引擎爬虫等合法机器人,也包括恶意机器人。它可能干扰网站分析并带来安全风险。
该网站的机器人流量突然激增,触发了限流保护机制。
- https://developers.cloudflare.com/bots/concepts/bot/
English
bot traffic
Web traffic generated by automated software (bots) rather than human users, including both legitimate bots such as search-engine crawlers and malicious bots. It can distort analytics and pose security risks.
A sudden spike in bot traffic from unknown IP ranges triggered the site's rate-limiting rules.
- https://developers.cloudflare.com/bots/concepts/bot/
- https://en.wikipedia.org/wiki/Internet_bot
Deutsch
Bot-Traffic
Datenverkehr auf einer Website, der von automatisierten Programmen (Bots) statt von menschlichen Nutzern erzeugt wird. Er umfasst legitime Bots wie Suchmaschinen-Crawler sowie schädliche Bots.
Der hohe Bot-Traffic verfälschte die Besucherstatistik und musste im Analytics-Tool herausgefiltert werden.
- https://de.wikipedia.org/wiki/Internetbot
Français
trafic de bots
Trafic web généré par des logiciels automatisés (bots) plutôt que par des utilisateurs humains, incluant aussi bien les robots légitimes comme les crawlers de moteurs de recherche que les bots malveillants.
Un pic de trafic de bots a faussé les statistiques de fréquentation du site.
- https://fr.wikipedia.org/wiki/Robot_d%27indexation
Italiano
traffico bot
Traffico web generato da software automatizzati (bot) anziché da utenti umani, che comprende sia bot legittimi come i crawler dei motori di ricerca sia bot dannosi.
Il traffico bot proveniente da indirizzi IP sospetti è stato bloccato dal firewall applicativo.
- https://it.wikipedia.org/wiki/Bot
中文
机器学习
人工智能的一个分支,算法从数据中学习模式,以进行预测或决策,而无需针对每项任务进行显式编程。
搜索引擎利用机器学习,根据用户行为信号对结果进行排序。
- https://zh.wikipedia.org/wiki/机器学习
English
machine learning
A subfield of artificial intelligence in which algorithms learn patterns from data to make predictions or decisions without being explicitly programmed for each task.
Search engines use machine learning to rank results based on user behavior signals.
- https://en.wikipedia.org/wiki/Machine_learning
- https://developers.google.com/machine-learning
Deutsch
maschinelles Lernen
Ein Teilgebiet der künstlichen Intelligenz, bei dem Algorithmen aus Daten Muster erlernen, um Vorhersagen oder Entscheidungen zu treffen, ohne für jede Aufgabe explizit programmiert zu werden.
Suchmaschinen nutzen maschinelles Lernen, um Ergebnisse anhand von Nutzersignalen zu bewerten.
- https://de.wikipedia.org/wiki/Maschinelles_Lernen
Français
apprentissage automatique
Sous-domaine de l'intelligence artificielle dans lequel des algorithmes apprennent des schémas à partir de données afin de faire des prédictions ou des décisions sans être explicitement programmés pour chaque tâche.
Les moteurs de recherche utilisent l'apprentissage automatique pour classer les résultats selon les signaux comportementaux des utilisateurs.
- https://fr.wikipedia.org/wiki/Apprentissage_automatique
Italiano
apprendimento automatico
Sottocampo dell'intelligenza artificiale in cui gli algoritmi apprendono schemi dai dati per effettuare previsioni o decisioni senza essere programmati esplicitamente per ogni compito.
I motori di ricerca utilizzano l'apprendimento automatico per classificare i risultati in base ai segnali comportamentali degli utenti.
- https://it.wikipedia.org/wiki/Apprendimento_automatico
中文
机器翻译
利用软件将文本或语音从一种自然语言自动翻译成另一种自然语言,现今多基于神经网络模型。
搜索引擎利用机器翻译使全球用户能够访问外语网页。
- https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E7%BF%BB%E8%AF%91
English
machine translation
The automated translation of text or speech from one natural language into another by software, increasingly based on neural network models.
Modern search engines use machine translation to make foreign-language pages accessible to users worldwide.
- https://en.wikipedia.org/wiki/Machine_translation
Deutsch
maschinelle Übersetzung
Die automatische Übersetzung von Text oder Sprache von einer natürlichen Sprache in eine andere durch Software, heute meist mittels neuronaler Netze.
Die maschinelle Übersetzung ermöglicht es Nutzern, fremdsprachige Webseiten direkt zu verstehen.
- https://de.wikipedia.org/wiki/Maschinelle_%C3%9Cbersetzung
Français
traduction automatique
Traduction automatisée de texte ou de parole d'une langue naturelle vers une autre par un logiciel, aujourd'hui souvent fondée sur des réseaux de neurones.
La traduction automatique permet aux moteurs de recherche de rendre accessibles les pages en langue étrangère.
- https://fr.wikipedia.org/wiki/Traduction_automatique
Italiano
traduzione automatica
Traduzione automatizzata di testo o parlato da una lingua naturale a un'altra tramite software, oggi spesso basata su reti neurali.
La traduzione automatica consente ai motori di ricerca di rendere fruibili le pagine in lingua straniera.
- https://it.wikipedia.org/wiki/Traduzione_automatica
中文
机器翻译内容
由软件(如神经机器翻译)自动翻译、未经有意义的人工审核或编辑的网页内容。在SEO语境中,未经处理直接发布此类内容可能引发垃圾内容或质量问题。
谷歌的垃圾内容政策警告称,未经人工监督大量发布机器翻译内容可能违反质量准则。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E7%BF%BB%E8%AF%91
English
machine-translated content
Web content that has been translated automatically by software (e.g. neural machine translation) without meaningful human review or editing. In an SEO context it can trigger spam or quality issues if published unaltered.
Google's spam policies warn that publishing large amounts of machine-translated content without human oversight can violate quality guidelines.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Machine_translation
Deutsch
maschinell übersetzter Content
Webinhalte, die automatisch durch Software (z. B. neuronale maschinelle Übersetzung) ohne nennenswerte menschliche Prüfung oder Nachbearbeitung übersetzt wurden. Im SEO-Kontext kann unbearbeiteter MÜ-Content Spam- und Qualitätsprobleme auslösen.
Laut Googles Spam-Richtlinien kann das Veröffentlichen umfangreicher maschinell übersetzter Inhalte ohne menschliche Kontrolle gegen die Qualitätsrichtlinien verstossen.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Maschinelle_%C3%9Cbersetzung
Français
contenu traduit automatiquement
Contenu web traduit automatiquement par un logiciel (par ex. traduction automatique neuronale) sans révision ni édition humaine significative. En SEO, un tel contenu non retravaillé peut déclencher des problèmes de spam ou de qualité.
Les règles anti-spam de Google avertissent que publier de grandes quantités de contenu traduit automatiquement sans supervision humaine peut enfreindre les consignes de qualité.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/Traduction_automatique
Italiano
contenuto tradotto automaticamente
Contenuto web tradotto automaticamente da un software (ad es. traduzione automatica neurale) senza una revisione o modifica umana significativa. In ambito SEO, tale contenuto non rielaborato può causare problemi di spam o di qualità.
Le norme antispam di Google avvertono che pubblicare grandi quantità di contenuto tradotto automaticamente senza supervisione umana può violare le linee guida sulla qualità.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Traduzione_automatica
中文
来源标注
AI搜索引擎和生成式系统在生成答案时引用或链接所使用的原始网络来源的做法。它使用户能够核实内容并为内容发布者提供署名。
该AI回答的来源标注为每个陈述附上编号引用,链接回原始网页。
- https://zh.wikipedia.org/wiki/%E6%A3%80%E7%B4%A2%E5%A2%9E%E5%BC%BA%E7%94%9F%E6%88%90
English
source attribution
The practice by AI search engines and generative systems of citing or linking the original web sources used to generate an answer. It enables users to verify claims and gives credit to the content publishers.
Perplexity's source attribution shows numbered citations linking each statement back to the original web pages.
- https://en.wikipedia.org/wiki/Retrieval-augmented_generation
Deutsch
Quellenangabe
Die Nennung oder Verlinkung der ursprünglichen Web-Quellen, die von KI-Suchmaschinen und generativen Systemen zur Erzeugung einer Antwort herangezogen wurden. Sie ermöglicht die Überprüfung von Aussagen und würdigt die Content-Anbieter.
Die Quellenangabe in der KI-Antwort verlinkt jede Aussage mit der ursprünglichen Webseite.
- https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
Français
attribution des sources
Pratique par laquelle les moteurs de recherche basés sur l'IA et les systèmes génératifs citent ou renvoient vers les sources web originales utilisées pour générer une réponse. Elle permet de vérifier les affirmations et de créditer les éditeurs de contenu.
L'attribution des sources affiche des citations numérotées reliant chaque affirmation à la page web d'origine.
- https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ration_augment%C3%A9e_de_r%C3%A9cup%C3%A9ration
Italiano
attribuzione delle fonti
Pratica con cui i motori di ricerca basati sull'IA e i sistemi generativi citano o collegano le fonti web originali utilizzate per generare una risposta. Consente di verificare le affermazioni e di dare credito agli editori dei contenuti.
L'attribuzione delle fonti mostra citazioni numerate che collegano ogni affermazione alla pagina web originale.
- https://it.wikipedia.org/wiki/Retrieval-augmented_generation
中文
查询优化
通过修改或改进搜索查询以获得更相关结果的过程,可以由用户重新表述查询,也可以由搜索引擎提供建议或自动调整查询。
查询优化通过添加筛选条件、同义词或更具体的关键词,帮助用户缩小过于宽泛的搜索范围。
- https://zh.wikipedia.org/wiki/%E6%9F%A5%E8%AF%A2%E6%89%A9%E5%B1%95
English
query refinement
The process of modifying or improving a search query to obtain more relevant results, either by the user reformulating terms or by the search engine suggesting or automatically adjusting the query.
Query refinement helps users narrow broad searches by adding filters, synonyms, or more specific keywords.
- https://developers.google.com/search/docs/fundamentals/how-search-works
- https://en.wikipedia.org/wiki/Query_expansion
Deutsch
Query-Verfeinerung
Der Prozess der Anpassung oder Verbesserung einer Suchanfrage, um relevantere Ergebnisse zu erhalten, entweder durch Neuformulierung seitens des Nutzers oder durch Vorschläge bzw. automatische Anpassungen der Suchmaschine.
Die Query-Verfeinerung hilft Nutzern, breite Suchanfragen durch Filter, Synonyme oder spezifischere Keywords einzugrenzen.
- https://de.wikipedia.org/wiki/Query-Expansion
Français
affinement de requête
Processus consistant à modifier ou améliorer une requête de recherche afin d'obtenir des résultats plus pertinents, soit par reformulation de l'utilisateur, soit par suggestion ou ajustement automatique du moteur de recherche.
L'affinement de requête aide les utilisateurs à restreindre des recherches trop larges en ajoutant des filtres, des synonymes ou des mots-clés plus précis.
- https://fr.wikipedia.org/wiki/Expansion_de_requ%C3%AAte
Italiano
affinamento della query
Processo di modifica o miglioramento di una query di ricerca al fine di ottenere risultati più pertinenti, tramite riformulazione da parte dell'utente oppure suggerimenti o aggiustamenti automatici del motore di ricerca.
L'affinamento della query aiuta gli utenti a restringere ricerche troppo ampie aggiungendo filtri, sinonimi o parole chiave più specifiche.
- https://it.wikipedia.org/wiki/Espansione_della_query
中文
查询扇出
AI 搜索系统(尤其是 Google 的 AI Mode)采用的一种技术:将用户的单个查询分解为多个相关的子查询并并行检索,从而在生成答案前收集更广泛的信息来源。
由于查询扇出机制,一个关于「潮湿气候最佳登山鞋」的问题会在后台触发数十个针对评测、论坛和产品参数的子查询。
- https://blog.google/products/search/google-search-ai-mode-update/
English
query fan-out
A technique used by AI search systems, notably Google's AI Mode, in which a single user query is decomposed into multiple related sub-queries that are searched in parallel to gather a broader set of sources before synthesizing an answer.
Because of query fan-out, a single question about 'best hiking boots for wet climates' may trigger dozens of hidden sub-queries across product reviews, forums and specs.
- https://blog.google/products/search/google-search-ai-mode-update/
Deutsch
Query Fan-out
Verfahren KI-gestützter Suchsysteme wie Googles AI Mode, bei dem eine einzelne Nutzeranfrage in mehrere verwandte Teilanfragen zerlegt wird, die parallel ausgeführt werden, um vor der Antwortsynthese eine breitere Quellenbasis zu sammeln.
Durch Query Fan-out löst eine einzige Frage nach 'besten Wanderschuhen für nasses Klima' im Hintergrund zahlreiche Teilanfragen zu Testberichten, Foren und Produktdaten aus.
- https://blog.google/products/search/google-search-ai-mode-update/
Français
query fan-out
Technique employée par les systèmes de recherche assistés par IA, notamment l'AI Mode de Google, qui décompose une requête utilisateur unique en plusieurs sous-requêtes connexes exécutées en parallèle afin de rassembler davantage de sources avant de synthétiser une réponse.
Grâce au query fan-out, une simple question sur les 'meilleures chaussures de randonnée pour climat humide' déclenche en arrière-plan de nombreuses sous-requêtes vers des avis, forums et fiches techniques.
- https://blog.google/products/search/google-search-ai-mode-update/
Italiano
query fan-out
Tecnica usata dai sistemi di ricerca basati su IA, in particolare l'AI Mode di Google, che scompone una singola query dell'utente in più sotto-query correlate eseguite in parallelo per raccogliere un insieme più ampio di fonti prima di sintetizzare una risposta.
Grazie al query fan-out, una singola domanda sulle 'migliori scarpe da trekking per climi umidi' genera in background numerose sotto-query verso recensioni, forum e schede tecniche.
- https://blog.google/products/search/google-search-ai-mode-update/
中文
查询扩展
通过在用户原始搜索查询中加入同义词、相关词或改写等附加词项,以提高检索的召回率和相关性的过程。
通过查询扩展,搜索'汽车'时也能检索到包含'机动车'或'车辆'的文档。
- https://zh.wikipedia.org/wiki/%E6%9F%A5%E8%AF%A2%E6%89%A9%E5%B1%95
English
query expansion
The process of augmenting a user's original search query with additional terms such as synonyms, related words or reformulations to improve retrieval recall and relevance.
Through query expansion, a search for 'car' may also retrieve documents mentioning 'automobile' or 'vehicle'.
- https://en.wikipedia.org/wiki/Query_expansion
- https://developers.google.com/search/docs/fundamentals/how-search-works
Deutsch
Query Expansion
Verfahren, bei dem die ursprüngliche Suchanfrage eines Nutzers um zusätzliche Begriffe wie Synonyme, verwandte Wörter oder Umformulierungen erweitert wird, um Trefferzahl und Relevanz zu verbessern.
Durch Query Expansion liefert eine Suche nach 'Auto' auch Dokumente mit den Begriffen 'Kraftfahrzeug' oder 'Wagen'.
- https://de.wikipedia.org/wiki/Query_Expansion
Français
expansion de requête
Procédé consistant à enrichir la requête initiale d'un utilisateur avec des termes supplémentaires tels que des synonymes, des mots apparentés ou des reformulations afin d'améliorer le rappel et la pertinence des résultats.
Grâce à l'expansion de requête, une recherche sur 'voiture' peut aussi retourner des documents mentionnant 'automobile' ou 'véhicule'.
- https://fr.wikipedia.org/wiki/Expansion_de_requ%C3%AAte
Italiano
espansione della query
Processo con cui la query originale di un utente viene arricchita con termini aggiuntivi come sinonimi, parole correlate o riformulazioni per migliorare il richiamo e la pertinenza dei risultati.
Grazie all'espansione della query, una ricerca di 'auto' può restituire anche documenti che contengono 'automobile' o 'veicolo'.
- https://it.wikipedia.org/wiki/Query_expansion
中文
查询理解
搜索引擎超越字面关键词匹配,解析用户搜索查询的含义、意图和上下文的过程,涵盖意图识别、实体识别和语义分析等技术。
更好的查询理解使引擎能将'苹果股票'解析为金融数据请求,而非水果价格。
- https://developers.google.com/search/docs/fundamentals/how-search-works
- https://zh.wikipedia.org/wiki/搜索引擎
English
query understanding
The process by which a search engine interprets the meaning, intent and context of a user's search query beyond literal keyword matching. It encompasses techniques such as intent detection, entity recognition and semantic analysis.
Improved query understanding allows the engine to interpret 'apple stock' as a request for financial data rather than fruit prices.
- https://developers.google.com/search/docs/fundamentals/how-search-works
- https://en.wikipedia.org/wiki/Query_understanding
Deutsch
Query-Understanding
Der Prozess, mit dem eine Suchmaschine Bedeutung, Absicht und Kontext einer Suchanfrage über den reinen Wortlaut hinaus interpretiert. Dazu zählen Intent-Erkennung, Entitätserkennung und semantische Analyse.
Durch besseres Query-Understanding erkennt die Suchmaschine, dass mit 'Apple Aktie' Finanzdaten und nicht Obst gemeint sind.
- https://de.wikipedia.org/wiki/Suchmaschine
- https://developers.google.com/search/docs/fundamentals/how-search-works
Français
query understanding
Processus par lequel un moteur de recherche interprète le sens, l'intention et le contexte d'une requête au-delà de la simple correspondance de mots-clés. Il inclut la détection d'intention, la reconnaissance d'entités et l'analyse sémantique.
Un meilleur query understanding permet au moteur de comprendre que « action Apple » désigne des données financières et non un fruit.
- https://developers.google.com/search/docs/fundamentals/how-search-works
- https://en.wikipedia.org/wiki/Query_understanding
Italiano
query understanding
Processo con cui un motore di ricerca interpreta il significato, l'intento e il contesto di una query oltre la semplice corrispondenza di parole chiave. Comprende il rilevamento dell'intento, il riconoscimento delle entità e l'analisi semantica.
Un migliore query understanding consente al motore di capire che 'azioni Apple' si riferisce a dati finanziari e non alla frutta.
- https://developers.google.com/search/docs/fundamentals/how-search-works
- https://en.wikipedia.org/wiki/Query_understanding
中文
查询解析
对用户搜索查询进行分析,将其拆分为词元、运算符和结构化元素,以便搜索或信息检索系统进行处理的过程。
在查询解析阶段,搜索引擎将引号识别为精确匹配运算符。
- https://zh.wikipedia.org/wiki/%E4%BF%A1%E6%81%AF%E6%A3%80%E7%B4%A2
English
query parsing
The process of analyzing a user's search query to break it into tokens, operators and structured elements that a search or information retrieval system can interpret.
During query parsing the engine splits the string into keywords and recognizes the quotation marks as an exact-match operator.
- https://en.wikipedia.org/wiki/Query_expansion
- https://lucene.apache.org/core/2_9_4/queryparsersyntax.html
Deutsch
Query-Parsing
Das Zerlegen und Analysieren einer Suchanfrage in Token, Operatoren und strukturierte Bestandteile, die ein Such- oder Information-Retrieval-System verarbeiten kann.
Beim Query-Parsing erkennt die Suchmaschine die Anführungszeichen als Operator für exakte Übereinstimmung.
- https://de.wikipedia.org/wiki/Information_Retrieval
Français
analyse de requête
Processus consistant à décomposer et analyser une requête de recherche en jetons, opérateurs et éléments structurés interprétables par un système de recherche d'information.
Lors de l'analyse de la requête, le moteur reconnaît les guillemets comme un opérateur de correspondance exacte.
- https://fr.wikipedia.org/wiki/Recherche_d%27information
Italiano
analisi della query
Processo di scomposizione e analisi di una query di ricerca in token, operatori ed elementi strutturati interpretabili da un sistema di information retrieval.
Durante l'analisi della query il motore riconosce le virgolette come operatore di corrispondenza esatta.
- https://it.wikipedia.org/wiki/Information_retrieval
中文
标签页
由内容管理系统自动生成的页面,汇总所有归属于某一特定标签的内容。在SEO中属于分类法或归档类页面,若价值较低可能导致内容重复或内容单薄问题。
该博客“机器学习”标签页列出了所有带有此标签的文章。
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
English
tag page
A page automatically generated by a CMS that aggregates all content items assigned to a specific tag. In SEO it is a type of taxonomy or archive page that can help or harm crawl efficiency depending on its usefulness.
The blog's tag page for 'machine learning' lists every article marked with that tag.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
Deutsch
Tag-Seite
Eine vom CMS automatisch erzeugte Seite, die alle Inhalte bündelt, die einem bestimmten Schlagwort (Tag) zugeordnet sind. Im SEO gilt sie als Taxonomie- bzw. Archivseite und kann bei geringem Mehrwert zu Thin Content oder Duplicate Content führen.
Die Tag-Seite für „Onlinemarketing“ listet alle Beiträge mit diesem Schlagwort auf.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
Français
page de tag
Page générée automatiquement par un CMS qui regroupe tous les contenus associés à une étiquette (tag) donnée. En SEO, il s'agit d'une page de taxonomie ou d'archive pouvant générer du contenu dupliqué ou pauvre si elle apporte peu de valeur.
La page de tag « référencement » affiche tous les articles portant cette étiquette.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
Italiano
pagina tag
Pagina generata automaticamente da un CMS che raccoglie tutti i contenuti associati a un determinato tag. In ambito SEO è una pagina di tassonomia o di archivio che può causare contenuti duplicati o thin content se offre poco valore.
La pagina tag «marketing digitale» elenca tutti gli articoli contrassegnati con quel tag.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it