Quoestion about 301 redirect
-
Hey,
I have interesting questions regardin 301 redirect (At least I think it's Interesting:) )
So i have this websites that compares different lenders, url below

If you go to the homepage then the first thing you see is different loan amounts in 50-99 euro range. Also you can check out different loan amounts like 100-149€, 150-199€, 200-249€ and so on.
For now i have used 301 redirect and Noindex and Nofollow for all the different "loan amounts" urls. Examples below
etc
Is it a good idea to use 301 on all such pages to point to the homepage?
-
I'm not sure what your trying to accomplish with this, but one thing for sure, its a bad user experience.
In the eyes of a user, when clicking on your menu nothing happens.
I would say this is a bad thing...why bother having a menu where every option leads to the same location?
-
Hei,
when clicking on the menu information in table change. But the header section stays the same. I used 301 and noindex and nofollow because I didn't want duplicate content on the site.
-
If the info in the table changes why have the menu linking anywhere?
Perhaps use an ajax call to change the value in the table? that would negat the need to have href elements linking to other pages and redirectig back to the same page.