Blog, Website & Page Publishing

PYoganathan
Contributor

How to Add Meta Tags to Blogs and Landing Pages

SOLVE

On our blogs, we notice that the <head> tag does not include meta keywords that we want to boost SEO. Right now, the meta name author is pulling from the blog author and the meta description is pulling from the Blog Title.

Is there a way to add meta-name robots and meta-name keywords on the <head> for blogs?

1 Accepted solution
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

How to Add Meta Tags to Blogs and Landing Pages

SOLVE

Hi @PYoganathan ,


There's an option available for that in the settings. You will find the option to customize page title and meta descriptions. When you scroll down you will see Advanced options.  Click on the advanced option, you will be able to see additional code snippets. You can add the meta data over there (https://prnt.sc/1rds9js).

Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards. 

View solution in original post

2 Replies 2
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

How to Add Meta Tags to Blogs and Landing Pages

SOLVE

Hi @PYoganathan ,


There's an option available for that in the settings. You will find the option to customize page title and meta descriptions. When you scroll down you will see Advanced options.  Click on the advanced option, you will be able to see additional code snippets. You can add the meta data over there (https://prnt.sc/1rds9js).

Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards. 

PYoganathan
Contributor

How to Add Meta Tags to Blogs and Landing Pages

SOLVE

Example of what we're trying to achieve on our source code for blogs
<meta name=”robots” content=”index, follow”>
<meta name=”keywords” content=”ENTER, KEYWORDS, IN, ARTICLE”>
<meta name=”description” content=”ENTER Article Description”> NOTE: Already in blog template