//! Google Rich Results profiles.
//!
//! Implements validation for 7 Schema.org types that Google supports
//! for rich result display in Search.
pub
pub use GoogleArticleProfile;
pub use GoogleBreadcrumbProfile;
pub use GoogleEventProfile;
pub use GoogleFaqPageProfile;
pub use GoogleLocalBusinessProfile;
pub use GoogleProductProfile;
pub use GoogleRecipeProfile;
use ProfileRegistry;
/// Registers all Google Rich Results profiles in the given registry.