nystudio107 / craft-retour
Retour 允许您智能地重定向旧版 URL,在重建和重新构建网站时不会丢失 SEO 价值
5.0.3
2024-08-19 19:15 UTC
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- jean85/pretty-package-versions: ^1.5 || ^2.0
- league/csv: ^8.2 || ^9.0
- nystudio107/craft-plugin-vite: ^5.0.0
Requires (Dev)
- codeception/codeception: ^5.0.11
- codeception/module-asserts: ^3.0.0
- codeception/module-datafactory: ^3.0.0
- codeception/module-phpbrowser: ^3.0.0
- codeception/module-rest: ^3.3.2
- codeception/module-yii2: ^1.1.9
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- vlucas/phpdotenv: ^5.4.0
- dev-develop-v5
- v5.x-dev
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-beta.5
- 5.0.0-beta.4
- 5.0.0-beta.3
- 5.0.0-beta.1
- v4.x-dev
- 4.1.19
- 4.1.18
- 4.1.17
- 4.1.16
- 4.1.15
- 4.1.14
- 4.1.13
- 4.1.12
- 4.1.11
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta.4
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- v3.x-dev
- 3.2.19
- 3.2.18
- 3.2.17
- 3.2.16
- 3.2.15
- 3.2.14
- 3.2.13
- 3.2.12
- 3.2.11
- 3.2.10
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.73
- 3.1.72
- 3.1.71
- 3.1.70
- 3.1.69
- 3.1.68
- 3.1.67
- 3.1.66
- 3.1.65
- 3.1.64
- 3.1.63
- 3.1.61
- 3.1.60
- 3.1.59
- 3.1.58
- 3.1.57
- 3.1.56
- 3.1.55
- 3.1.54
- 3.1.53
- 3.1.52
- 3.1.51
- 3.1.50
- 3.1.49
- 3.1.48
- 3.1.47
- 3.1.46
- 3.1.45
- 3.1.44
- 3.1.43
- 3.1.42
- 3.1.41
- 3.1.40
- 3.1.39
- 3.1.37
- 3.1.36
- 3.1.35
- 3.1.34
- 3.1.33
- 3.1.32
- 3.1.31
- 3.1.30
- 3.1.29
- 3.1.28
- 3.1.27
- 3.1.26
- 3.1.25
- 3.1.24
- 3.1.23
- 3.1.22
- 3.1.21
- 3.1.20
- 3.1.19
- 3.1.18
- 3.1.17
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta.6
- 3.0.0-beta.5
- 3.0.0-beta.4
- 3.0.0-beta.3
- 3.0.0-beta.2
- 3.0.0-beta.1
- dev-develop-v4
- dev-develop
This package is auto-updated.
Last update: 2024-09-20 18:49:42 UTC
README
适用于 Craft CMS 5.x 的 Retour 插件
Retour 允许您智能地重定向旧版 URL,在重建和重新构建网站时不会丢失 SEO 价值
注意: 此插件在 Craft Plugin Store 上的许可费为 59.00 美元。
从 Retour 1.x 升级到 Craft CMS 2.x
尽管这个版本的 Retour 是为 Craft CMS 3 完全重写的,但它设计为使用与 Craft CMS 2.x 版本的 Retour 相同的所有数据。
因此,任何现有的重定向和统计数据将继续保持。
使用情况
Retour 是 Moz.com 的 SEO 专家和 Craft CMS 的创作者 Pixel & Tonic 依赖的重定向工具,用于处理他们的网站重定向!
要求
此插件需要 Craft CMS 5.0.0 或更高版本。
安装
要安装此插件,请按照以下说明操作。
-
打开您的终端并转到您的 Craft 项目
cd /path/to/project
-
然后告诉 Composer 加载插件
composer require nystudio107/craft-retour
-
通过 CLI 使用
./craft install/plugin retour
安装插件,或者在控制面板中,转到设置 → 插件,并点击 Retour 的“安装”按钮。
您还可以通过 Craft 控制面板中的 插件商店 安装 Retour。
文档
点击这里 -> Retour 文档
Retour 路线图
一些要做的任务和潜在功能的想法
- 发布
由 nystudio107 提供