web
You’re offline. This is a read only version of the page.
close
Checkmark

Thank you for your feedback

How can I add and edit meta tags?

Learn how to add and modify meta tags on your web pages.

Article ID: SLN18256

Store Editor (Merchant Solutions only)

Store Editor 3.0 includes built-in functionality for adding meta tags.

Third-Party Tools or HTML

Your third-party software may offer a shortcut for adding meta tags to your pages. Please consult the developer's instructions.

If you're not using one of our site building tools, you can also add meta tags to your pages by hand. Meta tags should be placed within the <head> tags near the beginning of your page code, like this:

<head>
<title>your business name and page title<title>
<meta name="description" content="a description of your site">
</head>

You can find a page's meta tags by selecting View Page Source or Ctrl+U from your browser.

To edit your HTML with the HTML Editor, visit the Files module in cPanel and click File Manager. Find the file that represents your page and click the HTML Editor link. The file will open in the HTML Editor, where you can make changes.

To change the title of your page, look for the <title> tags. The content between these tags is your page title. For instance, the title of the page you're currently viewing looks like this:

<title>How can I add meta tags to my pages? - Turbify Help</title>

If your page does not yet include title tags, go ahead and add them!

You can also add a description of your site:

<meta name="description" content="The best cookies and other baked goodies online">

If you're writing your own HTML code, be sure to include these tags only within the <head> tags in your page--you won't want your site visitors to read them on your home page!

Learn about the meta tags that Google recognizes.