Thank you for your feedback
Store Editor 3.0 includes built-in functionality for adding meta tags.
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:
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:
If your page does not yet include title tags, go ahead and add them!
You can also add a description of your site:
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!