diff --git a/README.md b/README.md index d19bcb3..cb4f7da 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,17 @@ In the above `pathMap` means that every view in `@chiliec/vote/views` will be fi Identifiers should be left (javascript logic is fastened on them), but you can change name of tags and classes. +For example, you can markup with [schema.org](http://schema.org/AggregateRating) synthax for help search engines recognize it: + +```php +
+   + +
+ + + Aggregate rating: based on reviews +
+
+```` +