Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 778595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:47:21+00:00 2026-05-14T19:47:21+00:00

Some pages on my website appear differently depending on where the user has been,

  • 0

Some pages on my website appear differently depending on where the user has been, using php sessions.

for example with breadcrumbs:

standard crumb setup:

All Books -> fiction -> Lord Of the
Flies

if the visitor has just been on the ‘William Golding Page’, a session will have been created to say, this visitor is broswing by author, so i would check

if( $_SESSION['browsing by] == 'author' ):

and the breadcrumbs (for the exact same page as before) would now be:

Authors -> William Golding -> Lord Of the
Flies

to summarise:

So 1 page exists for each book, but depending where the user has come from, the page will show different breadcrumbs.

the questions:

  1. Can search engines create my ‘browsing by’ SESSION?
  2. Would they index the same page multiple times (for each
    variation)?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:47:22+00:00Added an answer on May 14, 2026 at 7:47 pm

    Not really – the search engine is likely to see the the different bread-crumbs, but it will only index one version of the page.

    The way search engines crawl is by clicking on every available link for urls that haven’t been crawled, and seeing the content of that url. It may land on the page again, and notice the different content, but it will figure that this is just a change to the page, and not path-specific.

    The best way to achieve what you’d like is to try to and use the URL – that way, the crawler will consider the page an entirely different page and will crawl it again with the different content.

    Eg.

    1. User goes to books page, (http://www.mysite.com/books)
    2. User clicks Lord of the Flies link, (http://www.mysite.com/books/LordOfTheFlies)

    vs.

    1. User goes to authors page, (http://www.mysite.com/authors)
    2. User clicks William Golding link, (http://www.mysite.com/authors/WilliamGolding)
    3. User clicks Lord of the Flies link, (http://www.mysite.com/authors/WilliamGolding/LordOfTheFlies)

    The way you can do this is using mod_rewrite, and changing the url from:

    http://www.mysite.com/?authors=WilliamGolding&book=LordOfTheFlies
    and rewriting it to:
    http://www.mysite.com/authors/WilliamGolding/LordOfTheFlies

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website ( http://www.rtistree.com ) which has vertical scrollbar on some pages.
I have some pages on my public website that display charts generated by ASP.NET
I've started looking at re-writing some pages on a clients website and I can
I am processing my website and wanting to change some things on the pages.
I have a website that uses the AjaxControlToolkit. I'm making some parallel iPhone-friendly pages
Some pages are showing the phpinfo() output (in HTML so not php -i )
I have created a website that works with different sessions and every users has
I built a website some time ago for a company and its pages are
I`m using this plugin found on web to preview some images in a php/linux
I know this question has been asked before, but I'm having some difficulty getting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.