SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec

Social Graph APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsParsedDisplayNameSpec

2
out of 10
Low
SEO Impact
These options use more sophisticated logic from a location-aware name detector to parse the full name of a user into structured parts and operate on those parts. For more information on how names are parsed, see the NameOccurrence proto definition: http://google3/quality/peoplesearch/namedetector/detector/proto/name_occurrence.proto?l=50&rcl=334484707 In general, when parsing display names the following rules will apply to all specs: - Hyphenated names are broken down: "Angelina Jollie-Pit" is pre-processed as "Angelina Jollie Pitt"; - Prefixes are ignored: "Prof. Albus Dumbledore" is pre-processed as "Albus Dumbledore"; - Auxiliaries are ignored: "Luís de Camões" is pre-processed as "Luís Camões". Next ID: 8

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Social Graph Api Proto Partial Name Options Parsed Display Name Spec) contains 7 attributes that define its data structure. Key functionality includes: Extract an initial from each parsed name. For example, "Niels Henrik David Bohr" yields "N. H. D. B.". Other special cases are treated as follows:

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

7
Sort:|Filter:
allInitialsFromParsedNameboolean(
Default: nil

Extract an initial from each parsed name. For example, "Niels Henrik David Bohr" yields "N. H. D. B.". Other special cases are treated as follows:

firstInitialAndFirstLastNameboolean(
Default: nil

Show the initial of the very first name and the first last name, e.g. "Hugo Daniel Hernandez Garcia" yields "H. Hernandez".

firstInitialAndVeryLastNameboolean(
Default: nil

Show the initial of the very first name and the very last name, e.g. "Ana Maria Silva" yields "A. Silva".

knowledgeGraphNameShorteningboolean(
Default: nil

Shorten the display name using the Knowledge Graph name shortener (go/short-names).

truncationIndicatorstring
Default: nilFull type: String.t

Which truncation indicator to use after each shortened part of the name. Will be ignored for the knowledge_graph_name_shortening option.

veryFirstNameAndAllInitialsboolean(
Default: nil

Show the full very first name and all the other initials, e.g. "Ana Maria Silva" yields "Ana M. S.".

veryFirstNameOnlyboolean(
Default: nil

Show the very first name only, e.g. "Ana Maria Silva" yields "Ana".