Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 425 Bytes

doc.md

File metadata and controls

39 lines (29 loc) · 425 Bytes

#use

open abe.json file

set domain

"seo": {
  "domain":"http://www.accorhotels.com/"
},

replace lang

if lang = "gb" but you want "en" into hreflang value, use

"seo": {
	"replace": {
	  "gb": "en"
	}
},

custom regex get lang

"seo": {
	"regex": "^\/([a-zA-z-]*?)\/"
},

use variable for language instead of param url (may be slower)

"seo": {
	"variable": "hreflang"
},