Using Schema with `the_excerpt`

Not the best solution but this works fine:

<?php remove_filter('the_excerpt', 'wpautop'); ?>