i want to know how can i make a search engine friendly website what are the things i must follow to make a search engine friendly webpage plz give me some info
i want to know how can i make a search engine friendly website what are the things i must follow to make a search engine friendly webpage plz give me some info
from what i think search engines do not like links that don't end with a mime type, i.e ".php?id=3" they would rather have what x10 does using a modRewrite "*.html/.php" might be a little hard to understand
you you need to edit .htaccess and rewrite all your URLS with MOD rewrite.
do not build your website inside a table, use divisions.
if you know how, build variable meta data -> load meta data depending on page or article.
Make SEO Friendly urls? Trackback and Ping other blogs often?
Just make your URL known, and links SEO friendly.
SEO Friendly is like
instead of articles/1.html
use articles/1-how-to-do-this.html
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.
next step after doing all this is.. create a xml site map.. (there are many online tools to create.. Google it!) ..
submit your site to the search engines.. Google, Yahoo.. Etc.
actually, google dislikes the use of mod_rewrite more than having queries in your urls in some cases. i'll try to dig up a link about it, but i think i remember reading that in the developer section of google ;)
here's one link, i can't remember if it's the one i read originally, but it has the same information: http://googlewebmastercentral.blogsp...atic-urls.html
also, about the xml sitemap, it doesn't have to be a static file. i've got my sitemaps (yes, 2) indexed in google as php sitemaps. take a look at my sitemap for an example of how it should be (warning for those w/ slow connections and/or computers), there's 31282 lines, my second sitemap (same site nonetheless) has over 40,000. google limits it at 50000: http://www.ccheater.uni.cc/sitemap.php
btw, google's webmaster tools is located: https://www.google.com/webmasters/tools/dashboard
Last edited by xPlozion; 12-29-2008 at 08:15 PM.
sitemap doesn't have to be a static but search engines loves more if its a static file.i.e, .XML see my sitemap here and because of using XML sitemap plugin its updated automatically and regularly (www.ultraoli.info/sitemap.xml) and the other thing is you need to have a original content, a bit black hat method is that even if you are copying content from other(which 90% of site does) you need to add a unique line at the beginning and at the end.
build links and exchange links with that relevant site that has high PR (7 to 1o is good).
Make Sitemaps, Generate MetaTags by urself or by third party tools, Make RSS Feed to tell users about ur latest changes. Submit ur site to popular search engines like Google,Yahoo , MSN .
Create your website and search engine mostly find them automatically in some days
If you like this give me points.
Thank you,
Warm regards,
Anupam Chakraborty
Bangalore |India |mrxp@rediffmail.com
1)Make your site in PHP you can make your site with HTML
and save it as a .php file.
2)add these two lines to each of your pages under <head> tag.
<meta name="description" content="type your site description here">
<meta name="keywords" content="type your keywords here">
and submit your website to google,yahoo...etc.
i think this will help you.