Generate Structured Metadata in English and Chinese
detail.loadingPreview
This workflow demonstrates generating structured metadata for an n8n node, supporting both English and Chinese languages.
About This Workflow
This workflow is designed to showcase how to create structured metadata for an n8n node. The metadata includes fields for title, summary, overview, features, use cases, how-to guide, category, and tags. Crucially, it supports localization by providing separate entries for English (en) and Chinese (zh). The JSON snippet provided focuses on the structure of the metadata rather than the execution of an n8n workflow itself, though a simple n8n workflow is included for context.
Key Features
- Dual Language Support: Generates metadata in both English and Chinese.
- Structured Metadata: Organizes information into predefined fields like title, overview, features, etc.
- Localization Ready: Designed for easy adaptation to other languages.
- n8n Workflow Context: Includes a basic n8n workflow to illustrate node execution.
How To Use
- Understand the JSON Structure: The primary focus is the JSON object that defines the metadata. It contains two main language keys:
enandzh. - Populate English Fields: Fill in the
title,summary_short,overview_md,features_md,use_cases_md,how_to_use_md,category, andtagswithin theenobject. - Populate Chinese Fields: Similarly, fill in the corresponding fields within the
zhobject, ensuring natural and idiomatic Chinese. - Define the Slug: Create a URL-friendly slug for the metadata in the
slugfield (typically lowercase, hyphen-separated English words). - Integrate with n8n (Optional): The provided JSON snippet also contains an n8n workflow. This workflow consists of:
On clicking 'execute'(manualTrigger): Starts the workflow.Mock data(function): Generates sample input data.Summing function(function): Processes the mock data to produce a total value. This part is for demonstrating n8n execution and is separate from the metadata generation itself.- Connections: Define how nodes are linked.
- Adaptation: To use this for a specific n8n node, you would typically have another workflow that fetches this metadata and uses it to display information about a node in a custom interface or documentation generator.
Apps Used
Workflow JSON
{
"id": "a972130d-2d15-40ea-aedc-da82d346092d",
"name": "Generate Structured Metadata in English and Chinese",
"nodes": 29,
"category": "Documentation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a972130d-2d15...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.