Here are some tips for beginning the seo and which will help you in Making your Site better.
Saturday, August 9, 2008
Optimizing Your Page Copy
What are your
customers searching for?
Optimize your page text for the wrong keywords and all your efforts will be wasted.
Our keyword research tool can tell you the exact words they are using in the search engines.
Don't guess -- know what they are searching for.
Use our keyword tool!
Did you know that just like a visitor to your site would read the copy on your page to figure out what you have to offer, the search engines do too? And what do you think the search engines are looking for when they 'read' your page copy? Keyword phrases, of course!
Page Text Tips
This text should include your most important keyword phrases, but should remain logical & readable.
Be sure to use those phrases that you have used in your other tags (i.e. metas, alt, headings, title, etc.) during the optimization process.
Add additional copy filled pages to your site. For example, how-to articles, tips or tutorials. These types of content pages not only help you in the search engines, but many other sites will link to them too.
Don't ignore this tip! Seriously, optimizing your page copy is one of the most important things you could possibly do to improve your listings in the search engines. So, make sure you have plenty of it even if you need to redesign your site to work it in!
Optimizing Your Meta Tags
What they look like:
Description Meta:
"//meta name="description" content="This would be your description of what is on your page. Your most important keyword phrases should appear in this description.">"
Keywords Meta:
meta name="keywords" content="keywords phrase 1, keyword phrase 2, keyword phrase 3, etc.">"
Where they belong:
The correct placement for both meta tags is between the head> and /head> tags within the HTML the makes up your page. Their order does not really matter, but most people usually place the description first then the keywords meta.
Tag limits:
We recommend that your Keywords Meta not exceed 1024 characters including spaces.
We recommend that your Description Meta tag not exceed 250 characters including spaces.
Tuesday, August 5, 2008
How to prevent your PEN drive from VIRUS
Friends many of your PC/laptop's normally gets virus because of Pen Drives or USB devices (Even PC's who are not connected to network ). Some Virus like Ravmon Virus , Heap41a worm which are not detected by anti virus normally spreads mostly by the Pen Drives . In such a case what can you do to prevent your PC from getting infected with Virus that spreads through USB devices or Pen Drives ?
You can protect your PC by just following the simple steps below . It won't take much time.
- Connect your Pen Drive or USB drive to your computer .
- Now a dialogue window will popup asking you to choose among the options as shown in the figure.
Don't choose any of them , Just simply click Cancel.
- *Now go to Start--> Run and type cmd to open the Command Prompt window .
- *Now go to My Computer and Check the Drive letter of your USB drive or Pen Drive . ( E.g. If it is written Kingston (I:) , then I: will be the drive letter .)
- *In the Command Window ( cmd ) , type the drive letter: and Hit Enter .
- *Now type dir/w/o/a/p and Hit Enter
- *You will get a list of files . In the list , search if anyone of the following do exist
- 1. Autorun.inf
- 2. New Folder.exe
- 3. Bha.vbs
- 4. Iexplore.vbs
- 5. Info.exe
- 6. New_Folder.exe
- 7. Ravmon.exe
- 8. RVHost.exe or any other files with .exe Extension .
- If you find any one of the files above , Run the command attrib -h -r -s -a *.* and Hit Enter.
- Now Delete each File using the following Command del filename ( E.g del autorun.inf ) .
- That's it . Now just scan your USB drive with the anti virus you have to ensure that you made your Pen Drive free of Virus .
This virus is very very common now...
To know whether ur system is infected just type C:\heap41a in the address bar...
if there is a folder named heap41a, then ur system is infected...
Monday, August 4, 2008
Tips of Directory Submission
Directory Submission can make your site listed in major search engines. By directory links your site can be in good ranking also in search engines. Dmoz is one of the best directory. If you list your site in dmoz your site can be in honorable status.
There are some tips of directory submission.
1.
Make your site Title Unique which will display as anchor text.
2.
Your site description should be also unique and it should be in 150 character because most of directory accept 150 character description length.
3.
Write keywords for your site page properly which is targeted for that page.
4.
Use paid email id. Paid email id will make guarantee of approval however free id is accepted by almost all directories
5.
Choose that directories which has some PR and which is fast in approval.
6.
Use Robo Form it will make your task easy and you can submit many directories in less time.
7.
Use always home page of your site for directory submission because most of the directories don't accept sub pages of site. But many directories accept. So, separate that list.
8.
If directory shows error as “Title is not unique in the parent category”, change your link page title. Create alternative title for your page also if you get this error.
9.
Maintain all submission properly in excel sheet. In this format :
10.
Always submit your link in relevant categories.
Friday, August 1, 2008
Microsoft's Crazy Facts
MAGIC #1
Nobody can create a FOLDER anywhere on the computer which can be named as "CON".
This is something pretty cool...and unbelievable. ..
At Microsoft the whole Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE "CON" FOLDER
MAGIC #2
This is something pretty cool and neat...and unbelievable. ..
At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!
Try it out yourself...
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER
MAGIC #3
For those of you using Windows, do the following:
1. Open an empty notepad file
2. Type "Bush hid the facts" (without the quotes)
3. Save it as whatever you want.
4. Close it, and re-open it.
Is it just a really weird bug?
You can try the same thing above with another sentence "this app can break"
Explanation for Magic #1:
In windows the folder name and the special system variables share the same interface, so
when you create a folder with a system variable name it will consider that folder already
exist!!
These special system variables are available irrespective of path
You cannot create a folder with these names also:
CON, NUL, COM1, COM2, COM3, LPT1, LPT2, LPT3,COM1 to COM9 and LPT1 to LPT9....
CON means console, COM1 means serial port 1, LPT1 means parallel port 1
Tuesday, June 10, 2008
Which Is Better DIV or Table
Most of he webmasters prefer DIVs than Tables. But Only few know the their Benefit .
Here is the list of reasons as why Div is better then Table.
- Div Loads faster than Tables
- Tables can be inflexible
- Accessibility issues are easier with CSS
- Tables don’t print as well
- Div is great for SEO – powerful to do content positioning. So basically you can place the bulk of your rich content closer to the top of your HTML code, but it will still render on the browser in the same place
- DIVs can reduce the size of page - Use of DIVs and CSS can allow you to reduce the size of your HTML significantly, depending on how nested your tables are. TABLE tags require, TR, TD, and some cases include, TH, THEAD, TBODY, TFOOT. This adds quite a few tags that can all be condensed into a few DIVs.
