I have a small social media website that I've created myself. I'm using PHP for the backend, but I'm having a problem. The posts that the users create have unique id's and I have a page where I pass the unique id to, and it'll go and get the page. It works with no problems.
My problem is that Google doesn't recognize that. I have the exact same thing for the users profiles. Is there a way to fix this? Or should I create a directory for every user with his/her posts in it and his page?