How to edit Page Title & Meta Description in Blogger?
-
I'm managing my blog on Blogger platform. I have published 7 blog posts to my patio umbrellas blog.
Today, I have published following blog post to my blog.
http://vistastores.blogspot.com/2012/03/offset-umbrellas-awesome-choice-for.html
When I see page title so it is shows me as follow.
Patio Umbrellas Blog: Offset Umbrellas: Awesome choice for good quality time outside!
I want to remove Patio Umbrellas Blog: segment from each blog posts' page title.
I can't find out Meta description in my blog posts. So, How can I make it happen?
-
The first meta tag refers to the Internet Explorer - you can read about it a bit more here:
http://blogs.msdn.com/b/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx
The other meta tags are referring to the size of the view port - based on the condition whether the device that is used to preview the page is a mobile device or not.
You can also see the meta title and description tags:
<title><data:blog.pageTitle/></title>
Meta description is wrapped with the conditional statement.
My suggestion would be to remove these lines:
<title><data:blog.pageTitle/></title>
And place your standard meta title and description above:
Hopefully this should solve your problem.
-
Thanks for your reply. I have read blog posts which were suggested by you. I don't want to add these much Meta to my blog.
You can find out current code which is available for Meta.
<b:include data="blog" name="all-head-content"><title><data:blog.pageTitle/></title></b:include>
Can you give me some idea about this code? Where I need to make changes?
-
Here are a few guides on how you can do it:
http://www.studentscrunch.com/2012/03/how-to-add-meta-tags-to-blogger-blogger.html#
http://www.bloggertricks.com/2007/12/adding-meta-tags-to-bloggerblogspot.html
Unfortunately Blogger doesn't provide the tools to do it using any specific interface, so you will have to simply paste the tags into the html.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Best practice for Wordpress /page/2/
I realize that it might be a minor point but it still bugs me. We have a blog with a number of posts. Content of the posts does not expire or age (in the rare case something changes, we do update the information in the posts). The wordpress blog is setup to display our latest posts and displays 15 posts at once. Since we have a lot of content, the older posts get pushed off the front page which is understandable and desirable behavior. However the pages that have older posts have names like "/page/2/", /page/3/, /page/4/ and so on. This does not look very SEO or user friendly to me. What do you think? Did you come up with something better then /page/ and then a number?
Content Development | | SirMax0 -
Shortened page titles and changed urls to match, will this effect my page rankings?
In my recent crawl, I was given a bunch of 200 errors for having titles too long, i rewrote the titles and changed the URLs to match (using wordpress). I was then informed by my boss that changing the URLs like I did (www.website.com/abc ->www.website.com/xyz) may have changed our page rank for those pages and if so i should revert them to the old urls. There are about 14 titles in total that I made these changes to. Would it be quicker to change the URL's to their old names, or better for me to use 301 redirects to point the old urls to the new ones? Will either renaming the urls of the new titled blogs with their old titles or using 301 redirects have better SEO results? Does wordpress automatically make these redirects for me? When I click a link of the old urls I kept saved in a document it still goes to the page.
Content Development | | dclauser0 -
How Are You Handling Blog Posts/Author Pages when Employees Leave the Company?
What do you believe to be the best approach in handling blog content for employees once they have left the company? We don’t want to remove the blog posts so they need to stay, but then there are the author pages. This gets tricky because the CMS ties the blog post to the author. One approach might be to change the author’s name to the Company’s name to get around author pages for people no longer with the company. It’s kind of tricky because the blog posts won’t have the same credibility if they don’t have a person’s name/photo associated with the post. We could leave the blogger’s page and list him as a “Contributing Author” once he’s left the company. Thoughts?
Content Development | | RosemaryB0 -
Google Blogger Vs. Sub Domain Blog - Authority building.
We are looking into offering blogs for our customers on their current sites that we have built & host for them. My developers have given me 2 options. 1. Sub domain with a hosted blog. 2. A Google Blogger blog with our customers sub-domain pointed to it. In my opinion I feel that a blog hosted on the sub domain is a better option as it is more authority then a Google Blogger blog. What does everyone think? Having a blog hosted on the subdomain would help with authority building vs. a Google Blogger site? Thanks for any help!
Content Development | | DCochrane0 -
Is it possible for a website with only 20 pages to be ranked in top?
Hi, I want to ask is it possible for a website with about 20 pages to be ranked well in Google for keywords with middle concurency? Most of the web sites in the top for such keywords are with much content and many pages. This is the web site: http://logos-sofia.com/ And that's are the comeptitors: https://www.google.bg/search?q=курсове+по+немски&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a
Content Development | | vladokan0 -
Does a Google Map on the contact page help with SEO?
In regards to ranking organically for local search results (not google places), I'm wondering if there is any benefit to having a Google Map on my Contact page with our location pinned? If so, how important do you think it is?
Content Development | | pharcydeabc0 -
Word Press Page vs Post
Hello, I have a site that is dedicated to real estate. I designed it in dreamweaver. I also attached a blog to it with wordpress. Its self hosted. My question is what is the best way to increase my search rankings with wordpress? Page vs Post? Any tips?
Content Development | | bronxpad0 -
Please help me stop google indexing https pages on my wordpress site
I added SSL to my wordpress blog because that was the only way to get a dedicated IP address for my site at my host. Now I am noticing Google has started indexing posts both as http and https. Can some one please help how to force google not to index https as I am sure its like having duplicate content. All help is appreciated. So far I have added this to top of htaccess file: RewriteEngine on Options +FollowSymlinks RewriteCond %{SERVER_PORT} ^443$ RewriteRule ^robots.txt$ robots_ssl.txt And added robots_ssl.txt with following: User-agent: Googlebot Disallow: / User-agent: * Disallow: / But https pages are still being indexed. Please help.
Content Development | | rookie1230