Home   |   About Us   |   List Of Directory   |   Bookmarking List   |   SEO Resources   |   Contact
Showing posts with label On-page. Show all posts
Showing posts with label On-page. Show all posts

Jun 5, 2012

How To Get Back After the Penguin Update


How To Get Back After the Penguin Attack


If you are one of the hundred those felt a huge downfall in your targeted keywords and unable to find your website where it was then surely your are victim of the latest Google Algorithm update.

In order to stop manipulating SERP and provide quality results to its visitors search engines update their classifiers time to time. These updates affect many websites those fall in the criteria which is build to stop unhealthy and unnatural optimization practices.

Google also does the same and this time to stop spam and excessive SEO and to serve better and desired results Google released its log awaited algorithm update " Penguin " and this update have hurt many well known and small online business badly. Due to this update many well performing websites have gone out of the race surprisingly.

If you are one who is facing this situation then we have something to share with you. Though we do not guaranty how much it could be helpful to you and how long will it take to get back into the business but we are sure that this will definitely work.

Time To Make Action Plan

1. First Of All - have a deep look of your entire website if you have content that is already on other web page that is older then yours Or you have not changed your text since long then it is the time to change it. If you are planing to re-write then must change 80% of the older content but i will personally suggest please remove older one and replace this with more original and fresh one as spined content will not help you that much. You must remember that you have to remain your content natural do not stuff this with keywords as you are providing this for our visitors and not for the search engines.

2. Reinforce Your On Page Work - if earlier you have stuffed your page with your targeted keywords in Text, Alt Tags, H1 Tags then remove ASAP and make them natural and useful.

3. Recheck Your Meta Tags - since long Google have stopped taking consideration many of the meta tags earlier used by webmasters. try to remove these one and redo your meta tags.

Title Tag - Never fill your Title Tag with plenty of keywords and do not repeat keywords more then twice.

we have a few more steps to follow ..... we will talk on the remaining steps and method in our next post

Till then if you have any doubt Or want to talk to us then feel free to contact us we will get back to you ASAP with suitable solution related to your problem.

you may use , Email : info4seo [@] gmail. com to send your quires or suggestions.


Aug 19, 2011

How to fix url with or without www

A URL of a website can be written with or without "www," like this:

* http://www.test.com, OR
* http://test.com

However for general visitor the URLs with and without "www" does not make any problem but Some search engines see the above two URLs as two different URLs and may provide a different PageRank and if without fixing you use both, you're diluting the PR for each URL.

It is advisable to choose one out of above versions for SEO purpose to get good PR and link juice.

How to redirect from one to the other using .htaccess

Make changes in your .htaccess file and replace "test.com" with your domain.

To redirect to the URL with www

RewriteEngine On
rewriteCond %{HTTP_HOST} ^test.com [NC]
rewriteRule ^(.*)$ http://www.test.com/$1 [R=301,L]

Aug 6, 2011

What Is Paid and Organic Search Results

Paid Search Results

Paid searches are advertisements that businesses pay for and you can find these results on the right-hand side and at the top of search page. Businesses owner create their ads and bid for a certain keyword that they want to see top of the other results. Specially for Google is it called Google Adwords.

Paid advertisement are done to get on the 1st page for the keywords that not ranking well for in the organic results.

Organic Search Results

Organic search results appear on the left-hand side of the page, just down side of the paid results . Search engines uses a set formula to determine best results against search queries that is called "algorithms". most often 10 results are shown in organic results ,per page.

Jun 20, 2011

URL Redirection - How to Redirect a Website

URL Redirection - How to Redirect a Website Or a Web Page :


You can Re direct your website yourself, using this code,

"< meta HTTP-EQUIV='REFRESH' content='3; url=http://www.yoursite. com' >"


If you want to re-direct you page without stopping, just replace given no with '0' otherwise change the given No. with seconds that you want the page to wait before redirecting. And replace URL with your new URL.

Jun 10, 2011

how to Create an XML sitemap for your website

So You are to Create an Site Map for your website but don't know how to do it ..... ?

Rest assure just Google it and you will find many websites listed with "Sitemap" keywords, but still some confusion is there where to go then no need to search more ...

JUST TYPE http://www.xml-sitemaps.com this is the best solution available on net and another best thing with this website is that you can create both Xml and Html sitemap at no cost. But you can get any Xml and Html sitemap upto 500 pages only in Free version and if your website has much pages then you have to go for other option ...

that is Gsitecrawler you can find this tool at
gsitecrawler.com for free ......

Apr 27, 2011

10 On Page Factors To Boost Your Ranking

10 On Page Factors That Help In Boosting Your Ranking ....

1. Try to have Domain with your keywords included.
2. Provide Unique and Different keywords to different Pages.
3. Insert Keywords and Description meta tags in header section.
4. Try to put your keywords in Heading Tags (H1 to H6), but must care to use every heading tag only once.
5. Try to place keywords in 1st paragraph
6. Make your keywords Bold, italic and underline.
7. Try to provide links to your pages within the content.
8. Name your images on your targeted keywords.
9. Always use "Alt Tag" with keyword for images you use.
10. Try to put your main keyword in Top and Footer or your copyright at the bottom of page

Apr 12, 2011

How To Add Meta Tag To Your Blog

If you are looking for any Trick to add meta tags to your Blog here is the info on How To Add Meta Tag To Your Blog.

Just type and paste this code as it is shown in the image.


Apr 9, 2011

What is a .htaccess file 301 Redirect

When a visitor/spider requests a web page, your web server checks for a .htaccess file. The .htaccess file contains specific instructions for certain requests, including security, redirection issues and how to handle certain errors.

How to implement the 301 Redirect

1. To create a .htaccess file, open notepad, name and save the file as .htaccess (there is no extension).

2. If you already have a .htaccess file on your server, download it to your desktop for editing.

3. Place this code in your .htaccess file: redirect 301 /old/old.htm http://www.you.com/new.htm

4. If the .htaccess file already has lines of code in it, skip a line, then add the above code.

5. Save the .htaccess file

6. Upload this file to the root folder of your server.

7. Test it by typing in the old address to the page you've changed. You should be immediately taken to the new location.

Notes: Don't add "http://www" to the first part of the statement - place the path from the top level of your site to the page. Also ensure that you leave a single space between these elements:

redirect 301 (the instruction that the page has moved)

/old/old.htm (the original folder path and file name)

http://www.you.com/new.htm (new path and file name)

When the search engines spider your site again they will follow the rule you have created in your .htaccess file. The search engine spider doesn't actually read the .htaccess file, but recognizes the response from the server as valid.

During the next update, the old file name and path will be dropped and replaced with the new one. Sometimes you may see alternating old/new file names during the transition period, plus some fluctuations in rankings. According to Google it will take 6-8 weeks to see the changes reflected on your pages.

Other ways to implement the 301 redirect:

1. To redirect ALL files on your domain use this in your .htaccess file if you are on a unix web server:

redirectMatch 301 ^(.*)$ http://www.domain.com
redirectMatch permanent ^(.*)$ http://www.domain.com

You can also use one of these in your .htaccess file:

redirect 301 /index.html http://www.domain.com/index.html
redirect permanent /index.html http://www.domain.com/index.html
redirectpermanent /index.html http://www.domain.com/index.html

This will redirect "index.html" to another domain using a
301-Moved permanently redirect.

2. If you need to redirect http://mysite.com to
http://www.mysite.com and you've got mod_rewrite enabled on
your server you can put this in your .htaccess file:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]

or this:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

Tip: Use your full URL (ie http://www.domain.com) when obtaining incoming links to your site. Also use your full URL for the internal linking of your site.

3. If you want to redirect your .htm pages to .php pages andd you've got mod_rewrite enabled on your server you can put this in your .htaccess file:

RewriteEngine on
RewriteBase /
RewriteRule (.*).htm$ /$1.php

4. If you wish to redirect your .html or .htm pages to .shtml pages because you are using Server Side Includes (SSI) add this code to your .htaccess file:

AddType text/html .shtml
AddHandler server-parsed .shtml .html .htm
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.html

Frequently Asked Question:
What's the difference in using a 301 redirect versus a meta redirect?

Meta Redirect
To send someone to a new page (or site) put this in the head of your
document:

meta equiv="refresh" content="10;url=http://mynewsite.com/"

Content="10; tells the browser to wait 10 seconds before transfer, choose however long you would like, you can even choose 0 to give a smoother transition, but some (really old) browsers aren't capable of using this so I'd suggest putting a link on that page to your new site for them.

With a meta redirect the page with the redirect issues a 200 OK status and some other mechanism moves the browser over to the new URL. With a 200 OK on both pages, the search engine wants to index both the start page and the target page - and that is a known spam method (set up 10,000 domains full of keywords for the search engines to index then meta redirect the "real visitor" after 0 or 1 seconds to the "real site" ) so using it gets you penalized.

The 301 redirect simply issues a Permanently Moved message in the HTTP header which tells the search engine to only index the target URL.

Conclusion: The safest way to redirect old web pages to the new pages or old web site to the new web site and keep the same search engine rankings is to use the 301 redirect. It will also pass on the page rank from your old site to your new site.

source : http://www.isitebuild.com