osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

page content not showing up in Google

This is a discussion on page content not showing up in Google within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; hello everbody! I was checking the source code ( out of curiosity) of my site pages. i found out that ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack (1) Thread Tools
  #1  
Old 01-20-2004, 01:28 PM
Anonymous
Guest
 
Posts: n/a
Default page content not showing up in Google

hello everbody!

I was checking the source code ( out of curiosity) of my site pages. i found out that page content ( the one that i put in as category description) doesnt show up when I check the url through a spider simulator.

Also, when I try to view the source code using view- source function of the browser, nothing shows up ( normally note pad pops up with source code)

Does anyone have any idea whats going on?

Dumb!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 01-21-2004, 12:57 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

Note: PHP is a SERVER side SCRIPTING - Unlike JAVASCRIPT is a Client side scripting. The server process the script first then OUTPUT what was specified in the file to the client....thus both your spider simulator and "source view" will only "see" HTML codes (or any improperly coded PHP code that was processed as HTML code in error)

If the source "viewer" does not popup - then there is a script that is running on your site that disables IE's "view source" fuction. Mostly for php- this means next to nothing anyway. Use Opera Browser! OR do "SAVE AS" to the webpage and save to your desktop...- view with your editor of choice.
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-22-2004, 07:49 PM
Anonymous
Guest
 
Posts: n/a
Default

Thanks for your response....The source code does pop up in certain conditions

I have noticed a few things:

When the link shows Sids, source code cant be opened

if i remove the sid portion and refresh the page , i can look at the source code

I am using the sid killer, so most of the time the URLs dont show the sids. But even without SIDs in the URL, i need to refresh the page before i can look at the code. SOmetimes source viewer pops up but it is without any text.

I have checked with various spider simulators...most of them read only the title and the link...no content at all.

Now google has indexed most of my pages within 3 week but isnt showing any content. this I am sure will affect the ranking.

I feel totally stuck here help would be appreciated..

Here is the link to my site www.ativasativa.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-22-2004, 08:19 PM
Anonymous
Guest
 
Posts: n/a
Default

It looks like whatever mod you installed to change the url is breaking it. I found that an url like

http://www.ativasativa.com/product_i...products_id/71

I had problems, but if I swapped it for the standard Osc url it worked fine

http://www.ativasativa.com/product_i...products_id=71
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-23-2004, 07:50 AM
Member
 
Join Date: Dec 2002
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dumb_Question
Default

Thanks for pointing that out. The source code does pop up when I use the code as suggested by you.

I am using ms2 max1.5 and havent modified it at all. Wonder whats breaking the code.

The spider simulator, however, still doesnt read the text even if I use the correct code.

Here is the link to the spider simulator http://www.webconfs.com/search-engin...-simulator.php

Google indexed my site within a week but f it doesnt read the content, I am worried , we will have ranking problems.

I will appreciate any input
Thank you again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-23-2004, 08:17 AM
Member
 
Join Date: Dec 2002
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dumb_Question
Default

sorry...i had uploaded the previous post again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-31-2004, 01:37 PM
Member
 
Join Date: Dec 2002
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dumb_Question
Default

Still stuck....went to os forum ..they refused to help me because i am using MAx.

Any ideas anyone?
Thank you

Dumb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 01-31-2004, 07:28 PM
New Member
 
Join Date: Sep 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Redbeard
Default

Turn off Search Engine Friendly links in Config. The links that were indexed with it on will be broke until you get indexed again, but you can setup your .htaccess file so that errors go to your homepage for now.

Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 01-31-2004, 08:03 PM
Anonymous
Guest
 
Posts: n/a
Default

Thanks Dan..... Appreciate it very much.

So, I would think that this problem is not unique to me. If I turn it off would it create problems with SE ranking. I know google indexex php without problems but how about other SE's.

What changes do I need to make in htaccess to redirect people to my home page?

Again , thanks very much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 02-02-2004, 07:11 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

Note: the 'Search Engine Friendly links' in Admin - is MOSLTY NO GOOD or is broken and does not work on MOST versions of OSC or does not work on MOST servers - ATLEAST I never had any good luck with it. Most say that it is not needed (as GOOGLE and all the popular one will still index your site properly with this on or off)

It is safe to turn this off. There is a HTACCESS way of converting a URL - but I have never used it and not sure how it was done. Most people don't care and Serach engines would not give a thought oneway or another.

Good Luck
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

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

LinkBacks (?)
LinkBack to this Thread: http://www.oscmax.com/forums/oscmax-v1-7-discussion/1823-page-content-not-showing-up-google.html

Posted By For Type Date
taoldata's bookmarks on del.icio.us This thread Refback 01-03-2007 03:10 PM

Similar Threads

Thread Thread Starter Forum Replies Last Post
Help! Admin page is blank (but store is showing up...) vonvonnie osCMax v2 Installation issues 2 08-04-2006 09:44 AM
CVV2/CSC # not showing up in My admin order page - help! markymrk22 osCommerce 2.2 Modification Help 1 05-01-2006 02:45 PM
Help....MS2 Max new page content -how to?., whazzy osCMax v1.7 Discussion 9 12-20-2003 12:47 PM
Change content area on index page bobbyb osCommerce 2.2 Modification Help 3 12-16-2003 08:12 AM
Category not showing on Main Page DebbieG osCMax v1.7 Discussion 2 10-05-2003 06:55 PM


All times are GMT -8. The time now is 09:33 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax