Quote:
Originally Posted by amrish2338
Hi,
I want to know that how can make a seo friendaly wordpress blog.
I also want to optimize some keywords for that.
I there any way to increse search engine ranking for a wordpress blog instantly?
|
There are many ways but first one starts from submitting your blog sitemap to search engines..
Use Google XMl sitemap plugin to generate sitemap and submit it to major search engines..
Also update your WordPress ping list. Here you can find
wordpress ping list
.
WordPress permalink plays major role in SEO, so make sure you optimize your permalink for search engine.. I prefer keeping it as postname permalink...
No category slug in permalink ...
Noindex your categories and tags...
use SEO smart link plugin to auto link your keyword to a post...
Generate Robots.txt and make it to not index useless part of your blog..
Here is my robots.txt content:
sitemap: http://www.shoutmeloud.com/sitemap.xml
User-agent: *
# disallow all files in these directories
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/
Disallow: /go/
Disallow: /archives/
disallow: /*?*
Disallow: /wp-*
Disallow: /author
Disallow: /comments/feed/
User-agent: Mediapartners-Google*
Allow: /
User-agent: Googlebot-Image
Allow: /wp-content/uploads/
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Mobile
Allow: /
Also use plugin like
SEO friendly image which will help you to get traffic from search engine..
Let me know if you have any questions...