Step #1 In your Blogger dashboard, go to “Layout” => “Edit HTML”. Step #2 In the template code, do a search for this: <title><data:blog.pageTitle/></title>. It’s usually in the first 5-10 lines of code in your template near the top. Step #3 Replace that bit of code with the following code: <b:if cond=’data:blog.pageType == "index"’> <title><data:blog.title/></title> [...]














