Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| import org.junit.Test; | |
| import java.util.concurrent.TimeUnit; | |
| import rx.Observable; | |
| import rx.Scheduler; | |
| import rx.functions.Func1; | |
| import rx.observers.AssertableSubscriber; | |
| import rx.schedulers.TestScheduler; |