Friday 23 October 2015













SEO FRIENDLY TAGS & THEIR USES



Hello friends how are you...i hope you all are doing good..& friends... today i am going to discuss something important which everybody wants.......to earn & that is how to create your own website by using different set of commands & tags..friends for doing this i have selected one website for bloggers which is seo friendly & using their codes we are going to elaborate each & every keyword (tags) & their usage, now tighten your seatbelts as i am now going to start..friends i am using one website for that purpose & for security reasons i dont want to name that website, well let us start to explore now...:)


commands/tags & uses:


1.<html> & </html> :it is the opening tag in html & it describes the html document.

2.<head> & </head> :it provides the information about the document.
3.<title> & </title> : it provides the title to the document.
4.<body> & </body> :it provides the visible page content.
5<h1> & </h1>: it describes the heading.
6<p> & </p> :it describes the paragraph.

well friends, what we find in these tags that these are starting or initial tags to start a web page,secondly HTML tags normally comes in pairs like <p> &</p>,now the first tag is the start tag & the second tag is the end tag.  


well friends, lets discuss about the structure of webpages like :


<html>

<head>
<title>page title </title>
</head>
<body>
<h1>this is heading </h1>
<p>this is paragraph</p>
</body>
</html>


well friends this is just the common tags which we have discussed & now if we look at any professional website there might be n no.of tags they might have used to make their website attractive & seo friendly like:


<meta charset="UTF-8">

<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="Hege Refsnes">

now friends the big question arises where we can use meta tag..what is the use of it..like..many..well meta tags are not displayed on page but on machine

now on the above page we can see the meta tags to specify page discription,keywords,author of document,last modified & other meta data,it is basically used by browsers therefore it is generally used for making SEO enabled webpages wait for a while the most important part that meta tag has no end tag...
now friends let me check each individual tags to understand it better like :

<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">

it defines keyword for search engine.

<meta name="description" content="Free Web tutorials on HTML and CSS">

it defines discription to your webpages.

<meta name="author" content="Hege Refsnes">

it defines the author of the page.

<meta http-equiv="refresh" content="30">

it refreshes the document on every 3o sec.

well friends another kind of tag i am going to configure is again internet friendlly it is <style> tag

which we use with the help of type attribute where we can also define h1(header) which is again set up for giving keywords in which maximum searches happens on google now the parameter used is like :

<style>
h1 {color:red;}
{color:blue;}

</style>


now in this style tag is used to define style information while h1 tag is used for making colorful fonts,which is generally used for giving headings to our wabpages,we generally try to give headings related to our keywords.


well friends beside this there are also some tags which i came across with different websites like:


Rel-author:This is a meta tag which specifies the author of the content along with the meta tag which generally helps to identify the author of content like :


<link rel=”author” href=”https://plus.google.com/[YOUR PERSONAL G+ PROFILE HERE]”/>








GOOGLE SEARCH OPERATORS THAT MAKES 


EVERY SEARCH HAPPENS:




Friends, todays article is very interesting it is something related to the technology under google search.Google uses different search operators for different categories of search & some of them are like:


1.IMAGE SEARCH :It comes into picture when we are searching for any image on google search & it uses the following  like:



a)allintitle:In this if we are searching for any specific word like google updates than we will write our search parameter to "allintitlegoogleupdate" it simply search all title webpages which contains google update on its title & return the result.



b)allintext:In this functionality if we start our search for any specific word like google updates than we will write our search parameter to "allintextgoogleupdate than it simply search all text related webpages which contains google updates in their text & return the results.



c)allinurl:In this functionality  if we start our search for any specific word like google updates than we will write our search parameter to "allinurlgoogleupdate than it simply search all url like www.google.com/updates related webpages which contains google updates in their urls & return the results.



d)cache:url:-in this functionality, google searches for cache version of webpages, instead of updated version of url that we are searching for we would get the dtores version of that url which is very important as if any case the page is down for any reasons than also google will return the stored impression of that webpages.


e)define: if someone starts their querry with define "word" or any phrase or any keyword than google searches for the list of defination of that keyword or phrase in all webpages & return the result accordingly.



f)filetype: if someone starts their querry with define "filetypelikepdf" or any other filetype than google searches for the list of filetypes available of that keyword like pdf in all webpages & return the result accordingly.



g)Link:if your querry starts with link:url than google searches for the requested url available in the listed webpages & if the querry matches it shows the result like if my querry is link:www.nexzenpro.com than it searches for the available pages & return back the available pages.



h)Location :If your querry starts with Location than google restricts it according to that location which you have given like if you have searched for paris waterpark than it shows water park located in paris but not anywhere else.






WHAT IS GOOGLE ? HOW GOOGLE WORKS ? & 


ITS ALGORITHM ?










hello friends how are you, well we often do lots of research in google ! dont we...but do we realize for a while that how google works...what is google...how its going to search what we want or what technology it involves to display the result what we want...well friends just wait a while you will get all the answers to your questions...so first of all let me start discussing our questions one by one...ok.




a) what is Google ?



A) Google is an American multinational technology company specializing in internet-related services & products.these includes :


a)Online Advertising Technology.


b)Search.


c)cloud computing.


d)softwares.



Its founded in 4th september 1998,menlo park,california,united states & its founders are Lary page, Sergey Brin


Most of the services Google provides are free,that means users dont have to pay single penny to use them & the way through which Google is making money is through Advertisements & most of the profit comes through online advertisements revenue, the biggest & most important Google services is web search,Google web search engine is well known for providing relevant search results with a clean interface 



Now the most important thing is how Google works :



Google works through Crawling & indexing,& almost 60 trillion pages are connected through Google & its constantly growing its numbers,now the million dollar question arises that what is crawling & indexing....



Crawling means the visit of Google spiders on our web pages, While indexing is when Crawling is done,than Google put down the result on index pages that we called as Index pages



In broader terms Crawling means follow your path (path which you are created for your website ) & its usually done through creating a site map for your website & thats why its important part in SEO ranking because Google crawlers enters in your website through these paths that we have created.











Google indexing : it is process of adding webpages in Google search, it depends upon what kind of metaTag we use for our webpage (index or no index) is based on this while, In word press Indexing is defaultly done by Google that is why we prefer to make sites on wordpress.





















  well friends,this is all for the tags.we will update you soon for more seo friendly tags which might inspire you to work in this industry as an internet marketing analyst....hope you find this article interesting..thank you guys....:)