Website Babble Webmaster Forums  
  #1 (permalink)  
Old 04-16-2008, 10:12 AM
Master Babbler
 
Join Date: Nov 2007
Location: California
Posts: 108
Default why the search engines are only showing my homepage'?

hey everyone,
ok, so my site is finally in the search engines, but i've noticed that when i type in the topics pertaining to a particular page on my website, it doesn't show. basically, the only page that pulls up on the search engines is my homepage (www.tashera.net/index.html or just www.tashera.net) it's an immigration site in arabic. i do remember when i submitted my site to google for instance, it asked me if i wanted to submit a url or a sitemap. i chose url, since i didn't know what a sitemap is.

which takes me to my second question... what's a sitemap and is it easy to create? and can i resubmit my website to google for instance, even though i've already submitted my url?

thanks guys
Reply With Quote
  #2 (permalink)  
Old 04-16-2008, 12:34 PM
Ulrich's Avatar
Regular Babbler
 
Join Date: Mar 2008
Location: South Africa
Posts: 79
Default

Sitemaps are XML files that you upload to Google, MSN, Yahoo, Ask etc. search engines (only the top ones allow this). It's very easy to create a sitemap.

It has headers etc. exactly like an HTML file:

Code:
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
         http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
         xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
and adding URL's to be crawled by the search engine spiders are also simple, here's an extract of mine (not all of it).

Code:
<url>
      <loc>http://housebaked.zzl.org</loc>
      <lastmod>2008-04-10</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
   </url>
   <url>
   	<loc>http://housebaked.zzl.org/about.php</loc>
   	<lastmod>2008-03-05</lastmod>
	</url>
	<url>
   	<loc>http://housebaked.zzl.org/faq.php</loc>
   	<lastmod>2008-04-01</lastmod>
	</url>

	<url>
   	<loc>http://housebaked.zzl.org/contact.php</loc>
   	<lastmod>2008-03-05</lastmod>
	</url>
	<url>
		<loc>http://housebaked.zzl.org/copy.php</loc>
		<lastmod>2008-03-06</lastmod>
	</url>
The lastmod and priority options are optional. At the end you just close it with </urlset> Check out http://www.sitemaps.org for more information.
Reply With Quote
  #3 (permalink)  
Old 04-16-2008, 04:46 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 3,235
Default

That's perfectly normal to only see your homepage when your site is very new. Definitely work on building a sitemap and just keep on creating new content, you'll eventually see your other pages show up.
Reply With Quote
  #4 (permalink)  
Old 04-16-2008, 11:23 PM
Lajocar's Avatar
Supreme Babbler
 
Join Date: Jun 2007
Posts: 560
Default

The SE spiders will crawl all your linked pages eventually

Keep on adding more content
Reply With Quote
  #5 (permalink)  
Old 04-16-2008, 11:54 PM
Master Babbler
 
Join Date: Nov 2007
Location: California
Posts: 108
Default

you guys are awesome! thanks for all the help!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 02:52 PM.



WB Sponsors

Profit Lance Review

affiliate network

Make Money At Home



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0