vote up 0 vote down star

I have a couple of blogs on Blogger and I would like to add the meta tags to them. How would I do this?

flag

2 Answers

vote up 1 vote down

Log into your Blogger dashboard.

Look for the blog under the Manage Blogs section.

Click Layout of the blog you want to edit.

You will now be taken to a page where the tabs of the page will be:

Posting | Settings | Layout | Monetize | View Blog

Click on Edit HTML which you'll find on the row beneath the tabs.

In the "Edit Template" section of the page you'll see a textarea with your template code.

Look for the following in your code:

<head>

Just after this, enter your META tags. If you wanted to add in description meta tags, you would use something like this:

<meta name="description" content="description of your page" />

Add any other META tags on a new line and you should have something like this:

<head>
  <meta name="description" content="description of your page" />
  <meta name="keywords" content="keywords, about, page" />

Click Save Template.

Your edits will be saved and your blog will now contain the META tags.

link|flag
vote up 0 vote down

Under the layout tab, go to "Edit HTML". Place your meta tags in between the "head" and "/head" HTML tags. Tell me if you need a more detailed walkthrough. There with be greater than and less than signs on each side of the tags.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.