Wednesday, 10 September 2014

How To Rank Your Website?

Prabha sharma | 09:24 | Be the first to comment!


It is important to rank your website on search engine because every one find there solutions on 1st page ranking websites only.  So if you are a business men and having website for increasing business, it is necessary to top rank on search engine for better business or other activities.

There are many ways where you can check the status of website and make some needful changes yourself without help for seo expert.

1. URL Structure:  Check your URL have desc sign (-) do not use underscore sign ( _ ) because underscore         in not good for search engine. It is important for  your entire site follow SEO best practices – start with Google’s Webmaster Guidelines if you don’t know what that means.

2. USE HTML Heading Tags:  Always use html heading tags for best and important keyword's title tags. HTML tags help to improve visibility of you website.

3. Keywords should be good in volumes but not too much: We should always take care about the keywords density. Use good volume but not too much, because it is unethical for search engine.

4. Off page Submissions: Off page seo is one of the important part for increase page rank on search engine, that is the work you should do weekly basis. It is very important for visibility of any website.
  1. An article
  2. A blog post
  3. A product page
  4. An index or directory of links (to other pages on your site or around the web)
  5. An authoritative guide
  6. An infographic
  7. A video
5. Social Networking: Today every one associate with social networking sites. So it is easy and convenient way to share your product or business with other people and this is very effective.

For More details visit our website http://www.sainettechnologies.com/


Read more ...

Monday, 12 May 2014

301 Redirect - Process to Divert Traffic one URL to another URL

Prabha sharma | 02:05 | Be the first to comment!

301 Redirect is a technique in which we redirect one url to another url. Some time we we delete a page of website and create new [age for the website for any reason and upload this on server but we see that the old page(that is deleted) ranked on search engine 301 redirect is helped us for use this traffic for new page.

301 redirect is help for change address as you want to make sure all your mail is forwarded to your new place.

To solve these kind of problem we use 301 redirect, we create .htaccess file and save it on the server.

htaccess code for html:

RewriteEngine On
Redirect 301 www.xyz/old.html http://www.xyz.com/new.html




Redirect whole domain :

Incase you want to change your domain name, you can safely redirect users to new site using following codes.

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Dynamic pages redirect to static pages:

.htaccess code below will convert dynamic PHP pages, view.php?id=xyz to pagewxyz.html

RewriteEngine On
RewriteRule ^page_([^/.]+).html$ view.php?id=$1 [L]



So Create an htaccess file and upload this on server.

Read more ...
Twitter Delicious Facebook Digg Stumbleupon Favorites More

Search

Powered by Blogger.

Search This Blog

Blogroll

About