ember-cli-head icon indicating copy to clipboard operation
ember-cli-head copied to clipboard

multiple title

Open cahyowhy opened this issue 8 years ago • 3 comments

image

did the headData.title from ember-cli-head doesnt replace the old title in app/index.html ?

cahyowhy avatar Jul 15 '17 08:07 cahyowhy

same here. but in my case, i set the title tag via ember-cli-meta-tags. for a quick fix, i remove the title tag from index.html

rizkysyazuli avatar Oct 14 '17 08:10 rizkysyazuli

I would also expect (prefer?) the <title> to be replaced. Unless you're using FastBoot removing the <title> in index.html isn't so great for SEO.

@ronco should replacing be the default behaviour? Or an option to replace?

oskarrough avatar Jan 15 '18 11:01 oskarrough

Same issue here... Removing the title from index.html did not fix the issue for me. In my case when I change routes it is adding a new title.

Any workaround for this at the moment?

williamweckl avatar Feb 05 '19 01:02 williamweckl