Mobile app version of vmapp.org
Login or Join
Angie530

: Schema.org type for mobile carrier support I have a page which is online chat support for users for a mobile carrier. I wanted to put Schema.org for this page, but was not sure what type

@Angie530

Posted in: #Chat #CustomerService #Forms #SchemaOrg

I have a page which is online chat support for users for a mobile carrier. I wanted to put Schema.org for this page, but was not sure what type of schema does this support page will have.

Need to understand what should be the schema for mobile carrier support feature and why?

This page would be a form with approx 4-5 fields, the data submitted will be loading the chat HTML code in an HTML element, so basically my page will be a, sort of, login for chat to collect data from user for chat agent on other side. Hence I need only form to be crawled.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

1 Comments

Sorted by latest first Latest Oldest Best

 

@Shanna517

You could make use of the ContactPoint type to represent the support chat.

For the contactType property, Schema.org doesn’t define any values. Google, for their Corporate Contacts feature, recognizes a few strings, but their feature seems to be for telephone numbers, not chat. Among those values, the following might apply in your case:


customer support
technical support
billing support




If you want to provide structured data about the actual forms (the form for initiating the chat and the form for chatting), sub-types of the Action type apply.

For example, CommunicateAction might be used for the chat. Its recipient property could take the ContactPoint item as value.

But if you want to go into more detail (e.g., to allow user agents to make use of the chat), have a look at the Hydra vocabulary (they were involved in the design of Schema.org’s Action types)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme