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

close #109 | fix HTML validation errors in index.html #114

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

riccardoscalco
Copy link
Member

@riccardoscalco riccardoscalco commented Mar 1, 2019

@riccardoscalco
Copy link
Member Author

See also #115.

@@ -25,10 +25,6 @@
<meta name="twitter:description" content="Rapido: semantic HTML elements for your writings.">
<!-- <meta name="twitter:image" content="https://nextbitlabs.github.io/Rapido/images/intro.png"> -->

<meta itemprop="name" content="Rapido">
<meta itemprop="description" content="Rapido: semantic HTML elements for your writings.">
Copy link

@lucagrementieri lucagrementieri Mar 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you have to remove this meta tags?
Isn't there any option to include valid custom meta tag?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question! The HTML validator emits an error on those lines: Validation error: “The itemprop attribute was specified, but the element is not a property of any item. Actually, itemprop attributes refer to itemscope and itemtype attributes, which are not present.

Therefore there is the option to include valid tags, but adding microdata is the scope of issue #84, so I prefer to address this problem in that issue.

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

Successfully merging this pull request may close these issues.

2 participants