--- title: 'Liquid objects: powered_by_link' description: >- Creates an HTML link element that links to a localized version of `shopify.com`, based on the locale of the store. api_name: liquid source_url: html: 'https://shopify.dev/docs/api/liquid/objects/powered_by_link' md: 'https://shopify.dev/docs/api/liquid/objects/powered_by_link.md' --- # powered\_​by\_​link Creates an HTML link element that links to a localized version of `shopify.com`, based on the locale of the store. ### Directly accessible in * Global ```liquid {{ powered_by_link }} ``` ##### Code ``` {{ powered_by_link }} ``` ## Output ```html Powered by Shopify ```