What is Meta Tags? What is the usage of Meta Tag?
In HTML coding meta tag is code which provides metadata about a webpage. Website’s visitor won’t see meta tag until he view your source code. So you might be thinking what is the use of puting meta tag in webpage, to let you know in briefly the meta tag is used by search engines to allow them to crawl your website more accurately to list your website in
its index.
First of all you need to know where should you put your meta tags?
- Well, Meta tags are placed between <head> </head> section of your webpage.
- Example syntax: <head> <meta tags> </head>
What should I put in my meta tags?
<META NAME=”keywords” CONTENT=”car, cars, world cars”>
- Put your unique keywords which you want to target for seo thing here, You can seperate multiple keywords using comma.
<META NAME=”description” CONTENT=”Brief description of your website”>
- Put brief description of your website to let seach engine know what is your website all about.
<META NAME=”author” CONTENT=”Name Of The Author”>
- This meta tag will display who is the author of the document that is being viewed. If you use the Meta Author tag, it is recommended to use it with the author’s first and last name.
<META NAME=”reply-to” CONTENT=”email@address.com”>
- This meta tag is used to harvest email addresses. Highly recommanded not to use this tag to stay away from spammers.
<META NAME=”copyright” CONTENT=”Copyright 2009″>
- This meta tag is used to include the copy right, trademark, patent.
<META NAME=”distribution” CONTENT=”Global”>
- This meta tag is used to declare, how do you want to distribute content of your website. There are three options
* Global (the entire web). It is recommended to use.
* Local (reserved for the local IP block of your site)
* IU (Internal Use, not for public distribution).
<META HTTP-EQUIV=”Content-Language” CONTENT=”en-us”>
- This meta tag declares language used on website.
<META HTTP-EQUIV=”pragma” CONTENT=”No-Cache”>
- This tag is used to prevent visitors from seeing a cached version of a specific page. The Meta Pragma No Cache tag forces the browser to pull information from the server each time the page is viewed.
<META NAME=”classification” CONTENT=”Music”>
- Classify your content category. for example, if you have some music’s website put music as classification tag.
Here in this post I will write about few SEO (Search engine optimization) tips which will help you improve your websites listing in search engines like google / yahoo.
1.) Rich Content: Yes, content of your website is very important thing for seo. Search engines do not like copied content, so i will say content is KING. Well written unique content focusing your basic keywords or key phrases in your conent will lead your website to get some good genuine regular users.
2.) Links: You need to build up some good backlinks for your website which improves your search engine ranking. Use your primary keyword or keyword phrase as the link.
3.) Title Tags: Make sure you add your unique keyword in title tag on every page of your website . If you have company name and u want to add it in your title tag then add it at the end.
4.) Fresh Content: Search engine likes new/fresh content, so adding fresh content can help you to improve your ranking. Update your website with new fresh content regularly.
5.) As I said earlier use your keywords as links while creating backlinks, do same thing on your website. Example: If your keyword is “web hosting” then link to “web hosting” instead of “click here” or “enter here”.
6.) Keyword phrases: Just not focus only keywords, Even focus your keyword phrases. Example: Use “web hosting features” not only “features”, Use “web hosting plans” not only “plans”.
7.) Website Design: Be sure about your design of your website. Make sure your designer of website knows SEO well. Flash gives excellent looks to your website but it fails with seo thing. Search english spiders can crawl text, not Flash or images.
8.) Use your keywords and keyword phrases in image ALT attributes, text links and if possible in your domain also.
9.) Don’t Do: Using Frames, Flashes or AJAX is not recommended.
10.) Web Page Extensions: Using .php, .html, .htm, .asp etc in your url’s file extension won’t make any difference for seo thing. You can use any as per your needs.
11.) Newly created website will take few days or weeks to get crawled by google. If you want your website to be spidered as fast as possible then get backlink from other quality site.
12.) Quality Links: SEO concerns about quality linking not quantity. Getting on quality link is enough than getting dozen poor quality links.
13.) Site maps: Use sitemaps on you website. Sitemaps helps spider to crawl easily and faster on your site. Read more about Sitemaps
14.) If you are using shared web hosting, then check to make sure that you’re not on a proxy with a spammer or banned site. That will give you some negetive points in ranking.
15.) Meta Tags: Use “meta keywords” “meta description” on every page of your website with unique keywords and description of that page. Read more about Meta Tags.
16.) .edu Links: Getting links from .edu domains are very helpful for seo of your website. You can sponsor on some .edu websites which are looking some sponsor.
17.) SEO does not give instant results, it is time to time process so work on your optimization on regular basis.
18.) To get the best chance for your videos to be found by the crawlers, create a video sitemap and list it in your Google Webmaster Central account.
19.) The videos shown mixed results in the Google search just does not come from YouTube. Be sure to submit your videos to other video sites such as the quality of Metacafe, AOL, MSN and Yahoo to name a few.
20.) Around the video content on their pages with the text of the keyword rich. Search engines look at the surrounding content to define the usefulness of video for your question.
EGGDROP INSTALLING SERVICE:
If you want we can install EGGDROP for you. We will charge only $5 for setting up EGGDROP
If you are interested please email at sparshdesai@gmail.com
TURORIAL (TRY YOUR SELF) :
What is an Eggdrop?
Eggdrop is most popular irc bot which is very advanced and best supported. It is a bot which is parked in an irc channel arround the clock. Most people use it for protecting
their channels from abusers, flooders or takeovers. It looks like a normal user on irc but it is loaded with most advanced features.
How to Install (setup/compile) Eggdrop Bot?
Wondering how to install (setup/compile) eggdrop bot on your shell? Well, Now it is very easy to install (setup/compile) eggdrop bot in your shell your own. Here in this
article I will let you know how to install (setup/compile) eggdrop in few easy steps.
1.) type: wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.19+ctcpfix.tar.gz
Above command will download eggdrop in your shell.
2.) type: tar -zxvf eggdrop1.6.19+ctcpfix.tar.gz
Above command will untar your downloaded eggdrop tar file. Now you have to change dir to eggdrop1.6.19 so type command given below.
3.) type: cd eggdrop1.6.19
Now you are in directory called eggdrop1.6.19
4.) type: ./configure
It will configure your eggdrop and now you will have to configure the modules, so type the command given below.
5.) type: make config
your (all) modules are configured now using above command and now time to compile bot so type command given below.
6.) type: make
Your bot has been compiled now and now its time to run installation command.
7.) type: make install
It will install your eggdrop bot completely and you will get some message like this at the end of installation.
“Installation completed.
You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.
Remember to change directory to /home/username/eggdrop before you proceed. ”
For that you have to perform commands given below.
8.) type: cd
9.) type: cd eggdrop
Now you are in your eggdrop directory where you have to edit your egg.conf file. So type the command given below to edit your egg.conf file
10.) type: pico egg.conf
Now you have to paste the following lines between “” tags in your egg.conf file. (After you paste it, make sure you have changed it according to your requirements)
set username Lamer # replace with anything you want
set admin “Lamer <lamer@lamer.co.in>” # replace with anything you want
set owner Lamer # replace with anything you want
set nick “Botnich” # replace with botnick you wantset timezone “CET”
set offset “-1″set realname “Real name” # replace with anything you want
set my-ip 00.000.000.000 # replaec with ip of your vhost.
listen 13381 all # it is the bot telnet port, you can telnet on this port and control the bot (select port between 10000 – 20000)##### LOG FILES #####
set network EFnet #make it dalnet if you want to connect the bot to dalnet or undernet etc.
addlang englishset max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 1
set log-time 1
set keep-all-logs 0
set logfile-suffix “.%d%b%Y”
set switch-logfiles-at 300
set quiet-save 1##### CONSOLE #####
set console “mcobxs”
##### FILES AND DIRECTORIES #####
if {![file isdirectory $nick]} {
catch { exec mkdir $nick }
}foreach file {user chan note pid} {
if {[file isdirectory $nick]} {
set ${file}file $nick/${file}file
} else {
set ${file}file $nick.${file}
}
}set sort-users 1
set help-path “help/”
set text-path “text/”
set temp-path “/tmp/”foreach path {help text temp} {
if {![info exists $path-path]} {
catch { exec mkdir $path-path }
}
}
set motd “”
set telnet-banner “”
set userfile-perm 0600##### BOTNET/DCC/TELNET #####
set botnet-nick $nick
set remote-boots 1
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 5
set require-p 1
set open-telnets 0
set stealth-telnets 1
set use-telnet-banner 0
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15##### MORE ADVANCED SETTINGS #####
set ignore-time 15
set hourly-updates 00
set notify-newusers “”
set default-flags “”
set whois-fields “”
set die-on-sighup 0
set die-on-sigterm 1bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:setset must-be-owner 1
set max-dcc 50
set allow-dk-cmds 1
set dupwait-timeout 5##### MODULES #####
set mod-path “modules/”loadmodule dns
loadmodule channelsset force-expire 0
set share-greet 1
set use-info 1set global-flood-chan 5:1
set global-flood-deop 2:1
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode “”
set global-stopnethack-mode 0
set global-revenge-mode 0
foreach var {ban exempt invite} {
set global-$var-time [expr {60 + [rand 60]}]
}set global-chanset {
-autoop -autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared -statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}#### SERVER MODULE ####
loadmodule server
set net-type 0
set altnick [string range $nick 0 7]bind evnt – init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick “MODE $botnick +i-ws”
}set default-port 6667
# Replace the below server list with servers of your network, it should be fine for efnet.
set _servers {
“irc.torix.ca:6667″
“irc.isdnet.fr:6667″
“efnet.skynet.be:6667″
“irc.qeast.net:6667″
“irc.hemmet.chalmers.se:6667″
“irc.weblook2k.com:6667″
“irc.inet.tele.dk:6667″
“irc.avalonworks.ca:6667″
“irc.umich.edu:6667″
“irc.secsup.org:6667″
“irc.isprime.com:6667″
“irc.inter.net.il:6667″
“irc.he.net:6667″
“irc.wh.verio.net:6667″
“irc.aol.com:6667″
“irc.limelight.us:6667″
“irc.servercentral.net:6667″
“ircd.lagged.org:6667″
“irc.desync.com:6667″
“irc.nac.net:6667″
“irc.mindspring.com:6667″
“irc.prison.net:6667″
“irc.mpls.ca:6667″
“efnet.demon.co.uk:6667″
“irc.easynews.com:6667″
“irc.choopa.net:6667″
“irc.banetele.no:6667″
}while {[llength $_servers]} {
set index [rand [llength $_servers]]
lappend servers [lindex $_servers $index]
set _servers [lreplace $_servers $index $index]
}set keep-nick 1
set strict-host 1
set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 5:60
set flood-ctcp 3:60
set never-give-up 1
set server-cycle-wait 30
set server-timeout 30
set servlimit 0
set check-stoned 1
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 0
set double-server 0
set double-help 0
set optimize-kicks 1
set stack-limit 4#### CTCP MODULE ####
loadmodule ctcp
set ctcp-mode 0#### IRC MODULE ####
loadmodule irc
set bounce-bans 1
set bounce-modes 0
set max-bans 20
set max-modes 30
set kick-fun 0
set ban-fun 0
set learn-users 0
set wait-split 600
set wait-info 60set mode-buf-length 200
set no-chanrec-info 0### IRC MODULE – IRCnet SPECIFIC FEATURES (net-type 1) ###
set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
#set use-exempts 0
#set use-invites 0
set prevent-mixing 1### IRC MODULE – OTHER NETWORKS (net-type 5) ###
#set kick-method 1
#set modes-per-line 3
#set include-lk 1
#set use-354 0
#set rfc-compliant 1#### TRANSFER MODULE ####
loadmodule transfer
set max-dloads 3
set dcc-block 0
set copy-to-tmp 1
set xfer-timeout 30#### SHARE MODULE ####
loadmodule share
set allow-resync 0
#set resync-time 900
#set private-global 0
#set private-globals “mnot”
#set private-user 0
#set override-bots 0#### COMPRESS MODULE ####
loadmodule compress
set share-compressed 1
set compress-level 9#### FILESYSTEM MODULE ####
#loadmodule filesys
set files-path “/home/mydir/filesys”
set incoming-path “/home/mydir/filesys/incoming”
set upload-to-pwd 0
set filedb-path “”
set max-file-users 20
set max-filesize 1024#### NOTES MODULE ####
loadmodule notes
set max-notes 50
set note-life 60
set allow-fwd 1
set notify-users 0
set notify-onjoin 0#### CONSOLE MODULE ####
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0#### BLOWFISH MODULE ####
checkmodule blowfish
##### SCRIPTS #####
loadhelp userinfo.help
11.) type: ctrl (key)+x
(to save your egg.conf file)
12.) type: y + enter (key)
Final Step) type: ./eggdrop -m egg.conf
(to run your eggdrop)
Now your eggdrop is ready to be launched on IRC network of your choice.
If you face any trouble installing (compiling/setting up) eggdrop bot, write your problem or error in comments. I will try help you fixing errors.
What is psyBNC?
psyBNC is an IRC network bouncer (BNC). psyBNC is short form of psychoid bouncer (BNC).
psyBNC is mostely used to hide your ip on IRC network and bounce your ISP. It is very easy to use and due to its unique features, it has become most popular BNC (specially on FREEBSD) .
psyBNC does not just bounce your ISP (hide your ip) it also stays connected to IRC server even after you close your irc client. Most of the users like this feature which made psyBNC most popular among bouncers.
Moreover there is multiple user feature included with psyBNC, multiple server support and much more. It also support IPV6.
Here I am going to let you know how to setup psyBNC on your shell in few easy steps.
How to setup (compile/install) bnc.
1.) type: wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
Above command will download psybnc in your shell.
2.) type: tar -zxvf psyBNC-2.3.2-7.tar.gz
Above command will untar your downloaded psyBNC tar file. Now you have to change dir to psybnc so type command given below.
3.) type: cd psybnc
Now you are in directory called psyBNC-2.3.2-7
4.) type: make
Your psybnc is almost compiled now. After performing this command you will be asked some questions as below
Country Name [DE]:
State/Province [Somewhere]:
Locality Name (eg, city) []:
Organization Name (eg, company) [tCl]:
Organizational Unit Name (eg, section) [psyBNC]:
Common Name (Full domain of your server) []:
LEAVE all field blank if you dont want to answer.
Now you will have to edit psybnc.conf file to edit listening port.
5.) type: pico psybnc.conf
There you will see 3 lines in your psybnc.conf file. You just have to edit “PSYBNC.SYSTEM.PORT1=31337″. 31337 is default listening port. Change it to your choice of listening port.
I prefer you to chose any port between 10000 – 20000.
example: PSYBNC.SYSTEM.PORT1=15678
6.) type: ctrl (key)+x
(to save your psybnc.conf file)
7.) type: y + enter (key)
8.) type: ./psybnc psybnc.conf
Now you are ready to use your psyBNC
If you face any trouble installing (compiling/setting up) psyBNC, write your problem or error in comments. I will try help you fixing errors.
What is BNC? BNC is an IRC (Internet Relay Chat) proxying server under the GPL (General Public License). It allows users to connect to chat servers by bouncing off the computer which is running BNC. Basically, it forwards the information from the user to the server and vise versa.
Why do people use it? There are several reasons for people to use BNC. Some people use BNC because their computers do not have direct access to the Internet. Thus, inorder for them to chat from their workstations, they must have a proxy server to forward data. Other people use BNC for security. Because of BNC’s unique property, It sends the IP address of the host computer to the IRC server, thus the real address of the user is hidden from others.
BNC is free, and its use thereof, modifications can be made and released as long as the whole source is included with credits made to the appropriate parties.
How to setup (compile/install) bnc
1.) type: wget http://gotbnc.com/files/bnc2.9.4.tar.gz
Above command will download bnc in your shell.
2.) type: tar -zxvf bnc2.9.4.tar.gz
Above command will untar your downloaded bnc tar file. Now you have to change dir to bnc2.9.4 so type command given below.
3.) type: cd bnc2.9.4
Now you are in directory called bnc2.9.4
4.) type: ./configure
It will configure (compile) your bnc in your shell.
5.) type: make
Now your bnc has been completely installed and compiled on your shell. Now you have to edit bnc.conf file.
6.) type: pico bnc.conf
7.) Paste the lines given below in bold characters
# ( edit the information below )
# + you need the + sign there to show the password is in
# encrypted format
S:+supervisorpassword
#( This will be the encrypted password you made earlier )
D:port_to_use:number_of_users:excrypted_access_password
C:6667
# default irc port to connect to
X:default.vhost.com
# default virtual host.
# (If you don”t know what this would be, use the IP or address
# you Telnet to)
V:additional.vhost.com
# If there is more than one vhost for the server enter it here.
# This way you can change your host without editing the config
# file.
V:additional.vhost.com
# ditto
P:pid.bnc
# leave this as is. It”s for Crontab.
L:bnc.log
# Change this to what you want the log file name to be
W:1
# Enable dynamic idents on servers with identwd installed
A:1:*
# Allows a list of IP”s that can use the BNC
8.) type: ctrl (key)+x
(to save your bnc.conf file)
9.) type: y+enter (key)
10.) type: ./bnc bnc.conf
Now you are ready to use your bouncer (BNC).
If you face any trouble installing (compiling/setting up) bnc, write your problem or error in comments. I will definitely try to resolve your errors.
The Internet Relay Chat (IRC) is a way of sending text messages in real-time Internet (chat) or synchronous communication. It is designed primarily for group communication in discussion forums, called channels, but also allows for a communication via private message, as well as chat and data transfers via the Client-to-Client Direct.
On the day in March 2009, the top 100 IRC networks serving more than half a million users at once, with hundreds of thousands of channels (most of which stand on vacancy), operating in a total of roughly 1500 servers by around the world.
IRC was created by Jarkko Oikarinen in August 1988 to replace a program called MUT (multi-talk) in a OuluBox called BBS in Finland. Oikarinen found inspiration in a chat system known as Bitnet Relay, which operated on the Bitnet.
The IRC was used to disclose the attempted Soviet coup of 1991 through a media blackout of. Was used previously in a similar way during the Persian Gulf war. The records of these events and other events are held on file ibiblio.
Software IRC client is available for virtually every computer operating system that supports the establishment of a network.
IRC NETWORK
There are thousands of running IRC networks in the world. Operate several implementations of IRC servers, and are administered by the various groups of IRC operators, but the protocol outlined for users of the IRC is very similar, and all IRC networks can be achieved by the same software customer.
Few Big Irc Networks are listed below:
Efnet
Ircnet
Quakenet
Undernet
Dalnet
Here in this post I will let you know how to setup znc in your shell.
STEPS:
1) Login to your shell
2) type: wget http://kent.dl.sourceforge.net/sourceforge/znc/znc-0.068.tar.gz
Above command will download znc in your shell in tar.gz format.
3) type: tar -zxf znc-0.068.tar.gz
Above command will untar your znc in your shell.
4) type: cd znc-0.068
Above command will change your directory to znc-0.068
5) type: ./configure –prefix=$HOME/ZNC
Above command will configure your znc.
6) type: make
7) type: make install
Above command will install your znc
type: ./znc
Above command will start your znc process. So you are ready to go. Have fun using znc.
If you are facing any problem with installing or compiling znc, post your problem or error in comments. I will try to help you to resolving your issues.
Here I will show you easy trick to put your adsense between post title and post content.
This is great tips to make your adsense earning increasing by put the adsense adse below the title . the new blogger beta make you not easy to put adsense below the title of the page , I think we only can put it at sidebar, footer, header or before the title or after the posts .
1. copy all your adsense code
2. use this online tool, to parse your adsense code
3. login to your blogger account, Customize> Template> Edit HTML and make sure the Expand widget templates checked.
4. put the parsed adsense code before
***
< p class=”post-body” >***
or
< data:post.body/ >
Note: Take backup of your template 1st before editing your template.
Selecting the best web hosting plan for your business can be confusing task, if your business is going to be involved in the Internet in any capacity would be one of the most important decisions you will need to take is choosing a best web hosting provider.
Selecting the best web hosting is not as important as choosing the wrong one. As per my view selecting the wrong or bad web hosing provider can be nightmare for you, specially if you have other clients who depend upon you. Selecting the right web hosting
provider is just a matter of little research, reading user reviews and asking the right questions. Well you need to keep few factors in your mind to chose best web hosting provider which I have mentioned below:
1.) Pricing – You should get what you are paying for.
Although most people start in the market price of the Internet is a big consideration, the price should not be the sole determining factor. your time, not to mention your sanity, is priceless. The good news is that many of the good web hosts out there are all in the same range and offer most of the same basic characteristics. So I write this I would say that you should expect to pay about $ 8 – $ 10.00 per month web hosting. There is something that loads in the $ 3 – $ 5 per month range, but tend to stay away from those, as they are not reliable and generally more restrictive in their options. The couple of dollars extra per month is well worth it.
And remember, even if costs are low, that does not diminish the fact that this is a very important economic decision. If you choose the wrong host and need to change down the road, it can take days or weeks of time to move their sites above, depending on how many you have. Do not think that just because he as just $ 10.00 per month that should be taken lightly. I’ve been doing this for over 9 years, and I’ve done my share of bad decisions he received during that time. Use my experience as to avoid incurring the same mistakes.
2.) Features – What your web hosting package contains.
Consider what features you want to simplify development of your web site.
As you see in the hostgator Comparison chart below few features are disabled in hatchling plan and baby plan but in business plan all features are available but at the cost of few more bucks. So you need to decide 1st what features you require for your web hosting and it will be the easy task for you to select the best web hosting plan for your website.



3.) Reputation of a web hosting provider
Reputation of web hosting provider is one of most important factor to keep in your mind while selecting the web hosting provider. You need to read some user reviews for web hosting provider you are going to select. Obviously you can’t trust the testimonial on the actual web hosts site. They could be just cherry picking the best ones and not showing the negative ones, or they could be fake (gasp!). There are many sites and forums on which you can get user review for website hosting provider.
My point is, if you are able to find a discussion about a particular webhost, you should weigh the good comments heavier than the bad in most cases. If there are nothing but bad comments, then the host is probably bad. If they are pretty equal, then the host is probably pretty good. If they are mostly good, they they are probably excellent.
4.) Server stability or uptime
One more important factor to review for web hosting provider is their server’s stability or uptime. Suppose if your hosting provider’s server stability isn’t reliable, it would be the nightmare for your business website which leads you to loosing your clients and income. Thus its important to review uptime of server of web hosting provider which ever you are prefering.
5.) Customer Support
A support with the customers of host centres are the frontlines of their business. If their service to the customers sucks, you will want to leave, and known as each one about it. If their service to the customers is good, you will have to probably seldom never speak with them, and will probably never mention it with no matter whom.
Unfortunately it is only the information which you can obtain in advance comments and discussions. But the good service to the customers is extrmement important for your mental wellbeing and your businesses (in this order). Not that it is critical, but having a representative of service to the customers which speak your language (the made-to-order of the natives) made an enormous difference. I do not want to say to seem xenophobic, but the test to solve a crisis is not the hour to test and approach a linguistic barrier as well. It does not do anything but done returns the CS representative frustrated with you and them you angry against.

Recent Comments