I don't know if this is the right topic, if not or if I can not talk about it, please someone move or delete This tip is to help your blog be found by search engines, think it's cool to put this here, since many here have blogs... Before using it, when I searched "juliana's corner" on google, the first result was MS3B now is my own blog.
Keywords and Meta Tags
The home page is usually the page with the highest PageRank of the blog, but on the other hand, is also the place where we have the largest variety of subjects, and thus less relevant. When the search engine can't find an appropriate section of the page to display the results of the search, "he" uses the description's meta tag, and is guided by the Meta keywords tag.
Meta tags and keywords defines how the title appears and description of your blog and posts in the Google organic results. But this doesn't guarantee that your blog will appear among the top results, ok?
Go to blogger
Dashboard > Layout (or Design) > Edit HTML, press Ctrl F and found this code:
- Code:
-
<b:include data='blog' name='all-head-content'/>
and paste the following code
AFTER:
- Code:
-
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<meta content='YOUR DESCRIPTION' name='description'/>
<meta content='YOUR KEYWORDS' name='keywords'/>
</b:if>
Replace YOUR DESCRIPTION and YOUR KEYWORDS
YOUR DESCRIPTION = On average 150 characters or 30 words.
YOUR KEYWORDS = Lowercase letters, separated by commas, on average 10 words.
I hope it was useful to someone