CREATE SEARCH ENGINE FRIENDLY URLS USING .HTACCESS
SEO Guide -
Create Search Engine Friendly URLs using .htaccess
In this post, we will wager how to use .htaccess to create see engine friendly URLs. Using .htaccess, mapping dynamic pages to static come is easy and this helps see engines to index the pages fast, effective and strong.
Initially, create a file .htaccess in your favorite editor, use the writing conception as beneath to map dynamic id expiration url’s to static version. Use the cipher and create your dynamic pages for see engines spiders
**************************************************************
RewriteEngine on
## Rewrite Rules ##
RewriteRule ^category/([0-9]*)/([0-9]*)/([a-z_]*)$ category.php?id=$1&page_id=$2 [L]
RewriteRule ^category/([^/]*)/([a-z_]*)/([^/]*)$ category.php?r_name=$2&id1=$1
***************************************************************
For eg: Originally the tender URL looks like subcategory.php?id=5&page_id=1
Using the above .htaccess code, you crapper create the URL as
category/5/1/product_name
Here,
RewriteRule ^category/([0-9]*)/([0-9]*)/([a-z_]*)$
^ - Refer to start
Category - creates a folder as mentioned name
/ - Used for virtual partition
[0-9] - Writes azygos sort as folder name
[0-9]* - Writes n drawing as folder name
[a-z_] - Writes azygos letters as folder name
[a-z_]* - Writes letters as folder name
$ - Refer to end
Additional information:
Your id expiration pages might have indexed through some referral and so, you crapper use the beneath cipher to refrain error pages, create a 404pagenotfound.php and add your a message to your visitors to manoeuver to home tender for information’s
*****************************************************************
## Trace Errors
ErrorDocument 404 /404pagenotfound.php
*****************************************************************
Hope you will like the place and its useful
go rank which helps you to behave websites with comely keyword density ratio
How keyword density been calculated?
Keyword density concerns with the ratio (%) of your keywords additional within total sort of indexed text within a webpage
Keyword density in % = Targeted Keywords / total sort of indexed text * 100 (within a webpage)
Suppose, you have used keyword 10 times on your tender and total sort of text on your webpage is 200. So in this housing 10 divided by 200 = .05
Keyword density is referred as percentage. So we requirement to multiply .05 by 100 to get proportionality figure
Calculation would look like this:
.05 x 100 = 5%
So your tender has a keyword density of 5%.
By this you crapper behave your webpage effectively “matching keyword density, meeting SE formula rule” which brings top results on the see engines.
Related Research & News: Yahoo Keyword Density Analysis Comparison to Google
search engine secrets, seo experts, search engine marketing definition, internet marketing canada, san diego seo services, web seo ppc

