Link to home
Start Free TrialLog in
Avatar of burnedfaceless
burnedfaceless

asked on

SEO for URL paramaters

I"m creating a Spotify clone of open.spotify.com.

I will use it to stream live recordings of bands that allow taping (i.e. jam bands).

I have pages that use URL paramaters to fill data.

So for example you have artist.php?id=1 and it fills the artist data.

Do I need to create a sitemap of every GET id for the site?

If the GET ID isn't set then it redirects to index or 404.
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

It there is a page that does the display an index of all these artists, a search engine robot will be able to crawl these pages without a sitemap.
SOLUTION
Avatar of Bernard Savonet
Bernard Savonet
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of burnedfaceless
burnedfaceless

ASKER

Bernard - could you expand on this?

Particularly I was thinking about displaying a shit ton of content for each artist and using jQuery to hide most of it.

Would this help my rankings?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think, its better for you to redirect your dynamic urls to search engines friendly url's. It will helps to improve your website crawling and indexing
The comments on js / div / url / sitemaps provided by Shaun and Bernard cover 99% of the question asked.