I am making real-estate database and it seems i am doing something wrong, because i have several loops on my design. is it OK or i need to redesign all DB schema?
Here is my Current Schema:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing wrong with “loops” in a database design. Sometimes you do need to traverse data in multiple directions.
Whether this is model right for your application and the application needs is a much more difficult question and one that can’t be answered without full details of the application and its data needs.