EZ-SPARROW > Redirections プラグインを使ってCSVファイルを元に一括でリダイレクト処理を設定

Redirections プラグインを使ってCSVファイルを元に一括でリダイレクト処理を設定

May 05, 2018
http://www.vamban.com/bulk-csv-url-redirections/
Setup CSV File for Bulk CSV URL redirections

Create excel file with 4 columns (for simple 301, 302 or 307 redirects) and name the columns as source, target, code, match. In the second row, first column enter source URL you wish to redirect and destination URL in 2nd column / 2nd row. Repeat the steps as illustrated in below sample CSV file and save as .CSV file format. (Don’t save as worksheet)

テーブルを作る際は列数に注意。

source:ソースURL(必須)
target:ターゲットURL(必須)
regex:正規表現(空欄可;行を設定しない場合のデフォルトは1);正規表現をチェックの場合は1、正規表現をチェックしない場合は空欄
type:操作(空欄可;行を設定しない場合のデフォルトはURL)
code:操作(空欄可;行を設定しない場合のデフォルトは301)
match:一致条件(空欄可;行を設定しない場合のデフォルトはURL)
hits:転送数(空欄可);通常はここは空欄
title:説明?(空欄可)

source target code match
/old-url-1/ www.url.com/new-url-1/ 301 url
/old-url-2/ www.url.com/new-url-2/ 301 url
/old-url-3/ www.url.com/new-url-3/ 302 url
/old-url-4/ www.url.com/new-url-4/ 307 url
/old-url-5/ www.url.com/new-url-5/ 302 url

RELATED POSTS