This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are various SEO techniques in details???
05-23-2014, 01:47 PM
Post: #1
What are various SEO techniques in details???
I want to perform SEO for websites of my organisation, for which i m working, and want to know various methods, techniques, processes, steps and activities about SEO. I want to know actual actions i have to perform i.e. how can I establish backlinks & raciprocal links? How can PR be increased? How SEO Companies do increase Search Engines Ranking for a website, significantely, in a short span of time??????? etc. etc.

Ads

Find all posts by this user
Quote this message in a reply
05-23-2014, 01:52 PM
Post: #2
 
These methods are for increasing Page Rank and Search Rank of blogs but they can also be applied to websites :

Ads

Find all posts by this user
Quote this message in a reply
05-23-2014, 01:53 PM
Post: #3
 
There is no easy way to learn SEO.

Start by taking a few hours to study the two best free tutorials on the web. Written by acknowledged experts they are a fantastic resource for those just starting out in this field.

http://www.seo-blog.com/tutorial.php

http://www.seomoz.org/article/beginners-...timization

Good luck!
Find all posts by this user
Quote this message in a reply
05-23-2014, 02:00 PM
Post: #4
 
The fastest way to get a high pagerank is to build up your backlinks. If you have a pagerank of 2 or 3 and you get some sites to link to you that have pageranks of 6 or 7 your site will jump the next time you site is ranked. Also, you need to keyword load your site for what you want to rank high. If you have a high pagerank but the search engines don't see a common keyword or phrase on you site then they won't know what to rank you for.
Find all posts by this user
Quote this message in a reply
05-23-2014, 02:13 PM
Post: #5
 
We recently featured several articles on PPC and SEO tips and tactics. One in particular featured 5 expert tips on how to maximize Google AdWords campaigns. Check it out here...

http://dimanomarketing.wordpress.com/200...s-results/

Good luck. -The Dimano Marketing Team
Find all posts by this user
Quote this message in a reply
05-23-2014, 02:17 PM
Post: #6
 
Below are really basic steps. But you need to begin reading all the blogs, web sites, forums etc as SEO changes often and it is much more detaile then below. There are no short cuts for an seo person

There is no such thing as a permanent "fix" to magically send you to the top of the rankings for good. But here are some of the basics to look for when optimizing your site for the first time.

On-Page Factors

1. Title Tag
This one is very important. Among the first things the spiders will crawl on your page is the Title Tag at the very top of your HTML code. This is what you see in the blue bar at the top of your browser when you land on a page. Using unique text in this tag on each page is absolutely essential. I have seen huge sites with thousands of pages all using the same content in the Title Tag of each page, frequently the name of the company as the only text. Not only will you NOT rank for anything but what is in that tag for your entire site (Do you want every page on your site to rank for nothing but your company name? I don't think so.), but you run the risk of most of your pages winding up in Google's Supplemental Index, probably never to be seen again. You must have a unique Title Tag related to the unique subject matter of each page throughout your website (10 to 15 words, 80 characters maximum).

2. Internal Navigation
There was a time when the search engine crawlers choked on javascript links and database driven web pages that looked something like http://www.widgets.com/product.php?categ...ductid=10, but they are better at reading them these days. However, you still need to make your links as digestible to the spiders as you can. As much as possible, you should make your links through plain text and CSS (Cascading Style Sheets). Javascript and image map links should be avoided as well as session IDs and variables in dynamic pages. Avoid using frames like the plague! These can all still give spiders a fit. Also, use a sitemap with text links to not only help visitors find what they are looking for, but to direct the spiders to all of your internal pages.



It is a must that you include a static html site map and xml site maps. be sure to also have a robots.txt page

3. Make Your Site Unique
They say that imitation is the highest form of flattery, but that's a big no-no on the web. Do not copy someone else. Make your site as unique as possible with information that no one else has. In other words, don't steal content off of someone else's site. Not only can that be copyright infringement, but it can put you and the site you copied from in hot water with the search engines for duplicate content (see Duplicate Content below). Creating a buzz about something unique is great link bait. Which leads us to:

4. Content
Content is King. Content is spider food. The search engines are looking for the foremost authority on a keyword or phrase. Make sure your site has plenty of keyword rich content high on the page that is useful to the visitor as well as digestible to the spiders. Make use of H1, H2 and H3 headlines that contain your keywords. Make sure your prose is natural and easy to read.

Don't go overboard and make every other word on the page the keyword you want to rank the page for. Stuffing the page with keywords is considered a form of spam.

Focus on search phrases, not single keywords, and put your location in your text ("our Palm Springs showroom" not "our showroom") to help you get found in local searches.

Having terrific content will not only be great for your visitors and spiders, but it's wonderful link bait, too (see Links below). A blog is a great way to create fresh, new content (for the spiders and for visitors) and attract inbound links.

Also, use Flash animation and images sparingly. Spiders can read text, not Flash nor pictures. A sure way to kill any chance of ranking well is to create a site that is all Flash or mostly images.

5. Duplicate Content
Let's say you have a site that sells a thousand different types of widgets and the pages are all built from the same template with the same text and the only difference is the model of widget on the page. What could happen is that the search engines will not see enough difference in the pages to consider them unique and will rank what it considers the best single page and dump the rest, in the case of Google, into Supplemental Index limbo.

Make sure all of your pages have unique Title Tags, Meta Tags (see below) and text, in this case probably in the form of product description text.

And, if you are writing articles for distribution to the various article sites for mass distribution (a great way to get back links), be sure to publish the article on your own site first and give the spiders a chance to crawl it. That identifies you as the originator of the content. Then push the article out for distribution across the web, making sure you have a link back to your site in the article content.

6. Code Bloat
Between you, your web designer and web programmer, it's real easy to wind up with a page that is full of internal code that not only impedes spiders, but causes your pages to load at a snail's pace. Be very careful with this. Too much code will send both the spiders and the visitors away and can knock the meat of your pages down to the bottom. It's best to have your spider-friendly content as high in your code as possible, so when you can, place javascript (if you absolutely MUST use it) and CSS in external files that can be called with a single line of code from each page.

For instance, one site I worked with had so much javascript going on that the first 200 lines of code after the Title and Meta Tags were javascript, knocking the rest of the content down and making the page load size huge. I was able to move the javascript into external files, each simply called by a single line of code. This made every page on the site smaller in size and brought the spider-friendly content up higher in the code by 199 lines.

For example, you could put your all 100 lines of your CSS on each and every one of your 300 site pages or you could call your CSS from an external file called style.css with one single line of code on each page like:

If you don't know what I'm talking about, you'll need to ask your web developer or learn a bit about HTML.

7. Tweak and Test
Make one change at a time and evaluate. Changing too many things at once can confuse things to the point where you don't know which change you made did what. For instance, let's say you changed your content on a page as well as the linking structure and Meta Tags at the same time and the page dropped in the rankings a few days later. How would you know which to point to as the problem?

Try one tweak at a time and give the search engines time to digest it before moving on to the next.

8. Meta Tags
The only Meta Tag that carries any weight at all as far as SEO is the description and title tags, and it doesn't have the influence it once had. Still, it's a good idea to make it keyword rich and include what you want to show up in the SERPS (search engine result pages) as your description. Yes, this is what frequently comes up describing your site in the results, so be sure it says what you want it to say.

And, it is believed that having a unique TITLE and Meta description tag on each page will help keep pages out of Google's Supplemental Index.

The keyword tag has very little influence on rankings anymore, practically none, but it can't hurt to include it. Just don't stuff if with a thousand words. Ten or so should be enough for any page.

Off-Page Factors

9. Links
If Content is King, then Links are Queen. Search engines look at links pointing to your site as verification that you are an important authority site. It's not just the quantity of links but the quality that counts. You can have thousands of links pointing to you, but if they are all from link farms or spammy sites, they won't do you any good. Try to get back links from quality sites. If you have good content, a lot of links will come your way naturally, but if you want to speed things up, you'll need to actively pursue those links. One way is to contact theme related, non-competitive authority sites and request a link. The acid test for a potential link is if there is a natural, logical reason for that site to link to you. If not, then you don't want the link.

And, you want the links back to your site to use your keyword text in them. This is extremely important. If the keyword you are targeting is "widget" then you want the link back to your widget page to use that text and not "click here" or something like that.

Another way to use your content to get back links is by submitting articles to other sites for publication (A blog and RSS feed are great for this). Just be sure the content includes links to your site.

Submitting to trusted directories is also a good place to start. Most of the best require a fee for a listing, but they can be a great first step in your link building campaign.

There's no simple, easy one-step way to gain links. It's really about networking and relationships and your useful content is the key.

10. Competition
Keep track of your competition by searching for your primary keywords and study what they are doing. Don't copy them, but you can analyze what they are doing right and you are doing wrong. See who is linking to them and investigate getting your own link. If you are a new site, you'll be playing catch up for a while, but have faith. That guy in the #1 spot had to start from scratch at some point, too.

11. Analysis & Statistics
Sounds boring, but all of your hard work is worthless if you don't know how you are doing. Chances are your hosting company will have some sort of web statistics feature where you can check basics such as unique visitors, where your traffic is coming from (referrals), page not found errors, etc. One mistake newbies make is to consider "hits" as the number of visitors they are getting. In actuality, "hits" are useless information. Hits are simply server pulls. As an example, if you have ten images on a page each time the page is loaded each image results in a server pull or "hit." What you really want to look at is the number of "unique visitors" to your site, not hits, as an indication of your traffic.

If you are an e-commerce site, you'll also want a way to track conversions, which will require something more than your basic hosting stats. Google offers free web analytics that could be adequate for many site owners, but there are also commercial applications available that offer greater functionality.

Whatever you do, don't leave the site on autopilot. Check your stats frequently. You'd be surprised at the little things you'll see that will help you bring in more traffic.

12. History
There is evidence that the search engines actually look at your domain history in their ranking algorithms (How long the domain has been up, how many years you've renewed for, if you've changed IP addresses frequently, etc.). The more stable you are the more they consider you a trusted site.

If you're in it for the long haul, renew your domain for several years at a time (not just annually) and get a dedicated IP address and keep it. The best situation is to have a dedicated web server, but not all of us can afford that. The next best thing is to pay for a dedicated IP address with your host so that you are no longer sharing the hosted IP block. It usually doesn't cost that much. Not only will the search engines see you as stable, you don't run the risk of the IP being banned if one of your shared hosting neighbors is naughty.

Don't bounce from host to host because that screams SPAMMER to the search engines. Find a good hosting company and stay there.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)