Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I want to specify alternate in [alias].html like <link rel="alternate" hreflang="en" href="https://example.com/en/blog/content_alias.html" />, but I cannot specify the third attribute with spear -seo does not allow me to specify the third attribute.
I've heard that cannonical is the least of the problems, but Google's best practice says that alternate should be set, so please consider this as well!
Generated
<link rel="alternate" href="https://spearly.com/en/blog/contents/post-9.html">
What we would like to be able to generate
<link rel="alternate" hreflang="en" href="https://spearly.com/en/blog/features/post-1234.html" />
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I want to specify alternate in [alias].html like
<link rel="alternate" hreflang="en" href="https://example.com/en/blog/content_alias.html" />
, but I cannot specify the third attribute with spear -seo does not allow me to specify the third attribute.I've heard that cannonical is the least of the problems, but Google's best practice says that alternate should be set, so please consider this as well!
<link rel="alternate" hreflang="en" href="https://example.com/en/blog/content_alias.html" />
のように[alias].html内でalternateを指定したいが、spear-seoだと3つ目の属性を指定できない。cannonicalがあれば最低限問題はないらしいのですが、Googleのベストプラクティス的にはalternateを設定するべきらしいので検討もお願いしたいです
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.