Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts
HOW TO MAKE BREADCUMBS
Saturday, May 3, 2014
How to make breadcrumbs is easy because we just simply modify the template . Many SEO experts believe that breadcrumbs is one that is quite powerful seo trick because tricks can help googleboot breadcrumbs to more easily recognize the structure of our blog .And finally even now bradcrumbs technique is also still very popular and almost any blog or website uses this trick breadcrumbs . For a template from free providers are usually not equipped with breadcrumbs so you need to install one.For those who are interested in the breadcrumbs tricks and also want to use it on your blog , please follow the following steps .
- Dashboar your blog page select TEMPLATE
- Find the code ] ] > < / b : skin ( use Ctrl + F to facilitate the search )
- If it is discovered that code put the following code above ] ] > < / b : skin .
. breadcrumbs { padding : 5px 5px 5px 0px ; margin : 0px 0px 0px 15px ; font-size : 90 % ; line-height : 1.4em ; border-bottom : 3px double # eee ; } - When finished searching the code as shown below :
<b:includable id='main' var='top'> - Replace the above code with the code below :
<b:includable id='breadcrumb' var='posts'> <b:if cond='data:blog.homepageUrl != data:blog.url'>
<b:if cond='data:blog.pageType == "static_page"'>
<div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home < / a> < / span > » <span> < Data : blog.pageName / > < / span > < / div >
<b:else/>
<b:if cond='data:blog.pageType == "item"'>
< ! - Breadcrumb for the post page - >
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<div class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'>
<span typeof='v:Breadcrumb'> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'> Home < / a> < / span >
<b:loop values='data:post.labels' var='label'>
» <span Typeof='v:Breadcrumb'> <a expr:href='data:label.url' property='v:title' rel='v:url'> <data:label.name/> < / a > < / span >
< / b : loop >
» <span> <data:post.title/> < / Span >
< / div >
<b:else/>
<div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home < / a> < / span > » <span> unlabelled < / span > » < span > <data:post.title/> < / span > < / div >
< / b : if>
< / b : loop >
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
< ! - Breadcrumb for the label archive page and search pages .. - >
<div class='breadcrumbs'>
<span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » Archives for <span> <data:blog.pageName/> < / span >
< / div >
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<div class='breadcrumbs'>
<b:if cond='data:blog.pageName == ""'>
<span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » <span> All posts < / span >
<b:else/>
<span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » Posts filed under <span> <data:blog.pageName/> < / span >
< / b : if>
< / div >
< / b : if>
< / b : if>
< / b : if>
< / b : if>
< / b : if>
< / b : includable >
<b:includable id='main' var='top'>
<b:include data='posts' name='breadcrumb'/> - Save your template .
HOW TO MAKE DYNAMIC HEADING
Thursday, May 1, 2014
How to create a dynamic heading ? Maybe it would be a question for the beginner blogger . The more the bloggers who are interested in using a trick using dynamic heading because this method is one of the tricks seo which is also very easy to implement .
Basically the trick is to change the heading tag us in accordance with the recommendation from google so we are more seo templates and easily identify by search engines .
If interested in creating a dynamic heading to your blog please observe some of the following discussion .
Set the title tag
In general, a standard template has a title tag blog:judul <judul postingan> , one example is the blog " spur CELL " . In this blog all his arrangement of the title tag judulblog : judulpostingan . Santu One example is " Jalu Cell : Hp Gemini and full specifications " . This is unfortunate because you barely Internet users who search for keywords CELL otherwise spur many internet users search for keywords hp . Based on the above cases better blog title tags we show only the title of your post .
Adjusting the Page Header
To set the header on the page , please follow the following rules
• On your blog dashboard select TEMPLATE
• Next, you select EDIT HTML
• Then look for code <b:include remember name='title'/> use ctrl + F to simplify . Usually there will be more than one code like this I recommend starting from the very bottom of the code , and there are usually 3 to 2 code like this . Replace name='title'/> <b:include code with the code below :
<b:if cond='data:blog.pageType != "item"'>
<b:include name='title'/><b:else/>
<data:blog.pageName/>
< / b : if>
• Save the changes and check whether the title of your article on the same page as the title of the article you are viewing . If not please the fox back above code with prefix , and repeat the steps.Set the title to the Article
Templates are generally using H3 for the post title , the title is based on Google's recommendation is to use H2 seo so we need to change it .Please follow the steps below to merubag H3 into H2 :Find all code
• < h3 class = "post if you have found the code change to < h2 class = ' post
• change also end tag < / h3 > to < / h2 >
• Save your templateWith the completion of the above tricks then you 've managed to change the components that are important in your blog and your blog is more seo . Hopefully this tutorial can make dynamic hading useful .
Basically the trick is to change the heading tag us in accordance with the recommendation from google so we are more seo templates and easily identify by search engines .
If interested in creating a dynamic heading to your blog please observe some of the following discussion .
Set the title tag
In general, a standard template has a title tag blog:judul <judul postingan> , one example is the blog " spur CELL " . In this blog all his arrangement of the title tag judulblog : judulpostingan . Santu One example is " Jalu Cell : Hp Gemini and full specifications " . This is unfortunate because you barely Internet users who search for keywords CELL otherwise spur many internet users search for keywords hp . Based on the above cases better blog title tags we show only the title of your post .
Adjusting the Page Header
To set the header on the page , please follow the following rules
• On your blog dashboard select TEMPLATE
• Next, you select EDIT HTML
• Then look for code <b:include remember name='title'/> use ctrl + F to simplify . Usually there will be more than one code like this I recommend starting from the very bottom of the code , and there are usually 3 to 2 code like this . Replace name='title'/> <b:include code with the code below :
<b:if cond='data:blog.pageType != "item"'>
<b:include name='title'/><b:else/>
<data:blog.pageName/>
< / b : if>
• Save the changes and check whether the title of your article on the same page as the title of the article you are viewing . If not please the fox back above code with prefix , and repeat the steps.Set the title to the Article
Templates are generally using H3 for the post title , the title is based on Google's recommendation is to use H2 seo so we need to change it .Please follow the steps below to merubag H3 into H2 :Find all code
• < h3 class = "post if you have found the code change to < h2 class = ' post
• change also end tag < / h3 > to < / h2 >
• Save your templateWith the completion of the above tricks then you 've managed to change the components that are important in your blog and your blog is more seo . Hopefully this tutorial can make dynamic hading useful .
How to be easily accepted in google adsense
Wednesday, April 2, 2014
moved to http://www.thehight.tk
Definition of On Page SEO Tips and Tricks optimization
Hello bloggers all this time I am going to share an article about understanding and tips and tricks on page seo , for the master would have known what it onpage seo , please refer to the following article to the blog of new and old :
On Page SEO can be said to be a foundation in a website , the better settings on page seo on a website that the foundation will be stronger . Search engines like google have a robotic technologies that pervade all websites , and the robot usually take the existing data on the website to appear in search engines . The data includes the title , description , keywords and other data . So before google robots crawl into our website , we have to provide the information that would be required Google to promote our website in the search engines .
Google processes robots routinely take the diwebsite the data that we can use the strategy of an appropriate page seo google algorithm specified . Google algorithms are constantly changing , but most are not very fond of fresh google core content and how to correct optimization ( seo white ) in the sense of not cheating ( black seo ) . On page seo optimization is not all the same , all adapted to the existing discussion diwebsite , whether it's a website about the image as wallpaper / photo maupaun on a description / article .
Now the question arises what are the benefits of SEO On Page ? and how important SEO On Page ? . Based on the illustrations given above are actually slightly missed , that the benefits of On Page SEO is the foundation on a website to make it stronger in the competition on the search engines , to important issues or not , I say it is very important because what it means if a website is rarely opened by someone and does not appear on the front page of the search engines , everything will be in vain but it can be overcome by optimization on page seo .
To perform optimization on page seo preferably at the beginning of the creation of websites before published because after that we will be posting a content and so on like that , if done at the time the website has been running a long time it could cause problems such as url error or other problems .
Permalink , first we have to do is well permalink settings , basically if someone does a search on a search engine , put the keyword on google domain or url that is , after the title or titles , if they do not exist can be found in the description . Why should we permalink settings are there? Because basically permalink existing or default url is not good and still not berturan , such http://www.domainname.com/?p=123 , if we look at the url is not regular and does not contain elements that exist on a post title we make , it was very bad once we better change into http://www.domainname.com/posttitle or http://www.domainname.com/category/posttitle , according to your individual tastes . We see there that after a domain name contained a post title or category , so if the keyword is searched by a person that is on one of them google will recommend our website first.
Plugin , one of the advantages of using a website with cms wordpress plugin is the facility . It is very important and will be very easy for us because we need all the way to the optimization of a website has been provided by the maker of the plugin developer and you just install it for use . Several important to support SEO plugins are:
Some plugins work based on their respective functions , by installing the plugin can help us in strengthening a foundation on page seo website that we created .
Template Design , indirectly it is also an impact on the quality of our website , which is bad design templates have a direct impact on the assessment kuliatas website . Basically the first time people saw the website is zoom , then just read the contents of the content . Good Template design is simple , lightweight , not to confuse visitors , not too many ads , and can explain the theme of the website . One of the criteria is lightweight , it is also important because it is basically a search engine does not like slow loading websites , other than that visitors will not wait and immediately shut down our website
- Illustrations and Function On Page SEO
On Page SEO can be said to be a foundation in a website , the better settings on page seo on a website that the foundation will be stronger . Search engines like google have a robotic technologies that pervade all websites , and the robot usually take the existing data on the website to appear in search engines . The data includes the title , description , keywords and other data . So before google robots crawl into our website , we have to provide the information that would be required Google to promote our website in the search engines .
Google processes robots routinely take the diwebsite the data that we can use the strategy of an appropriate page seo google algorithm specified . Google algorithms are constantly changing , but most are not very fond of fresh google core content and how to correct optimization ( seo white ) in the sense of not cheating ( black seo ) . On page seo optimization is not all the same , all adapted to the existing discussion diwebsite , whether it's a website about the image as wallpaper / photo maupaun on a description / article .
- How Important is SEO On Page ?
Now the question arises what are the benefits of SEO On Page ? and how important SEO On Page ? . Based on the illustrations given above are actually slightly missed , that the benefits of On Page SEO is the foundation on a website to make it stronger in the competition on the search engines , to important issues or not , I say it is very important because what it means if a website is rarely opened by someone and does not appear on the front page of the search engines , everything will be in vain but it can be overcome by optimization on page seo .
To perform optimization on page seo preferably at the beginning of the creation of websites before published because after that we will be posting a content and so on like that , if done at the time the website has been running a long time it could cause problems such as url error or other problems .
- Tips and Tricks SEO On Page
Permalink , first we have to do is well permalink settings , basically if someone does a search on a search engine , put the keyword on google domain or url that is , after the title or titles , if they do not exist can be found in the description . Why should we permalink settings are there? Because basically permalink existing or default url is not good and still not berturan , such http://www.domainname.com/?p=123 , if we look at the url is not regular and does not contain elements that exist on a post title we make , it was very bad once we better change into http://www.domainname.com/posttitle or http://www.domainname.com/category/posttitle , according to your individual tastes . We see there that after a domain name contained a post title or category , so if the keyword is searched by a person that is on one of them google will recommend our website first.
Plugin , one of the advantages of using a website with cms wordpress plugin is the facility . It is very important and will be very easy for us because we need all the way to the optimization of a website has been provided by the maker of the plugin developer and you just install it for use . Several important to support SEO plugins are:
- Heandspace2 , this is a seo plugin manager that supports the setting of the meta description on a website . In the settings you Headspace2 just attach the appropriate label , can be placed on the title , description , and keywords . Actually, there are SEO plugins to be great like the All in One SEO Pack .
- All in One SEO Pack , as I mentioned this is a popular seo plugin management and one of the best . This plugin can be petrified in adding meta tags , meta description , keywords and description of the robot .
- SEO Friendly Image , this one is pretty good plugin for SEO optimization of the image. If you create a website that contains the wallpaper you must attach this plugin , this plugin works for memberigan alternate text and images appropriate title , alternate text or often called the ALT can be regarded as the keyword in the picture .
- Google XML Sitemap , is a plugin that serves to help the indexing of the website on search engines like google , yahoo , bing , and others . More great again this plugin can determine the frequency of the search engines visit our website , can any 1 hour , 1 day and so on .
- Dagon Design Sitemap Generator , the workings of this plugin is to create a site map in the form of XML , so it will be easier for search engines to index your blog . More interesting again that the site map can be displayed on another page that will be shaped like a table of contents .
Some plugins work based on their respective functions , by installing the plugin can help us in strengthening a foundation on page seo website that we created .
- Google Webmaster Tools , this is a service provided memanagement google and serve to your website , all you have to do is register and verify our website , so we confirm that the website that is ours . In the Google webmaster tools for monitoring the performance of the service are our website , if there are errors , broken links and so on . In addition we can also see the existing traffic and which keywords are most effective .
- Content Quality , this is actually the subject matter . The latest technology is invented google one to detect that the content we are good or not , whether or not pure , and original or not . Google is not mensukai website which only a copy and paste and plagiarize someone else's . The emergence of Google Panda and Penguin are to eradicate websites that have a low quality and increase website that actually has a very good quality ( Height Quality ) . If we act fraudulently by making fresh content sooner or later Google will find out and if it is like that your website will be threatened in the search engines .
Template Design , indirectly it is also an impact on the quality of our website , which is bad design templates have a direct impact on the assessment kuliatas website . Basically the first time people saw the website is zoom , then just read the contents of the content . Good Template design is simple , lightweight , not to confuse visitors , not too many ads , and can explain the theme of the website . One of the criteria is lightweight , it is also important because it is basically a search engine does not like slow loading websites , other than that visitors will not wait and immediately shut down our website
Subscribe to:
Posts (Atom)
