How can I correctly tag a fax number for schema in Webflow?

Published on
September 22, 2023

To correctly tag a fax number for schema in Webflow, you can follow these steps:

  1. Add a Text Link Block or Text element to the desired location on your Webflow website.

  2. Inside the Text Link Block or Text element, type or paste the fax number, preceded by the "tel:" protocol. For example, if your fax number is +1-123-456-7890, you would enter tel:+11234567890. Note that the "+" sign is used to indicate the international dialing code, and you should remove any hyphens or spaces from the phone number.

  3. Select the fax number text.

  4. With the text selected, click on the "Settings" tab in the right-hand sidebar.

  5. Under the "HTML Tag" section, click on the "+" button to create a new HTML tag.

  6. In the HTML tag editor, enter the following code:

<a itemprop="faxNumber" href="[fax number]">[fax number]</a>

Replace [fax number] with the fax number you entered earlier, following the same format (tel:+11234567890).

  1. Save your changes and publish your Webflow site.

By following these steps, you will correctly tag the fax number for schema in Webflow. This will help search engines and other tools understand and interpret the fax number data, which can improve the visibility and relevance of your website in search results.

Additional Questions:

  1. How can I add schema markup to a phone number in Webflow?
  2. What is the purpose of schema markup in Webflow?
  3. How do I optimize my Webflow website for search engines?