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

Add support for other <meta> tag attributes, such as "property" #1

Open
sfmskywalker opened this issue May 12, 2018 · 0 comments
Open

Comments

@sfmskywalker
Copy link

Currently, the SeoPart only allows adding <meta> tags with a name and content attribute. However, certain scenarios require different attributes, such as property.

The expected format right now is to enter a content=value pair on each line, e.g.:

og:title=My Title
og:description=My description

Which translates to:

<meta name="og:title" content="My Title" />
<meta name="og:description" content="My description" />

The SeoPart needs to be updated such that the user can add the entire tag so that she can use any attributes she needs. This opens up the possibility of including other HTML tags in the <head> element, but I think that's better than to prevent it by asking the user to only provide key=value pairs.

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

1 participant