Maps an incoming request to the SeoPage a bot should receive, or null to fall through to the regular Flutter app.
null
typedef SeoPageResolver = FutureOr<SeoPage?> Function(Request request);