Mobile app version of vmapp.org
Login or Join
Jamie184

: Updating Search Results for Dynamically Generated Web Pages Having an issue with search results finding the proper site, but the wrong year. The page itself is dynamically generated based on

@Jamie184

Posted in: #Asp #Google #SearchEngines

Having an issue with search results finding the proper site, but the wrong year.

The page itself is dynamically generated based on get requests in the URL. There are three identifying properties.

MemberID
Year
Part (1 or 2, first or second half of the year)

Each part of the year, a new committee is formed. Even if a member remains from a previous committee, their ID does not necessarily remain the same in the database.

Here is the issue. Let's say John Smith is the member, and has been a member for two years (4 parts). When I search John Smith, google shows results for his first year:

MemberInfo.asp?memberID=20&year=2012&part=1

However, I want that result to be the most recent year.

MemberInfo.asp?memberID=39&year=2014&part=2

The old information must still be accessible as people will need to view what issue John Smith dealt with during that particular year, so the data can't be made inaccessible.

What is the best way to address this? I'm not even sure where to start. Thanks.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme