NlpSemanticParsingDatetimeFetchedRelativeDateTime
NLPCrawlingGoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeFetchedRelativeDateTime
SEO Analysis
AI GeneratedGoverns how Googlebot crawls and discovers content. Affects crawl budget and how frequently content is refreshed. This model (Nlp Semantic Parsing Datetime Fetched Relative Date Time) contains 8 attributes that define its data structure. Key functionality includes: How many to fetch (e.g. [next weekend] vs. [next two weeks])
Actionable Insights for SEOs
- Optimize crawl budget by fixing broken links and reducing redirect chains
- Use robots.txt and sitemap.xml effectively to guide crawling
- Monitor Google Search Console for crawl errors and indexing issues
Attributes
8baseTypestringnilFull type: String.tcountinteger(nilHow many to fetch (e.g. [next weekend] vs. [next two weeks])
metadatastringnilFull type: String.tCan be used to tag relative datetime expressions with metadata information in the grammar.
ordinallist(integer(nilEncodes expressions like next (+1), last (-1), after next (+2), this (0).
nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeRange.tThe restriction range on which fetching is operated, e.g., "April" in "first Tuesday in/of April." If this field is missing, the operation is done relative to the base_type (or if not given, to the query's reference datetime). When the fetching operation is performed relative to a reference time point, positive ordinal values represent upcoming instances from the reference point, negative ordinal values represent previous instances from the reference point. Similarly, ordinal=0 represents a reference to the "current instance", which may vary depending on the target. E.g. "this week" is simply defined as the week range that contains the current reference time point, but "this " can be ambiguous and its resolution will depend on language/locale conventions ("this monday" in some languages refers to the closest upcoming instance of Monday, while in other languages it represents the Monday instance within the current week).
rangeModifierstringnilFull type: String.tModifier that return the appropriate subrange. For more information, see the description of RangeOfDateTimeModifier. Example: early next week late next Monday
relativeRangeNlpSemanticParsingDatetimeResolutionProperties →nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeResolutionProperties.tIf the underlying range comes from a relative datetime expression, encode the expression here instead.
nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeTargetToFetch.tThe target to be fetched. This could be a named day-of-week or month (e.g., "Monday", "April"), or a date/time unit (e.g., "day", "week", "month").