Tag Keywords:
forum, web development, web ma, web master, web master forum, web knowledge base, web maintenance,
Web Master World Forum is among the biggest and oldest web master forums in the internet.
It’s definitely the only forum that have larger number of members and visits compare to DigitalPoint. As it’s name said, it’s the forum for the world web master to hang out rather then SEO and marketer. But we think is THE place for advance webmaster, and most of the advance webmaster know SEO and online marketing.
Anyway, the information and knowledge base presented in this forum is priceless. It’s include web development, web maintenance, web marketing and etc.
The posting guidelines in Web Master World Forum are very strict. Even though there is no much information about make money online directly but it’s definitely worth your time to join and check it out.
No Comments »
Tag Keywords:
forum, make money online, seo forum, v7n, web master, web master forum,
v7n Forum is geared toward more webmaster and SEO. It’s more like digitalpoint, but less traffic and less online marketing information. Most of the people hang out in v7n forum here are webmaster who know about SEO stuffs. So it’s has more technical people then marketer.
Personally, I don’t use v7n forum that much, but I think it’s can provide alternative resources for people who like to make money online. By the way, the categories listed in this forum is less niche, this is great for beginner who like to ask general question. But for people who like to ask more specific questions, this kind of going nowhere.
Again, we all ask “How to make money online?” couple times, still it’s a too general question to be effective. Ask “how to make money online with blogging?” or “how to make money online with affiliate using pay per click?”, you stand a better chance to have next action and effective. Well, you got to start in someway, if you don’t know how to ask specific questions, general question might be your best bet. Our advise is … if you don’t know, just ask. You will be way ahead a lot of people if you know how to ask:)
Anyway, if you are new, like to ask general question and like to know a bit of technical stuffs how to manage your sites, v7n.com Forum might be the forum for you to check it out.
No Comments »
- Post By Make Money Online Hoobiner
- 20 Jun 2007
- Filed under: Web Master
Tag Keywords:
blog seo, Google Webmaster Tool, seo tool, web master,
We being using Google webmaster tools for sometime. We kind of have the hate and love relationship with this tools. This is a must tool to use if you are optimized on google search engine. It’s will tell you when is the last google crawler visit, what kind errors encounter in your website and the most important is your “prefer domain”. Google Webmaster tools is FREE to use, so it’s a wonderful surprise that google actually come up with this tool to make the webmaster life easier.
(more…)
2 Comments »
- Post By Make Money Online Hoobiner
- 19 Jun 2007
- Filed under: Web Master
Tag Keywords:
blog seo, web master, Yahoo site explorer,
Yahoo site explorer is like google webmaster tools. It’s help you to manage your website and let you know what kind of error encounter when yahoo web crawler indexed your website. This tools is bare bone tool and a lot less feature compare to google webmaster tools.
It’s seem like the only useful function in this tools is to help you to submit your website sitemaps and RSS feeds. And you can’t really do much in this tool. Well, if you are optimize your search result on Yahoo Search, you might be interested to check it out. But we feel like this tool is not that helpful at all. So we give 2 star here even though Yahoo SiteExplorer is also FREE.
To sign up yahoo site explorer. Just add you website in the URL in yahoo site explorer, and it’s will bring you to the sign up page.
1 Comment »
Tag Keywords:
blog seo, robot, robot.txt, web master,
Well, robots.txt is the way for webmaster or blogger to tell the search engine which things that can be indexed and which things is best leave it unindexed.
This is getting a bit technical here, if you have a wordpress blog, just skip it and download our robots.txt will do. But wait! before you do that you must know where to put the robots.txt.
Where to put robots.txt?
URL: www.yourblog.com/robots.txt
upload your robots.txt using ftp program to your top level folder of your blog just like showing in the URL link above. You can also create the robots.txt using your web hosting CPanel file manager to create a new file name: robots.txt. And copy the configuration below to your blog.
Download our robots.txt
Robots.txt Configuration Explain
Here we explain a bit about what robots.txt configiration will do
User-agent: *
Disallow: /cgi-bin/
first line “user-agent: *” mean that you allow all the search engine crawler or robot to index. The second line “Disallow: /cgi-bin/” mean that you disallow the search engine to your /cgi-bin/ folder.
Warning! So never do that
User-agent: *
Disallow: /
This will block all your content or blog from the search engine. Remove the “Disallow: /” in there if you have such a configuration.
MORE to come
To allow all robots complete access
User-agent: *
Disallow:
Or create an empty “/robots.txt” file.
To exclude all robots from part of the server
User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /private/
To exclude a single robot
User-agent: BadBot
Disallow: /
To allow a single robot
User-agent: WebCrawler
Disallow:
User-agent: *
Disallow: /
Our wordpress robots.txt configuration:
Copy and paste in your robots.txt below, remember
This only work for wordpress!
User-agent: Googlebot
Disallow: /*/feed/$
Disallow: /*/feed/rss/$
Disallow: /*/trackback/$
User-agent: *
# disallow files in /cgi-bin
Disallow: /cgi-bin/
#disallow all files in /wp- directorys
Disallow: /wp-*/
# disallow all files ending in .php
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.txt$
# disallow any files that are stats related
Disallow: /stats*
# disallow wordpress specific folder
Disallow: /category/uncategorized*
Disallow: /feed/
Disallow: /trackback/
Disallow: /rss/
Disallow: /comments/feed/
Disallow: /page/
Disallow: /date/
————————————————————–
Well we hope now you understand robots.txt better, but if you need more explaination, visit the URL link below to find more information about robots.txt
http://www.robotstxt.org/
3 Comments »