WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Google Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-05-2008, 04:59 PM
muskie muskie is offline
WebProWorld New Member
 

Join Date: Jan 2007
Posts: 21
muskie RepRank 0
Unhappy Google and Subdomains

I've had this site for 8 years Wallpaper Borders Discount, a discount border store and Discount Wallpaper Border at Wallpaper Borders R Us for 7 years. Both have always done very well in maintaining page one positions on Google, Yahoo and other SEs but only for the index (home page). The home pages on both sites are broken down into catagories that are links to subdomain pages that lists and details our products. The home pages on both sites are static while the subdomain pages are dynamic. Some of our subdomain pages are found and get good positioning on Yahoo, but none of our subdomain pages has ever shown up on Google. Never in 8 years. Each subdomain page is optimized on the same basis as the index (home page) only for their particular keyword phrase. It's like Google refuses to acknowledge our subdomain pages exsist. I've thought it's because the pages are dynamic, but they have to be to function properly for our needs. Many of our competitor's subdomain pages are dynamic also, but are found and get good positioning. The people that built the sites are not seo people and have no idea why Google doesn't recognize our subdomain pages. Could someone look at the sites mentioned above and give some insight on what our problem is?
Thanks,
Muskie
Reply With Quote
  #2 (permalink)  
Old 03-05-2008, 05:16 PM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,629
wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Google and Subdomains

Looking over your sites, I am not seeing any links on either home page that points to a subdomain, unless I am missing something. The links I see all seem to go to folders under the main domain.

Looking at the links, I did see that many links seem to contain tracking code (&id=) which could cause duplicate content issues and could result in pages not being indexed.
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote
  #3 (permalink)  
Old 03-05-2008, 05:37 PM
muskie muskie is offline
WebProWorld New Member
 

Join Date: Jan 2007
Posts: 21
muskie RepRank 0
Default Re: Google and Subdomains

On the thread above "Google and Subdomains" I used the term subdomain when I should have used path or directory sorry. I'm trying to learn.
Thanks again,
Muskie
Reply With Quote
  #4 (permalink)  
Old 03-05-2008, 05:44 PM
muskie muskie is offline
WebProWorld New Member
 

Join Date: Jan 2007
Posts: 21
muskie RepRank 0
Default Re: Google and Subdomains

Wige,
Sense I'm a greenhorn, in what way does (&id=) cause duplicate content?
Reply With Quote
  #5 (permalink)  
Old 03-06-2008, 08:48 AM
alhefner alhefner is offline
WebProWorld Member
 

Join Date: Jan 2008
Location: Reno, Nevada
Posts: 89
alhefner RepRank 1
Default Re: Google and Subdomains

Looks like some of your pages are missing meta tags that the search engines can see. I did a manal check of the "kids" page and the meta tags seem to be there but in the wrong format in my opinion.

for example:
You have
HTML Code:
<meta http-equiv="KEYWORDS"
where it should simply be:
HTML Code:
<meta name="keywords"
Get the "http-equiv" out of tags for keywords and description and just go with the standard
Code:
name="keywords"
and
Code:
name="description
Ensure that each page has good descriptive text optimized for the search terms you would expect someone to use if they sere specifically looking for that page.

Also, instead of having your description pages URL looking like:
item.php?id=wbd47c.......
change the id to a descriptive thing such as item?id=superman_wallpaper_border
This will help get your pages to show better

I did check to see how many of your pages were actually in any of the search engine indexes. Google has indexed more of your pages than msn or yahoo and all three seem to like your main category pages best such as domain/kids.php and that makes sense because of the friendly urls. As for individual product detail pages, it's a crapshoot!

You have almost 1000 pages total but since they are dynamic pages, making changes that will be more friendly to the search engines could be fairly simple but time consuming.

Do you have a sitemap? Do the search engines know about it?

Last edited by alhefner : 03-06-2008 at 09:13 AM.
Reply With Quote
  #6 (permalink)  
Old 03-06-2008, 08:55 AM
alhefner alhefner is offline
WebProWorld Member
 

Join Date: Jan 2008
Location: Reno, Nevada
Posts: 89
alhefner RepRank 1
Default Re: Google and Subdomains

Quote:
Originally Posted by muskie View Post
Wige,
Sense I'm a greenhorn, in what way does (&id=) cause duplicate content?
The (&id=) by itself would not be a problem unless like in the poster's site the following URL information was very similar. On his site, the (&id=) is used to query the database and select a product by record id. Those record id's are all very similar and that could cause a search engine to treat them as duplicate pages.
Reply With Quote
  #7 (permalink)  
Old 03-06-2008, 09:24 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,629
wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Google and Subdomains

The &id changes on each visit, and is used to identify the session. Google considers the entire URL including the &id= portion when indexing a page. When the spider returns to the site, a new code will be generated by your server for the &id field, causing Google to see a new duplicate of the page each time it visits.

Session variables such as &id should be stored in cookies so that they can remain invisible to the search engines. It will also make it easier for others to link to your content, because they won't accidentally include the &id portion. Also, I should mention that having tracking code in the URL rather than in a cookie can represent a security threat if your shopping cart uses that variable.
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote
  #8 (permalink)  
Old 03-06-2008, 09:28 AM
alhefner alhefner is offline
WebProWorld Member
 

Join Date: Jan 2008
Location: Reno, Nevada
Posts: 89
alhefner RepRank 1
Default Re: Google and Subdomains

Quote:
Originally Posted by wige View Post
The &id changes on each visit, and is used to identify the session. Google considers the entire URL including the &id= portion when indexing a page. When the spider returns to the site, a new code will be generated by your server for the &id field, causing Google to see a new duplicate of the page each time it visits.

Session variables such as &id should be stored in cookies so that they can remain invisible to the search engines. It will also make it easier for others to link to your content, because they won't accidentally include the &id portion. Also, I should mention that having tracking code in the URL rather than in a cookie can represent a security threat if your shopping cart uses that variable.
Oh crap! I got a bit mixed up in my previous reply. I was thinking of the product id variable. wige is on target here. And the security issue could very well be a big one especially in cases of payment processing.

Thanks wige for setting this one straight.
Reply With Quote
  #9 (permalink)  
Old 03-06-2008, 12:06 PM
muskie muskie is offline
WebProWorld New Member
 

Join Date: Jan 2007
Posts: 21
muskie RepRank 0
Default Re: Google and Subdomains

Thanks to all for the great info. I have a great deal of respect for all your advice I will be looking into all these sugestions and making changes. I've always thought the dynamic pages were hurting us, but I have to have them. I've also been told I need mod_rewrite to fix the problem.
Reply With Quote
  #10 (permalink)  
Old 04-24-2008, 04:29 PM
apalmer123 apalmer123 is offline
WebProWorld New Member
 

Join Date: Oct 2006
Location: Washington
Posts: 4
apalmer123 RepRank 0
Default Re: Google and Subdomains

To alhefner, who said:

"I did check to see how many of your pages were actually in any of the search engine indexes. Google has indexed more of your pages than msn or yahoo and all three seem to like your main category pages best such as domain/kids.php and that makes sense because of the friendly urls. "

How does one check to see which pages from a site are indexed?

Thanks
AP
Reply With Quote
  #11 (permalink)  
Old 05-01-2008, 11:06 AM
innominds innominds is offline
WebProWorld Pro
 

Join Date: Oct 2006
Posts: 268
innominds RepRank 0
Default Re: Google and Subdomains

Google doesn't have a special care or hatred towards the sub-domains. If you can get the links to the sub-domain, it will be high on SERPs.
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subdomains and Google jtracking Google Discussion Forum 8 12-14-2007 12:12 PM
Looking For Secret Google Subdomains WPW_Feedbot Search Engine Optimization Forum 0 10-12-2005 10:00 AM
Google and subdomains. thick mick Google Discussion Forum 11 07-29-2005 02:27 PM
Subdomains - and how google interprets them? sandis.viksna Google Discussion Forum 6 02-02-2005 08:11 AM


Search Engine Friendly URLs by vBSEO 3.0.0