Essential SEO Tips & Techniques





Businesses are growing more aware of the need to understand and implement at least the basics of search engine optimization (SEO). But if you read a variety of blogs and websites, you’ll quickly see that there’s a lot of uncertainty over what makes up “the basics.” Without access to high-level consulting and without a lot of experience knowing what SEO resources can be trusted, there’s also a lot of misinformation about SEO strategies and tactics.

1.    Commit yourself to the process. SEO isn’t a one-time event. Search engine algorithms change regularly, so the tactics that worked last year may not work this year. SEO requires a long-term outlook and commitment.

2.    Be patient. SEO isn’t about instant gratification. Results often take months to see, and this is especially true the smaller you are, and the newer you are to doing business online.


3.    Ask a lot of questions when hiring an SEO company. It’s your job to know what kind of tactics the company uses. Ask for specifics. Ask if there are any risks involved. Then get online yourself and do your own research—about the company, about the tactics they discussed, and so forth.

4.    Become a student of SEO. If you’re taking the do-it-yourself route, you’ll have to become a student of SEO and learn as much as you can. Luckily for you, there are plenty of great web resources (like Search Engine Land) and several terrific books you can read. (Yes, actual printed books!) See our What Is SEO page for a variety of articles, books and resources.


5.    Have web analytics in place at the start. You should have clearly defined goals for your SEO efforts, and you’ll need web analytics software in place so you can track what’s working and what’s not.

6.    Build a great web site. I’m sure you want to show up on the first page of results. Ask yourself, “Is my site really one of the 10 best sites in the world on this topic?” Be honest. If it’s not, make it better.


7.    Include a site map page. Spiders can’t index pages that can’t be crawled. A site map will help spiders find all the important pages on your site, and help the spider understand your site’s hierarchy. This is especially helpful if your site has a hard-to-crawl navigation menu. If your site is large, make several site map pages. Keep each one to less than 100 links. I tell clients 75 is the max to be safe.

8.    Make SEO-friendly URLs. Use keywords in your URLs and file names, such asyourdomain.com/red-widgets.html. Don’t overdo it, though. A file with 3+ hyphens tends to look spammy and users may be hesitant to click on it. Related bonus tip: Use hyphens in URLs and file names, not underscores. Hyphens are treated as a “space,” while underscores are not.


9.    Do keyword research at the start of the project. If you’re on a tight budget, use the free versions of Keyword Discovery or WordTracker, both of which also have more powerful paid versions. Ignore the numbers these tools show; what’s important is the relative volume of one keyword to another. Another good free tool is Google’s AdWords Keyword Tool, which doesn’t show exact numbers.

10.  Open up a PPC account. Whether it’s Google’s AdWords, Microsoft adCenter or something else, this is a great way to get actual search volume for your keywords. Yes, it costs money, but if you have the budget it’s worth the investment. It’s also the solution if you didn’t like the “Be patient” suggestion above and are looking for instant visibility.


11.  Use a unique and relevant title and meta description on every page. The page title is the single most important on-page SEO factor. It’s rare to rank highly for a primary term (2-3 words) without that term being part of the page title. The meta description tag won’t help you rank, but it will often appear as the text snippet below your listing, so it should include the relevant keyword(s) and be written so as to encourage searchers to click on your listing.Related bonus tip: You can ignore the Keywords meta tag, as no major search engine today supports it.

12.  Write for users first. Google, Yahoo, etc., have pretty powerful bots crawling the web, but to my knowledge these bots have never bought anything online, signed up for a newsletter, or picked up the phone to call about your services. Humans do those things, so write your page copy with humans in mind. Yes, you need keywords in the text, but don’t stuff each page like a Thanksgiving turkey. Keep it readable.


13.  Create great, unique content. This is important for everyone, but it’s a particular challenge for online retailers. If you’re selling the same widget that 50 other retailers are selling, and everyone is using the boilerplate descriptions from the manufacturer, this is a great opportunity. Write your own product descriptions, using the keyword research you did earlier (see #9 above) to target actual words searchers use, and make product pages that blow the competition away. Plus, retailer or not, great content is a great way to get inbound links.

14.  Use your keywords as anchor text when linking internally. Anchor text helps tells spiders what the linked-to page is about. Links that say “click here” do nothing for your search engine visibility.


15.  Build links intelligently. Begin with foundational links like trusted directories. (Yahoo andDMOZ are often cited as examples, but don’t waste time worrying about DMOZ submission. Submit it and forget it.) Seek links from authority sites in your industry. If local search matters to you (more on that coming up), seek links from trusted sites in your geographic area — the Chamber of Commerce, local business directories, etc. Analyze the inbound links to your competitors to find links you can acquire, too. Create great content on a consistent basis and use social media to build awareness and links. (A blog is great for this; see below.)

16.  Use press releases wisely. Developing a relationship with media covering your industry or your local region can be a great source of exposure, including getting links from trusted media web sites. Distributing releases online can be an effective link building tactic, and opens the door for exposure in news search sites. Related bonus tip: Only issue a release when you have something newsworthy to report. Don’t waste journalists’ time.


17.  Start a blog and participate with other related blogs. Search engines, Google especially, love blogs for the fresh content and highly-structured data. Beyond that, there’s no better way to join the conversations that are already taking place about your industry and/or company. Reading and commenting on other blogs can also increase your exposure and help you acquire new links. Related bonus tip: Put your blog at yourdomain.com/blog so your main domain gets the benefit of any links to your blog posts. If that’s not possible, useblog.yourdomain.com.

18.  Use social media marketing wisely. If your business has a visual element, join the appropriate communities on Flickr and post high-quality photos there. If you’re a service-oriented business, use Small Business Search Marketing and can be found on Twitter at@MattMcGee and/or on Google Plus. See more articles by Matt McGee



Command Prompt on Right-Click



Many computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.

This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt Window will launch and its current directory will be the path to the folder you've selected.


Here's what you'll get:






 The Solution
 You can either edit your registry OR download the registry file and apply it on your computer.

 Method I. Manually edit the registry:
Start > Run
Enter "regedit" and hit Enter
Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
Right-click on "shell" and select New > Key
Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
Right-click on this new key "Command Prompt" and select New > Key
Change the name of this key to "command"


Here's what we should have:

Double-click on the "(Default)" text on the right window to bring up the edit box
Enter this text into the Value Data field:
cmd.exe "%1"
Click OK and close the registry.


Method II. Download and apply the registry file:

Download this registry file Here
Unzip it to a temp folder, then double-click on the .reg file to add the registry data.


Trick To Hide Text In Notepad.

A Superb Trick To Hide Text In Notepad
 Here is a small trick to hide text inside your windows default text editor i.e Notepad using command prompt,  :) but this trick works only on NTFS file system.

Steps to hide text in a Notepad
1. Open your command prompt Start–>Run and Type cmd
2. Type cd.. to move to C:\> drive or Type cd desktop to move to your desktop.



3. Type the below code in your command prompt
notepad filename.txt:hidden
4. Write some data and save(Ctrl+S) the file.
5. Browse to the file location and Open filename.txt you cannot see any data in the file.
6. To retrieve the hidden data open command prompt and type the same command.
notepad filename.txt:hidden




Do you like this notepad trick ? 



Protect your Computer from Viruses and Hackers




Check this out [Works for Windows XP, Vista]

This trick will help against Hackers & Viruses(Mostly for Viruses it is Helpful)

Caution: You must be Admin or must have Admin privileges

Step 1:

Go To “Folder Option” in “Control Panel” –>”View Tab”
Uncheck “Use Simple File Sharing” –> Apply & OK.

Step 2:

Right Click on C: Drive(If Operating System is installed in C: drive) –> Properties.
You will see a new tab as “Security”, click on it .
Select User’s at “Group or user names” (you will see all permissions of users on C:Drive) –>Edit It As per your requirement(Suggestion: Uncheck Write Permission For All Users except Admin) & Apply it.
Restart It!!

Mission Over 

[Suggestion: Use this trick during fresh installation & Just Use Any Other user who has no Admin privileges]



Internet Explorer Security Alert







Internet Explorer security alert: Microsoft says all users at risk – security patch available

Internet Explorer, the world’s most popular web browser, are at risk of having their computers hijackedbecause of a security flaw.The flaw allows criminal gangs to take control of people’s computers andsteal their personal information when they visit websites that have been corrupted by malicious hackers.It is believed that as many 10,000 sites across the globe have been compromised since last week.
Microsoft said that it had detected attacks on machines using Internet Explorer 7, the most widely-used version of the browser, but that other versions are “potentially vulnerable”.
The websites corrupted by the hackers are mostly Chinese, and have been programmed to steal passwords for computer games which can be sold for money on the black market.
Download the Internet Explorer security patch from the below link and install itto your computer as soon as possible.

7 Facebook Tricks To Avoid Yourself From Getting Hated




1.     Beware! Don’t sync your Twitter account with Facebook , if you are someone who tweets every 10 minutes will end by flooding the live-stream of your friends and  they will end up marking hide your updates .
2.     Do not add people you do not have any kind of relationship, if you ask someone to add it is because you know him or you can have something in common that can make interesting relationship between both of you, and not because he or she has a very good profile picture
3.     When you upload a picture don’t tag everyone in the picture. As each comment will give a notification to every one in your contact and this will annoy many of them. Tag only those who are present in the picture.
4.     The relatives of your friends are not friends, Face book is not a popularity race to see if you have more friends.
5.     Do not invite all of your contacts to attend events, only those who may be interested and those who are geographically possible should be invited.
6.     Each time you use an application on Face book as a requirement it asks you to send an invitation to your friends do not click on the send button, somewhere must have a button to skip this step (the policy of Face book require it .)
7.     When uploading pictures make sure they have access only to people who should have access to them, your mother is not interested to see how you vomit on your best friend (and probably your boss either.)

Password Protect : Microsoft Word 2011 Document


Secure there documents to have privacy.Mac users checkout the password protection features in Word for Mac 2011.In this article I will show you how to lock your word doc with passwords through step-by-step instructions along with screenshot icon wink Password Protect a Microsoft Word 2011 Document
1. Open a word document in MS Word 2011.
2. Goto File –> Click Save As.
3. Type the File name and click Options button.Here I used my new blog name i.e Geekyard.


4. Now you will get  save options dialog box.Click Show All.


5. In Word Preferences, Click on Security under personal settings.


6. In security dialog box, Set password to open and modify.After setting passwords click ok.
7. A conformation dialog box will appear. Type Password to open and modify again.


8. That’s it Your word document is password protected
9. When you open word document.It will ask two passwords.Enter it correctly to access and editdocument.

I hope it will be very useful to you.