Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am having issue with adding alternate attribute in link. #98

Open
hrhitesh opened this issue Nov 7, 2016 · 1 comment
Open

I am having issue with adding alternate attribute in link. #98

hrhitesh opened this issue Nov 7, 2016 · 1 comment

Comments

@hrhitesh
Copy link

hrhitesh commented Nov 7, 2016

I have a problem when using SEO.set() to add link for hreflang in head tag like this:
<link rel='alternate' hreflang="en-us" href:"www.mytesturl.com">
This is my code

SEO.set({
            link:{
                rel: 'alternate',
                href: "www.mytesturl.com"
            }
        });

How can i achieve this?

@egemenu
Copy link

egemenu commented May 4, 2017

I have the same issue,

Here is the same issue which is closed but still there is no solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants