> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/metafield-definitions/fields/field-data-type/shopify-field-types/shopify-url.md).

# Shopify » URL

A Shopify Url field type basically behaves just like a Text (or Shopify Single line text) field, allowing you to enter a URL.\
\
Defining the field as a URL type ensures that the content is a fully qualified URL complete with a protocol scheme (https\://, http\:// etc.):

```liquid
<a href="{{ product.metafields.accentuate.instructions.value }}">Click to view instructions</a>
```
