vignesh_phpfreak Posted November 25, 2012 Share Posted November 25, 2012 this may be a very basic question. I would like to know whether the data which are displayed only to logged in (php session authenticated) users will be crawlable by search engines? for example: there is a page www.domain-name.com/content-listings/ and this page lists some information for user. Non-registered users will view basic information like name and postal address and these should be SEO friendly and crawlable. Registered users (logged in) will view sensitive information such as email_id and phone number which should not be crawlable by search engines. will this be just achieved with sessions or do I need to use javascript and ajax to make email id and phone number protected from crawling and spammers. Quote Link to comment Share on other sites More sharing options...
Psycho Posted November 25, 2012 Share Posted November 25, 2012 Search engines cannot view any information you do not make available to them. If being logged in is a requirement to see some information, then that would not be available to the search engine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.