Basically i mean say for example my web application contains the following pages:
index.blade.php <-- Homepage
my-account.blade.php <-- My Account page to edit my profile and view other account related info
profile.blade.php <-- Users Profile page just like: @Birdy" target="_blank">https://laracasts.com/@Birdy
projects.blade.php <-- The Project i have posted for a freelancer to bid on.
freelancers.blade.php <-- This will be a list of all the freelancers usernames where the database will loop through and display like to following example
- Birdy
- Lara
- Steve
- Dan
- James
and so on... (These will href through to the users profile id where when a user visits the users profile for example @Birdy" target="_blank">https://laracasts.com/@Birdy it will render that specfic users details on the profile.blade.php page)
So my question is, Will this be automatically indexable to search engines so for example will my profile (@Birdy)" target="_blank">https://laracasts.com/@Birdy) and every other users profile be indexed when using 1 page known as: profile.blade.php and rendering it with dynamic content as apose to a specfic page like: birdy.blade.php and have the page pull the content from the database.
Here is a freelancer.com example:
A project posted a while back on freelancer.com and is in the index:
Do some Excel Work | Data Entry | Data Processing | Excel
www.freelancer.com › Jobs › Data Entry
'Do some Excel Work' job on Freelancer. Work on this job or post your own for free!
And Another example:
Get Traffic to my Website - Freelancer
www.freelancer.com › Jobs › Internet Marketing
'Get Traffic to my Website ' job on Freelancer. Work on this job or post your own for free!
So what im getting at is, Will freelancer.com or any similar website use the make view function when posting a job or will they have just one page like i mention above and render that page with specfic database content and just return the view.
Or would you open up your views/projects folder and see that there is not just one view named: projects.blade.php but loads of them going like once they have been posted / created.
project1.blade.php
project2.blade.php
project3.blade.php
project4.blade.php
project5.blade.php
Does this make it more confusing or have i managed to get accross what it is i mean? Thanks for taking the time out to comment i appreciate it.
Hopefully i can get accross what it is i mean!
Thanks