# gitbook-plugin-mySEO-v **Repository Path**: mirrors_crazycodeboy/gitbook-plugin-mySEO-v ## Basic Information - **Project Name**: gitbook-plugin-mySEO-v - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 引用 ``` json "plugins": [ "myseo" ], ``` ### 配置 ``` json "pluginsConfig": { "myseo":{ "titlePrefix": "标题前缀", "titleSuffix": "标题后缀", "description": "页面描述", "keywords": "关键字1,关键字2,关键字3" } } ```