Deutsch
Vector Embedding
Ein Vector Embedding ist die numerische Darstellung von Daten wie Text, Bildern oder Audio als dichter Vektor in einem hochdimensionalen Raum, in dem semantische Ähnlichkeit durch geometrische Nähe abgebildet wird. Es ermöglicht Suchsystemen und KI-Modellen, Inhalte nach Bedeutung statt nach exakten Schlüsselwörtern zu vergleichen.
Für die semantische Suche wird jedes Dokument in ein Vector Embedding umgewandelt, damit inhaltlich verwandte Seiten näher beieinander liegen.
- https://de.wikipedia.org/wiki/Worteinbettung
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings
English
vector embedding
A vector embedding is a numerical representation of data such as text, images or audio as a dense vector in a high-dimensional space, where semantic similarity is captured by geometric proximity. It enables machine learning models and search systems to compare content by meaning rather than by exact keywords.
The search engine converts each document into a vector embedding so that semantically related pages are ranked closer together.
- https://en.wikipedia.org/wiki/Word_embedding
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings
Français
vector embedding
Un vector embedding est la représentation numérique de données telles que du texte, des images ou de l'audio sous forme de vecteur dense dans un espace à haute dimension, où la similarité sémantique se traduit par une proximité géométrique. Il permet aux systèmes de recherche et aux modèles d'IA de comparer les contenus par le sens plutôt que par des mots-clés exacts.
Le moteur convertit chaque document en vector embedding afin de rapprocher les pages sémantiquement liées.
- https://fr.wikipedia.org/wiki/Plongement_lexical
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings
Italiano
vector embedding
Un vector embedding è la rappresentazione numerica di dati come testo, immagini o audio sotto forma di vettore denso in uno spazio ad alta dimensionalità, in cui la similarità semantica è espressa dalla vicinanza geometrica. Consente ai sistemi di ricerca e ai modelli di IA di confrontare i contenuti in base al significato anziché alle parole chiave esatte.
Il motore trasforma ogni documento in un vector embedding così che le pagine semanticamente affini risultino più vicine.
- https://it.wikipedia.org/wiki/Word_embedding
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings
中文
向量嵌入
向量嵌入是将文本、图像或音频等数据表示为高维空间中稠密向量的数值化方法,其中语义相似性通过几何距离体现。它使搜索系统和人工智能模型能够基于含义而非精确关键词来比较内容。
搜索引擎将每个文档转换为向量嵌入,从而使语义相关的页面在向量空间中更接近。
- https://zh.wikipedia.org/wiki/词嵌入
- https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings
Deutsch
Vektordatenbank
Eine Datenbank, die Daten als hochdimensionale Vektoren (Embeddings) speichert und eine Ähnlichkeitssuche auf Basis der Vektordistanz statt exakter Übereinstimmung ermöglicht. Sie ist ein zentraler Baustein für Retrieval-Augmented Generation und semantische Suche.
Der Chatbot ruft passende Dokumente aus einer Vektordatenbank ab, indem er die Ähnlichkeit der Embeddings vergleicht.
- https://de.wikipedia.org/wiki/Vektordatenbank
English
vector database
A database that stores data as high-dimensional vectors (embeddings) and enables similarity search based on vector distance rather than exact matching. It is a core component of retrieval-augmented generation and semantic search systems.
The chatbot retrieves relevant documents from a vector database by comparing embedding similarity.
- https://en.wikipedia.org/wiki/Vector_database
Français
base de données vectorielle
Base de données qui stocke les données sous forme de vecteurs de haute dimension (embeddings) et permet une recherche par similarité fondée sur la distance vectorielle plutôt que sur une correspondance exacte. Elle constitue un élément clé de la génération augmentée par récupération et de la recherche sémantique.
Le chatbot récupère les documents pertinents dans une base de données vectorielle en comparant la similarité des embeddings.
- https://fr.wikipedia.org/wiki/Base_de_donn%C3%A9es_vectorielle
Italiano
database vettoriale
Database che memorizza i dati come vettori ad alta dimensionalità (embedding) e consente una ricerca per similarità basata sulla distanza vettoriale anziché sulla corrispondenza esatta. È un componente centrale della retrieval-augmented generation e della ricerca semantica.
Il chatbot recupera i documenti pertinenti da un database vettoriale confrontando la similarità degli embedding.
- https://it.wikipedia.org/wiki/Database_vettoriale
中文
向量数据库
一种将数据存储为高维向量(嵌入)的数据库,基于向量距离进行相似性检索,而非精确匹配。它是检索增强生成和语义搜索系统的核心组件。
聊天机器人通过比较嵌入相似度,从向量数据库中检索相关文档。
- https://zh.wikipedia.org/wiki/%E5%90%91%E9%87%8F%E6%95%B0%E6%8D%AE%E5%BA%93
Deutsch
Verarbeitung natürlicher Sprache
Teilgebiet der künstlichen Intelligenz, das Computern ermöglicht, menschliche Sprache zu verstehen, zu interpretieren und zu erzeugen. Grundlage für Suchanfrageninterpretation, Chatbots und Textanalyse.
Moderne Suchmaschinen nutzen die Verarbeitung natürlicher Sprache, um die Absicht hinter dialogorientierten Suchanfragen zu erkennen.
- https://de.wikipedia.org/wiki/Computerlinguistik
English
natural language processing
A subfield of artificial intelligence concerned with enabling computers to understand, interpret and generate human language. It underpins search query understanding, chatbots and text analysis.
Modern search engines use natural language processing to interpret the intent behind conversational queries.
- https://en.wikipedia.org/wiki/Natural_language_processing
- https://developers.google.com/machine-learning/glossary
Français
traitement automatique du langage naturel
Sous-domaine de l'intelligence artificielle visant à permettre aux ordinateurs de comprendre, interpréter et générer le langage humain. Il sous-tend l'interprétation des requêtes, les agents conversationnels et l'analyse de texte.
Les moteurs de recherche modernes utilisent le traitement automatique du langage naturel pour comprendre l'intention des requêtes conversationnelles.
- https://fr.wikipedia.org/wiki/Traitement_automatique_des_langues
Italiano
elaborazione del linguaggio naturale
Sottocampo dell'intelligenza artificiale che consente ai computer di comprendere, interpretare e generare il linguaggio umano. È alla base dell'interpretazione delle query, dei chatbot e dell'analisi testuale.
I motori di ricerca moderni impiegano l'elaborazione del linguaggio naturale per interpretare l'intento delle query conversazionali.
- https://it.wikipedia.org/wiki/Elaborazione_del_linguaggio_naturale
中文
自然语言处理
人工智能的一个分支,旨在使计算机能够理解、解释和生成人类语言。它是搜索查询理解、聊天机器人和文本分析的基础。
现代搜索引擎利用自然语言处理来理解对话式查询背后的意图。
- https://zh.wikipedia.org/wiki/自然语言处理
Deutsch
Verschlüsselung
Der Vorgang, bei dem Klartextdaten mithilfe eines kryptografischen Algorithmus und Schlüssels in einen unlesbaren Chiffretext umgewandelt werden, sodass nur berechtigte Parteien sie entschlüsseln können.
Die TLS-Verschlüsselung schützt die Daten, die zwischen Browser und Webserver übertragen werden.
- https://de.wikipedia.org/wiki/Verschl%C3%BCsselung
- https://developers.google.com/search/docs/crawling-indexing/https
English
encryption
The process of converting plaintext data into an unreadable ciphertext form using a cryptographic algorithm and key, so that only authorized parties can decrypt and read it.
TLS encryption protects data transmitted between a browser and a web server.
- https://en.wikipedia.org/wiki/Encryption
- https://developers.google.com/search/docs/crawling-indexing/https
Français
chiffrement
Processus de conversion de données en clair en un texte chiffré illisible à l'aide d'un algorithme et d'une clé cryptographiques, afin que seules les parties autorisées puissent les déchiffrer.
Le chiffrement TLS protège les données transmises entre un navigateur et un serveur web.
- https://fr.wikipedia.org/wiki/Chiffrement
- https://developers.google.com/search/docs/crawling-indexing/https
Italiano
crittografia
Processo di conversione di dati in chiaro in un testo cifrato illeggibile mediante un algoritmo e una chiave crittografici, in modo che solo le parti autorizzate possano decifrarli.
La crittografia TLS protegge i dati trasmessi tra un browser e un server web.
- https://it.wikipedia.org/wiki/Crittografia
- https://developers.google.com/search/docs/crawling-indexing/https
中文
加密
使用密码算法和密钥将明文数据转换为不可读的密文的过程,只有授权方才能解密并读取数据。
TLS 加密可保护浏览器与网页服务器之间传输的数据。
- https://zh.wikipedia.org/wiki/%E5%8A%A0%E5%AF%86
- https://developers.google.com/search/docs/crawling-indexing/https
Deutsch
versteckter Text
Text auf einer Webseite, der für menschliche Nutzer unsichtbar ist, aber von Suchmaschinen-Crawlern gelesen werden kann und häufig zur Ranking-Manipulation eingesetzt wird. Er gilt als Spam-Technik und verstösst gegen die Richtlinien der Suchmaschinen.
Weisse Schrift auf weissem Hintergrund ist eine typische Form von verstecktem Text, die zu einer Google-Abstrafung führen kann.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinen-Spamming
English
hidden text
Text on a web page that is not visible to human users but may be readable by search engine crawlers, often used to manipulate rankings. It is generally considered a spam technique that violates search engine guidelines.
Stuffing keywords in white text on a white background is a classic form of hidden text that can trigger a Google penalty.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Spamdexing
Français
texte caché
Texte présent sur une page web, invisible pour les utilisateurs humains mais lisible par les robots d'exploration des moteurs de recherche, souvent utilisé pour manipuler le classement. Il est considéré comme une technique de spam contraire aux consignes des moteurs de recherche.
Placer du texte blanc sur fond blanc est une forme classique de texte caché susceptible d'entraîner une pénalité Google.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/Spamdexing
Italiano
testo nascosto
Testo presente in una pagina web, invisibile agli utenti ma leggibile dai crawler dei motori di ricerca, spesso usato per manipolare il posizionamento. È considerato una tecnica di spam che viola le linee guida dei motori di ricerca.
Inserire testo bianco su sfondo bianco è una tipica forma di testo nascosto che può causare una penalizzazione da parte di Google.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Spamdexing
中文
隐藏文本
网页中对人类用户不可见但可被搜索引擎爬虫读取的文本,常被用于操纵排名。这被视为违反搜索引擎准则的垃圾技术。
在白色背景上使用白色文字堆砌关键词是一种典型的隐藏文本手法,可能招致谷歌的惩罚。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/搜索引擎作弊
Deutsch
vertikale Suche
Ein Suchdienst, der sich auf ein bestimmtes Themen- oder Inhaltssegment konzentriert, etwa Bilder, Nachrichten, Jobs, Reisen oder Produkte, statt das gesamte Web zu indexieren. Die Ergebnisse sind auf eine spezifische Branche oder einen Inhaltstyp zugeschnitten.
Für die Jobsuche nutzte er eine vertikale Suche, die ausschliesslich Stellenanzeigen durchsucht.
- https://de.wikipedia.org/wiki/Vertikale_Suchmaschine
English
vertical search
A search service that focuses on a specific segment of online content, such as images, news, jobs, travel or products, rather than indexing the entire web. Results are tailored to a particular topic, industry or content type.
Instead of using a general engine, she relied on a vertical search platform dedicated to academic papers.
- https://en.wikipedia.org/wiki/Vertical_search
Français
recherche verticale
Service de recherche axé sur un segment spécifique de contenu en ligne, comme les images, l'actualité, l'emploi, le voyage ou les produits, plutôt que d'indexer l'ensemble du web. Les résultats sont adaptés à un thème, un secteur ou un type de contenu précis.
Pour ses billets d'avion, elle a utilisé une recherche verticale spécialisée dans le voyage.
- https://fr.wikipedia.org/wiki/Moteur_de_recherche_vertical
Italiano
ricerca verticale
Servizio di ricerca focalizzato su un segmento specifico di contenuti online, come immagini, notizie, lavoro, viaggi o prodotti, anziché indicizzare l'intero web. I risultati sono adattati a un tema, un settore o un tipo di contenuto specifico.
Per trovare offerte di lavoro ha usato una ricerca verticale dedicata al settore IT.
- https://it.wikipedia.org/wiki/Motore_di_ricerca_verticale
中文
垂直搜索
专注于某一特定内容领域的搜索服务,如图片、新闻、招聘、旅游或商品,而非索引整个网络。其搜索结果针对特定主题、行业或内容类型进行优化。
他没有使用通用搜索引擎,而是通过一个专注于学术论文的垂直搜索平台查找资料。
- https://zh.wikipedia.org/wiki/垂直搜索引擎
Deutsch
Vertrauenssignal
Ein visuelles, textliches oder technisches Element auf einer Website, das Besuchern die Glaubwürdigkeit und Seriosität vermittelt und so die Konversionswahrscheinlichkeit erhöht. Typische Beispiele sind Gütesiegel, Kundenbewertungen und transparente Kontaktangaben.
Ein sichtbares SSL-Schloss und geprüfte Kundenbewertungen sind wirksame Vertrauenssignale, die Kaufabbrüche reduzieren.
- https://de.wikipedia.org/wiki/Conversion-Optimierung
English
trust signal
A visual, textual or technical element on a website that reassures visitors of its credibility and reliability, thereby increasing the likelihood of conversion. Examples include security badges, customer reviews, certifications and transparent contact information.
Displaying an SSL padlock and verified customer reviews are effective trust signals that reduce cart abandonment.
- https://www.nngroup.com/articles/trust-worthy-design/
Français
signal de confiance
Élément visuel, textuel ou technique présent sur un site web qui rassure les visiteurs quant à sa crédibilité et sa fiabilité, augmentant ainsi la probabilité de conversion. Il peut s'agir de labels de sécurité, d'avis clients ou de coordonnées transparentes.
Afficher un cadenas SSL et des avis clients vérifiés constitue des signaux de confiance efficaces pour limiter l'abandon de panier.
- https://fr.wikipedia.org/wiki/Optimisation_du_taux_de_conversion
Italiano
segnale di fiducia
Elemento visivo, testuale o tecnico presente su un sito web che rassicura i visitatori sulla sua credibilità e affidabilità, aumentando così la probabilità di conversione. Ne sono esempi sigilli di sicurezza, recensioni dei clienti e informazioni di contatto trasparenti.
Mostrare un lucchetto SSL e recensioni verificate dei clienti costituisce segnali di fiducia efficaci per ridurre l'abbandono del carrello.
- https://it.wikipedia.org/wiki/Conversione_(marketing)
中文
信任信号
网站上向访问者传达其可信度和可靠性的视觉、文本或技术元素,从而提高转化的可能性。常见示例包括安全徽章、客户评价、认证标志和透明的联系信息。
显示 SSL 安全锁和经过验证的客户评价是有效的信任信号,可以降低购物车放弃率。
- https://zh.wikipedia.org/wiki/转换率优化
Deutsch
verwaiste Seite
Eine verwaiste Seite ist eine Webseite, auf die keine internen Links verweisen, sodass sie von Nutzern und Suchmaschinen-Crawlern über die normale Navigation kaum auffindbar ist.
Nach dem Relaunch wurde die alte Kampagnenseite zur verwaisten Seite, weil keine internen Links mehr auf sie zeigten.
- https://de.wikipedia.org/wiki/Verwaiste_Seite
English
orphan page
An orphan page is a page on a website that has no internal links pointing to it, making it difficult for users and search engine crawlers to discover through normal navigation.
The old landing page became an orphan page after all links to it were removed during the site redesign.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable
- https://en.wikipedia.org/wiki/Orphan_page
Français
page orpheline
Une page orpheline est une page d'un site web vers laquelle ne pointe aucun lien interne, ce qui la rend difficile à découvrir par les utilisateurs et les robots d'exploration des moteurs de recherche.
Lors de la refonte du site, l'ancienne page de destination est devenue une page orpheline faute de liens internes.
- https://fr.wikipedia.org/wiki/Page_orpheline
Italiano
pagina orfana
Una pagina orfana è una pagina di un sito web verso la quale non punta alcun link interno, rendendola difficile da trovare per gli utenti e per i crawler dei motori di ricerca.
Dopo il restyling del sito, la vecchia landing page è diventata una pagina orfana perché nessun link interno la raggiungeva più.
- https://it.wikipedia.org/wiki/Pagina_orfana
中文
孤立页面
孤立页面是指网站中没有任何内部链接指向它的页面,用户和搜索引擎爬虫难以通过正常导航发现该页面。
网站改版后,旧的着陆页因失去所有内部链接而变成了孤立页面。
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable
Deutsch
Verweildauer
Die Zeitspanne, die ein Nutzer nach dem Klick auf ein Suchergebnis auf einer Webseite verbringt, bevor er zur Suchergebnisseite zurückkehrt. Sie gilt als Indikator für Relevanz und Nutzerzufriedenheit.
Eine lange Verweildauer deutet darauf hin, dass die Besucher den Inhalt als hilfreich empfanden.
- https://de.wikipedia.org/wiki/Verweildauer
English
dwell time
The length of time a user spends on a web page after clicking a search result before returning to the search engine results page. It is often used as a signal of content relevance and user satisfaction.
A high dwell time suggests that visitors found the article engaging enough to read it fully.
- https://en.wikipedia.org/wiki/Dwell_time_(information_retrieval)
Français
temps de présence
Durée pendant laquelle un utilisateur reste sur une page web après avoir cliqué sur un résultat de recherche, avant de revenir à la page de résultats. Elle sert d'indicateur de pertinence et de satisfaction.
Un temps de présence élevé indique que les visiteurs ont trouvé le contenu intéressant.
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
tempo di permanenza
Il periodo di tempo che un utente trascorre su una pagina web dopo aver cliccato su un risultato di ricerca, prima di tornare alla pagina dei risultati. È usato come indicatore di pertinenza e soddisfazione dell'utente.
Un tempo di permanenza elevato suggerisce che i visitatori hanno trovato utile il contenuto.
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
停留时间
用户点击搜索结果后在网页上停留的时间长度,即返回搜索结果页之前所花费的时间。它常被用作衡量内容相关性和用户满意度的信号。
较长的停留时间表明访客认为该文章内容足够吸引人,值得完整阅读。
- https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Verweildauer auf der Seite
Die Zeitspanne, die ein Besucher auf einer bestimmten Seite verbringt, bevor er zu einer anderen Seite wechselt oder die Website verlässt. Es handelt sich um eine Web-Analytics-Kennzahl zur Messung des Content-Engagements.
Der Ratgeberartikel erzielte eine durchschnittliche Verweildauer auf der Seite von über drei Minuten.
- https://support.google.com/analytics/answer/11986666?hl=de
English
time on page
The amount of time a visitor spends viewing a specific page before navigating to another page or leaving the site. It is a web analytics metric used to gauge content engagement.
The blog article had an average time on page of over three minutes, indicating strong reader engagement.
- https://support.google.com/analytics/answer/11986666
Français
temps passé sur la page
Durée pendant laquelle un visiteur consulte une page donnée avant de passer à une autre page ou de quitter le site. Il s'agit d'une métrique de web analytics mesurant l'engagement envers le contenu.
L'article de blog a enregistré un temps passé sur la page moyen de plus de trois minutes.
- https://support.google.com/analytics/answer/11986666?hl=fr
Italiano
tempo sulla pagina
L'intervallo di tempo che un visitatore trascorre su una determinata pagina prima di passare a un'altra pagina o di abbandonare il sito. È una metrica di web analytics utile a misurare il coinvolgimento con i contenuti.
L'articolo del blog ha registrato un tempo sulla pagina medio di oltre tre minuti.
- https://support.google.com/analytics/answer/11986666?hl=it
中文
页面停留时间
访问者在跳转到其他页面或离开网站之前,在某个特定页面上浏览所花费的时间。这是衡量内容参与度的一项网站分析指标。
这篇博客文章的平均页面停留时间超过三分钟,表明读者参与度很高。
- https://support.google.com/analytics/answer/11986666?hl=zh-Hans
Deutsch
Video-Karussell
Ein SERP-Feature, das mehrere Videoergebnisse in einer horizontal scrollbaren Reihe darstellt, meist aus Plattformen wie YouTube. Es erscheint bei Suchanfragen mit ausgeprägter Video-Intention.
Bei der Suche nach 'Krawatte binden' zeigt Google ein Video-Karussell mit mehreren Anleitungsclips.
- https://developers.google.com/search/docs/appearance/video?hl=de
English
video carousel
A SERP feature that displays multiple video results in a horizontally scrollable row, typically drawn from platforms like YouTube. It appears for queries with strong video intent.
For the query 'how to tie a tie', Google shows a video carousel with several tutorial clips.
- https://developers.google.com/search/docs/appearance/video
- https://developers.google.com/search/docs/appearance/structured-data/carousel
Français
carrousel vidéo
Fonctionnalité SERP affichant plusieurs résultats vidéo dans une rangée défilante horizontalement, généralement issus de plateformes comme YouTube. Elle apparaît pour les requêtes à forte intention vidéo.
Pour la requête 'comment faire un nœud de cravate', Google affiche un carrousel vidéo avec plusieurs tutoriels.
- https://developers.google.com/search/docs/appearance/video?hl=fr
Italiano
carosello video
Funzionalità della SERP che mostra più risultati video in una riga scorrevole orizzontalmente, generalmente provenienti da piattaforme come YouTube. Appare per query con forte intento video.
Per la query 'come fare il nodo alla cravatta', Google mostra un carosello video con diversi tutorial.
- https://developers.google.com/search/docs/appearance/video?hl=it
中文
视频轮播
一种搜索结果页(SERP)功能,以可水平滚动的横排形式展示多个视频结果,通常来自 YouTube 等平台。它针对具有强烈视频意图的查询出现。
对于查询“如何打领带”,谷歌会显示一个包含多个教程视频的视频轮播。
- https://developers.google.com/search/docs/appearance/video?hl=zh-cn
Deutsch
Video-SEO
Video-SEO bezeichnet die Suchmaschinenoptimierung von Videoinhalten und deren Metadaten, damit sie in Such- und Videoplattformen besser ranken. Dazu gehören strukturierte Daten, Transkripte, Thumbnails und Video-Sitemaps.
Durch VideoObject-Markup und eine Video-Sitemap verbesserte das Team sein Video-SEO und erzielte Rich Results bei Google.
- https://developers.google.com/search/docs/appearance/video
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
English
video SEO
Video SEO is the practice of optimizing video content and its surrounding metadata so it ranks higher in search engine results and video platforms. It includes techniques such as structured data, transcripts, thumbnails and video sitemaps.
By adding VideoObject structured data and a video sitemap, the team improved their video SEO and gained rich results in Google.
- https://developers.google.com/search/docs/appearance/video
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
Français
SEO vidéo
Le SEO vidéo désigne l'optimisation des contenus vidéo et de leurs métadonnées afin d'améliorer leur classement dans les moteurs de recherche et les plateformes vidéo. Il repose notamment sur les données structurées, les transcriptions, les miniatures et les sitemaps vidéo.
Grâce au balisage VideoObject et à un sitemap vidéo, l'équipe a amélioré son SEO vidéo et obtenu des résultats enrichis sur Google.
- https://developers.google.com/search/docs/appearance/video
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO video
La SEO video è l'ottimizzazione dei contenuti video e dei relativi metadati per migliorarne il posizionamento nei motori di ricerca e nelle piattaforme video. Comprende dati strutturati, trascrizioni, miniature e sitemap video.
Con il markup VideoObject e una sitemap video, il team ha migliorato la SEO video ottenendo risultati avanzati su Google.
- https://developers.google.com/search/docs/appearance/video
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
视频SEO
视频SEO是指对视频内容及其元数据进行优化,以提升其在搜索引擎和视频平台中的排名。常用手段包括结构化数据、字幕转录、缩略图和视频站点地图。
通过添加VideoObject结构化数据和视频站点地图,团队提升了视频SEO效果,并在谷歌获得了丰富搜索结果。
- https://developers.google.com/search/docs/appearance/video
- https://zh.wikipedia.org/wiki/搜索引擎优化
Deutsch
Video-Sitemap
Eine Video-Sitemap ist eine spezialisierte XML-Sitemap bzw. Erweiterung, die Suchmaschinen strukturierte Metadaten zu auf einer Website gehosteten Videos liefert, etwa Titel, Beschreibung, Dauer und Vorschaubild-URL. Sie unterstützt das Auffinden und Indexieren von Videos.
Wir haben eine Video-Sitemap eingebunden, damit Google die eingebetteten Tutorial-Clips auf unseren Produktseiten indexieren kann.
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
- https://www.sitemaps.org/protocol.html
English
video sitemap
A video sitemap is a specialized XML sitemap or extension that provides search engines with structured metadata about video content hosted on a website, such as title, description, duration and thumbnail URL. It helps search engines discover and index videos that might otherwise be missed.
We added a video sitemap so that Google could index the tutorial clips embedded on our product pages.
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
- https://www.sitemaps.org/protocol.html
Français
sitemap vidéo
Un sitemap vidéo est un sitemap XML spécialisé, ou une extension de celui-ci, qui fournit aux moteurs de recherche des métadonnées structurées sur les vidéos hébergées sur un site, telles que le titre, la description, la durée et l'URL de la miniature. Il facilite la découverte et l'indexation des vidéos.
Nous avons ajouté un sitemap vidéo pour que Google puisse indexer les tutoriels intégrés à nos pages produits.
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
- https://www.sitemaps.org/protocol.html
Italiano
sitemap video
Una sitemap video è una sitemap XML specializzata, o una sua estensione, che fornisce ai motori di ricerca metadati strutturati sui video ospitati su un sito web, come titolo, descrizione, durata e URL della miniatura. Aiuta i motori a individuare e indicizzare i video.
Abbiamo aggiunto una sitemap video affinché Google potesse indicizzare i tutorial incorporati nelle nostre pagine prodotto.
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
- https://www.sitemaps.org/protocol.html
中文
视频站点地图
视频站点地图是一种专门的 XML 站点地图或其扩展,为搜索引擎提供网站上托管视频的结构化元数据,例如标题、描述、时长和缩略图 URL,帮助搜索引擎发现并索引视频内容。
我们添加了视频站点地图,以便 Google 能够索引嵌入在产品页面中的教程视频。
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
- https://www.sitemaps.org/protocol.html
Deutsch
Videosuche
Eine Form der Websuche, die auf das Auffinden von Videoinhalten spezialisiert ist und dabei Metadaten, Transkripte und Seitenkontext indexiert. Die Treffer erscheinen meist als Video-Vorschaubilder oder in einer eigenen Video-Vertikale.
Durch strukturierte Daten und Untertitel lässt sich die Platzierung in der Videosuche verbessern.
- https://developers.google.com/search/docs/appearance/video?hl=de
- https://de.wikipedia.org/wiki/Videosuchmaschine
English
video search
A type of web search focused on finding and retrieving video content by indexing metadata, transcripts, and on-page context. Results are typically shown as video thumbnails or a dedicated video vertical.
Optimizing your captions and structured data can improve how your clips appear in video search.
- https://developers.google.com/search/docs/appearance/video
- https://en.wikipedia.org/wiki/Video_search_engine
Français
recherche vidéo
Type de recherche web spécialisé dans la découverte et la récupération de contenus vidéo en indexant les métadonnées, les transcriptions et le contexte de la page. Les résultats s'affichent généralement sous forme de vignettes vidéo ou dans un onglet dédié.
L'ajout de données structurées et de sous-titres améliore le classement dans la recherche vidéo.
- https://developers.google.com/search/docs/appearance/video?hl=fr
- https://fr.wikipedia.org/wiki/Moteur_de_recherche_de_vid%C3%A9os
Italiano
ricerca video
Tipo di ricerca web specializzato nel trovare e recuperare contenuti video indicizzando metadati, trascrizioni e contesto della pagina. I risultati appaiono di solito come miniature video o in una scheda dedicata.
L'uso di dati strutturati e sottotitoli migliora il posizionamento nella ricerca video.
- https://developers.google.com/search/docs/appearance/video?hl=it
- https://it.wikipedia.org/wiki/Motore_di_ricerca_di_video
中文
视频搜索
一种专注于查找和检索视频内容的网络搜索类型,通过索引元数据、字幕文本和页面上下文来实现。结果通常以视频缩略图或专门的视频标签页形式呈现。
添加结构化数据和字幕有助于提升视频在视频搜索中的排名。
- https://developers.google.com/search/docs/appearance/video?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E8%A7%86%E9%A2%91%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E
Deutsch
Viewport
Der sichtbare Bereich einer Webseite im Browserfenster, der je nach Gerät und Bildschirmgröße variiert. Im responsiven Design wird er über das Viewport-Meta-Tag gesteuert.
Mit dem Viewport-Meta-Tag width=device-width wird sichergestellt, dass die Seite auf Mobilgeräten korrekt skaliert.
- https://developer.mozilla.org/de/docs/Web/HTML/Viewport_meta_tag
English
viewport
The visible area of a web page in the browser window, which varies with device and screen size. In responsive design it is controlled via the viewport meta tag to adapt layout to the user's device.
Setting the viewport meta tag to width=device-width ensures the page scales correctly on mobile devices.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
- https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing
Français
viewport
Zone visible d'une page web dans la fenêtre du navigateur, qui varie selon l'appareil et la taille d'écran. En conception responsive, elle est contrôlée via la balise meta viewport.
La balise meta viewport avec width=device-width garantit que la page s'adapte correctement aux appareils mobiles.
- https://developer.mozilla.org/fr/docs/Web/HTML/Viewport_meta_tag
Italiano
viewport
Area visibile di una pagina web nella finestra del browser, che varia in base al dispositivo e alle dimensioni dello schermo. Nel design responsive viene controllata tramite il meta tag viewport.
Il meta tag viewport con width=device-width assicura che la pagina si adatti correttamente ai dispositivi mobili.
- https://developer.mozilla.org/it/docs/Web/HTML/Viewport_meta_tag
中文
视口
网页在浏览器窗口中的可见区域,其大小随设备和屏幕尺寸而变化。在响应式设计中通过 viewport meta 标签进行控制。
将 viewport meta 标签设置为 width=device-width,可确保页面在移动设备上正确缩放。
- https://developer.mozilla.org/zh-CN/docs/Web/HTML/Viewport_meta_tag
Deutsch
viraler Content
Digitaler Content, der sich durch das Teilen in sozialen Netzwerken, Messenger-Diensten und anderen Kanälen schnell und weit im Internet verbreitet. Seine Reichweite wächst exponentiell, weil Nutzer ihn an ihr eigenes Publikum weitergeben.
Das kurze Video der Marke wurde über Nacht zu viralem Content und erzielte innerhalb von 48 Stunden Millionen Shares.
- https://de.wikipedia.org/wiki/Virales_Marketing
English
viral content
Digital content that spreads rapidly and widely across the internet through sharing on social networks, messaging apps and other channels. Its reach grows exponentially as users pass it on to their own audiences.
The brand's short video became viral content overnight, reaching millions of shares within 48 hours.
- https://en.wikipedia.org/wiki/Viral_phenomenon
Français
contenu viral
Contenu numérique qui se propage rapidement et largement sur Internet grâce au partage sur les réseaux sociaux, les messageries et d'autres canaux. Sa portée croît de manière exponentielle à mesure que les utilisateurs le transmettent à leur propre audience.
La courte vidéo de la marque est devenue un contenu viral du jour au lendemain, atteignant des millions de partages en 48 heures.
- https://fr.wikipedia.org/wiki/Marketing_viral
Italiano
contenuto virale
Contenuto digitale che si diffonde rapidamente e ampiamente su Internet attraverso la condivisione sui social network, sulle app di messaggistica e su altri canali. La sua portata cresce in modo esponenziale man mano che gli utenti lo trasmettono al proprio pubblico.
Il breve video del marchio è diventato un contenuto virale in una notte, raggiungendo milioni di condivisioni in 48 ore.
- https://it.wikipedia.org/wiki/Marketing_virale
中文
病毒式内容
通过社交网络、即时通讯应用和其他渠道的分享,在互联网上迅速而广泛传播的数字内容。随着用户将其转发给自己的受众,其触达范围呈指数级增长。
该品牌的短视频一夜之间成为病毒式内容,在48小时内获得了数百万次分享。
- https://zh.wikipedia.org/wiki/病毒式行銷
Deutsch
virtueller Assistent
Ein Softwareagent, der mithilfe von natürlicher Sprachverarbeitung und häufig KI Benutzeranfragen versteht und Aufgaben ausführt oder Informationen per Sprache oder Text bereitstellt.
Der virtuelle Assistent kann Termine anlegen, Fragen beantworten oder Smart-Home-Geräte steuern.
- https://de.wikipedia.org/wiki/Virtueller_Assistent
English
virtual assistant
A software agent that uses natural language processing and often AI to understand user requests and perform tasks or provide information via voice or text.
Users can ask the virtual assistant to set reminders, answer questions, or control smart home devices.
- https://en.wikipedia.org/wiki/Virtual_assistant
- https://developers.google.com/assistant
Français
assistant virtuel
Un agent logiciel qui utilise le traitement du langage naturel et souvent l'IA pour comprendre les demandes des utilisateurs et exécuter des tâches ou fournir des informations par la voix ou le texte.
L'assistant virtuel peut créer des rappels, répondre aux questions ou contrôler des appareils domotiques.
- https://fr.wikipedia.org/wiki/Assistant_personnel_intelligent
Italiano
assistente virtuale
Un agente software che utilizza l'elaborazione del linguaggio naturale e spesso l'IA per comprendere le richieste degli utenti ed eseguire attività o fornire informazioni tramite voce o testo.
L'assistente virtuale può impostare promemoria, rispondere a domande o controllare dispositivi per la casa intelligente.
- https://it.wikipedia.org/wiki/Assistente_virtuale
中文
虚拟助手
一种利用自然语言处理并通常结合人工智能技术的软件代理,能够理解用户请求,通过语音或文本执行任务或提供信息。
用户可以让虚拟助手设置提醒、回答问题或控制智能家居设备。
- https://zh.wikipedia.org/wiki/虚拟助手
Deutsch
Vision-Language-Modell
Ein Vision-Language-Modell (VLM) ist ein multimodales KI-Modell, das Bilder und Text gemeinsam verarbeitet und so Aufgaben wie Bildbeschreibung, visuelle Fragebeantwortung und Bild-Text-Suche ermöglicht.
Das Vision-Language-Modell beschrieb das Diagramm im hochgeladenen Screenshot korrekt, als es nach dem Umsatztrend gefragt wurde.
- https://de.wikipedia.org/wiki/Vision-Language-Modell
English
vision language model
A vision language model (VLM) is a multimodal AI model that jointly processes images and text, enabling tasks such as image captioning, visual question answering and image-text retrieval.
The vision language model correctly described the chart in the uploaded screenshot when asked about the sales trend.
- https://en.wikipedia.org/wiki/Vision-language_model
- https://huggingface.co/blog/vlms
Français
modèle vision-langage
Un modèle vision-langage (VLM) est un modèle d'IA multimodal qui traite conjointement images et texte, permettant des tâches telles que le sous-titrage d'images, la réponse à des questions visuelles et la recherche image-texte.
Le modèle vision-langage a correctement décrit le graphique de la capture d'écran téléversée lorsqu'on l'a interrogé sur la tendance des ventes.
- https://fr.wikipedia.org/wiki/Mod%C3%A8le_vision-langage
Italiano
modello visione-linguaggio
Un modello visione-linguaggio (VLM) è un modello di IA multimodale che elabora congiuntamente immagini e testo, consentendo compiti come la descrizione di immagini, la risposta a domande visive e il recupero immagine-testo.
Il modello visione-linguaggio ha descritto correttamente il grafico dello screenshot caricato quando gli è stato chiesto l'andamento delle vendite.
- https://it.wikipedia.org/wiki/Modello_visione-linguaggio
中文
视觉语言模型
视觉语言模型(VLM)是一种同时处理图像和文本的多模态人工智能模型,可用于图像描述、视觉问答和图文检索等任务。
当被问及销售趋势时,视觉语言模型准确描述了上传截图中的图表。
- https://zh.wikipedia.org/wiki/%E8%A7%86%E8%A7%89%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
Deutsch
visuelle Suche
Eine Suchtechnologie, bei der ein Bild anstelle von Text als Suchanfrage dient, sodass Nutzer durch Hochladen oder Aufnehmen eines Fotos Informationen, Produkte oder ähnliche Bilder finden. Sie basiert auf Computer Vision und maschinellem Lernen.
Mit der visuellen Suche von Google Lens können Nutzer die Kamera auf einen Gegenstand richten und ähnliche Produkte kaufen.
- https://lens.google/
- https://de.wikipedia.org/wiki/Bildersuche
English
visual search
A search technology that uses an image rather than text as the query input, letting users find information, products or similar visuals by uploading or capturing a picture. It relies on computer vision and machine learning to interpret image content.
With Google Lens visual search, users can point their camera at a plant to identify its species and buy related products.
- https://lens.google/
- https://en.wikipedia.org/wiki/Visual_search_engine
Français
recherche visuelle
Technologie de recherche qui utilise une image plutôt qu'un texte comme requête, permettant aux utilisateurs de trouver des informations, des produits ou des visuels similaires en téléchargeant ou en capturant une photo. Elle repose sur la vision par ordinateur et l'apprentissage automatique.
Grâce à la recherche visuelle de Google Lens, les utilisateurs peuvent pointer leur caméra vers un objet pour identifier des produits similaires.
- https://lens.google/
- https://fr.wikipedia.org/wiki/Moteur_de_recherche_visuelle
Italiano
ricerca visiva
Tecnologia di ricerca che utilizza un'immagine anziché un testo come query, consentendo agli utenti di trovare informazioni, prodotti o immagini simili caricando o scattando una foto. Si basa sulla visione artificiale e sull'apprendimento automatico.
Con la ricerca visiva di Google Lens gli utenti possono inquadrare un oggetto per identificare prodotti simili.
- https://lens.google/
- https://it.wikipedia.org/wiki/Motore_di_ricerca_visuale
中文
视觉搜索
一种以图像而非文本作为查询输入的搜索技术,用户通过上传或拍摄图片即可查找信息、商品或相似图像。它依赖计算机视觉和机器学习来解析图像内容。
借助 Google Lens 的视觉搜索,用户可以将相机对准物体以识别并购买相似商品。
- https://lens.google/
- https://zh.wikipedia.org/wiki/以图搜图
Deutsch
vorausschauende Suche
Eine Suchfunktion, die die Anfrage eines Nutzers während der Eingabe in Echtzeit vorhersagt und passende Begriffe, Ergebnisse oder Inhalte auf Basis populärer Suchanfragen, Kontext und Verhaltensdaten vorschlägt.
Kaum hatte der Nutzer 'wet' eingegeben, schlug die vorausschauende Suche 'Wetterbericht' vor.
- https://de.wikipedia.org/wiki/Autovervollst%C3%A4ndigung
English
predictive search
A search feature that anticipates a user's query by suggesting terms, results or content in real time as they type, based on popular queries, context and behavioural data.
As soon as the user typed 'wea', predictive search suggested 'weather forecast' at the top of the list.
- https://developers.google.com/search/docs/appearance/search-box
- https://en.wikipedia.org/wiki/Autocomplete
Français
recherche prédictive
Fonctionnalité de recherche qui anticipe la requête d'un utilisateur en suggérant en temps réel des termes, résultats ou contenus au fur et à mesure de la saisie, en s'appuyant sur les requêtes populaires, le contexte et les données comportementales.
Dès que l'utilisateur a tapé 'mét', la recherche prédictive a proposé 'météo du jour'.
- https://fr.wikipedia.org/wiki/Saisie_semi-automatique
Italiano
ricerca predittiva
Funzionalità di ricerca che anticipa la query di un utente suggerendo in tempo reale termini, risultati o contenuti mentre digita, sulla base di query popolari, contesto e dati comportamentali.
Appena l'utente ha digitato 'met', la ricerca predittiva ha suggerito 'meteo oggi'.
- https://it.wikipedia.org/wiki/Completamento_automatico
中文
预测搜索
一种搜索功能,在用户输入时实时预测其查询意图,并根据热门查询、上下文和行为数据即时推荐相关词条、结果或内容。
用户刚输入“天”,预测搜索便在列表顶部推荐了“天气预报”。
- https://zh.wikipedia.org/wiki/%E8%87%AA%E5%8B%95%E5%AE%8C%E6%88%90
Deutsch
Vorlage
Eine wiederverwendbare, vordefinierte Struktur oder Datei mit festem Aufbau und Platzhaltern für variable Inhalte, aus der konsistente Webseiten oder Dokumente erzeugt werden.
Das CMS nutzt eine einzige Seitenvorlage, um Hunderte Produktseiten mit gleicher Struktur auszugeben.
- https://developer.mozilla.org/de/docs/Web/HTML/Element/template
- https://de.wikipedia.org/wiki/Template_(Webseiten)
English
template
A reusable, predefined layout or file that contains fixed structure and placeholders for variable content, used to generate consistent web pages or documents.
The CMS applies a single page template to render hundreds of product pages with identical structure.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template
- https://en.wikipedia.org/wiki/Web_template_system
Français
modèle
Structure ou fichier réutilisable et prédéfini, contenant une mise en page fixe et des espaces réservés pour le contenu variable, servant à générer des pages web cohérentes.
Le CMS applique un seul modèle de page pour afficher des centaines de fiches produits à la structure identique.
- https://developer.mozilla.org/fr/docs/Web/HTML/Element/template
- https://fr.wikipedia.org/wiki/Mod%C3%A8le_de_document
Italiano
modello
Struttura o file riutilizzabile e predefinito che contiene un layout fisso e segnaposto per i contenuti variabili, usato per generare pagine web o documenti coerenti.
Il CMS applica un unico modello di pagina per generare centinaia di schede prodotto con la stessa struttura.
- https://developer.mozilla.org/it/docs/Web/HTML/Element/template
- https://it.wikipedia.org/wiki/Template_(informatica)
中文
模板
一种可重用的预定义布局或文件,包含固定结构和用于可变内容的占位符,用于生成结构一致的网页或文档。
内容管理系统使用同一个页面模板生成数百个结构相同的产品页面。
- https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/template
- https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E6%A8%A1%E6%9D%BF
Deutsch
W3C
Das World Wide Web Consortium (W3C) ist die internationale Standardisierungsorganisation, die offene Spezifikationen und Richtlinien für das World Wide Web entwickelt, etwa HTML, CSS und WCAG.
Das W3C veröffentlichte die Empfehlung, die festlegt, wie Browser strukturierte HTML-Dokumente darstellen sollen.
- https://www.w3.org/
- https://de.wikipedia.org/wiki/World_Wide_Web_Consortium
English
W3C
The World Wide Web Consortium (W3C) is the international standards organization that develops open specifications and guidelines for the World Wide Web, such as HTML, CSS and WCAG.
The W3C published the recommendation that defines how browsers should render structured HTML documents.
- https://www.w3.org/
- https://en.wikipedia.org/wiki/World_Wide_Web_Consortium
Français
W3C
Le World Wide Web Consortium (W3C) est l'organisation internationale de normalisation qui élabore des spécifications et des recommandations ouvertes pour le World Wide Web, comme HTML, CSS et WCAG.
Le W3C a publié la recommandation qui définit comment les navigateurs doivent afficher les documents HTML structurés.
- https://www.w3.org/
- https://fr.wikipedia.org/wiki/World_Wide_Web_Consortium
Italiano
W3C
Il World Wide Web Consortium (W3C) è l'organizzazione internazionale di standardizzazione che sviluppa specifiche e linee guida aperte per il World Wide Web, come HTML, CSS e WCAG.
Il W3C ha pubblicato la raccomandazione che definisce come i browser devono visualizzare i documenti HTML strutturati.
- https://www.w3.org/
- https://it.wikipedia.org/wiki/World_Wide_Web_Consortium
中文
万维网联盟
万维网联盟(W3C)是制定万维网开放规范和准则的国际标准化组织,负责开发 HTML、CSS 和 WCAG 等标准。
W3C 发布了规定浏览器应如何呈现结构化 HTML 文档的建议标准。
- https://www.w3.org/
- https://zh.wikipedia.org/wiki/万维网联盟
Deutsch
Warenkorbabbruch
Das Verhalten eines Online-Käufers, der Produkte in den Warenkorb legt, den Kauf jedoch vor dem Abschluss abbricht. Der Anteil solcher Abbrüche wird als Warenkorbabbruchrate gemessen.
Unerwartete Versandkosten im Checkout sind eine Hauptursache für Warenkorbabbrüche.
- https://de.wikipedia.org/wiki/Konversionsrate
English
cart abandonment
The behavior of an online shopper who adds products to a shopping cart but leaves the site before completing the purchase. It is a key e-commerce metric, often expressed as the cart abandonment rate.
High shipping costs revealed late in checkout are a leading cause of cart abandonment.
- https://en.wikipedia.org/wiki/Abandonment_rate
Français
abandon de panier
Comportement d'un acheteur en ligne qui ajoute des produits à son panier mais quitte le site avant de finaliser l'achat. Ce phénomène est mesuré par le taux d'abandon de panier.
Des frais de livraison affichés tardivement au moment du paiement provoquent de nombreux abandons de panier.
- https://fr.wikipedia.org/wiki/Taux_de_conversion
Italiano
abbandono del carrello
Comportamento di un acquirente online che aggiunge prodotti al carrello ma lascia il sito prima di completare l'acquisto. Il fenomeno viene misurato dal tasso di abbandono del carrello.
Costi di spedizione mostrati tardi nel checkout sono una causa frequente di abbandono del carrello.
- https://it.wikipedia.org/wiki/Tasso_di_conversione
中文
购物车放弃
指在线购物者将商品加入购物车后,在完成付款前离开网站的行为。该现象通常以购物车放弃率来衡量,是电商的关键指标。
在结账时才显示的高额运费是导致购物车放弃的主要原因之一。
- https://en.wikipedia.org/wiki/Abandonment_rate
Deutsch
WCAG
Die Web Content Accessibility Guidelines sind ein W3C-Standard, der festlegt, wie Webinhalte für Menschen mit Behinderungen zugänglicher gestaltet werden, basierend auf den Prinzipien wahrnehmbar, bedienbar, verständlich und robust.
Die Website wurde gemäss WCAG 2.1 Stufe AA geprüft, um die Anforderungen an die Barrierefreiheit zu erfüllen.
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://de.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines
English
WCAG
The Web Content Accessibility Guidelines are a W3C standard defining how to make web content more accessible to people with disabilities, organized around the principles perceivable, operable, understandable and robust.
The site was audited against WCAG 2.1 Level AA to ensure compliance with accessibility requirements.
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://en.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines
Français
WCAG
Les Web Content Accessibility Guidelines sont une norme du W3C définissant comment rendre les contenus web plus accessibles aux personnes en situation de handicap, selon les principes perceptible, utilisable, compréhensible et robuste.
Le site a été audité selon les WCAG 2.1 niveau AA afin de garantir sa conformité en matière d'accessibilité.
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://fr.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines
Italiano
WCAG
Le Web Content Accessibility Guidelines sono uno standard del W3C che definisce come rendere i contenuti web più accessibili alle persone con disabilità, basandosi sui principi percepibile, utilizzabile, comprensibile e robusto.
Il sito è stato sottoposto a verifica secondo le WCAG 2.1 livello AA per garantire la conformità in materia di accessibilità.
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://it.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines
中文
WCAG
网页内容无障碍指南是W3C制定的标准,规定如何使网页内容对残障人士更易于访问,围绕可感知、可操作、可理解和健壮四项原则展开。
该网站按照WCAG 2.1 AA级标准进行了审核,以确保符合无障碍访问要求。
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://zh.wikipedia.org/wiki/网页内容无障碍指南
Deutsch
Web3
Web3 bezeichnet die Vision eines dezentralen Internets auf Basis von Blockchain-Technologien, tokenbasierten Ökonomien und verteilter Eigentümerschaft, im Gegensatz zum plattformzentrierten Web 2.0.
Befürworter sehen in Web3 die Möglichkeit, dass Nutzer über Blockchain-Wallets die Kontrolle über ihre eigenen Daten behalten.
- https://de.wikipedia.org/wiki/Web3
- https://ethereum.org/de/web3/
English
Web3
Web3 is a vision of a decentralized web built on blockchain technologies, token-based economics and distributed ownership, contrasting with the platform-centric Web 2.0. It aims to reduce reliance on centralized intermediaries.
Proponents argue that Web3 gives users ownership of their data through decentralized identities and blockchain wallets.
- https://en.wikipedia.org/wiki/Web3
- https://ethereum.org/en/web3/
Français
Web3
Le Web3 désigne la vision d'un web décentralisé fondé sur les technologies de la blockchain, une économie basée sur les jetons et une propriété distribuée, par opposition au Web 2.0 centré sur les plateformes.
Les partisans du Web3 estiment qu'il permet aux utilisateurs de garder le contrôle de leurs données grâce aux portefeuilles blockchain.
- https://fr.wikipedia.org/wiki/Web3
- https://ethereum.org/fr/web3/
Italiano
Web3
Il Web3 indica la visione di un web decentralizzato basato su tecnologie blockchain, economie basate su token e proprietà distribuita, in contrapposizione al Web 2.0 centrato sulle piattaforme.
I sostenitori del Web3 ritengono che consenta agli utenti di mantenere il controllo dei propri dati tramite wallet blockchain.
- https://it.wikipedia.org/wiki/Web3
- https://ethereum.org/it/web3/
中文
Web3
Web3 指基于区块链技术、代币经济和分布式所有权的去中心化互联网愿景,与以平台为中心的 Web 2.0 相对,旨在减少对中心化中介的依赖。
支持者认为 Web3 让用户能够通过区块链钱包掌控自己的数据。
- https://zh.wikipedia.org/wiki/Web3
- https://ethereum.org/zh/web3/