ember-fastboot / ember-cli-head

Ember Cli Addon for Adding Content to HTML Head
MIT License
98 stars 34 forks source link

multiple title #36

Open cahyowhy opened 6 years ago

cahyowhy commented 6 years ago

image

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

rizkysyazuli commented 6 years ago

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

oskarrough commented 6 years ago

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?

williamweckl commented 5 years ago

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?