Mobile app version of vmapp.org
Login or Join
Frith620

: How do search engines handle URL's when it comes to SEO? I am building a website using Symfony. At the moment, the "raw" URL's being used are like this: www.localhost.com/mainpage/home www.localhost.com/events/1/name-of-the-eve

@Frith620

Posted in: #Seo #Url #UrlRewriting

I am building a website using Symfony. At the moment, the "raw" URL's being used are like this:
localhost.com/mainpage/home www.localhost.com/events/1/name-of-the-event


When the development of the website is finished, I will use the .htacess file to rewrite them as follows:
localhost.com (this is the mainpage/home URL) localhost.com/events/name-of-the-event

My question is when the search engines crawl the site, will they be reading the old (non-rewrited) URL's or reading the rewrited URL's?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Frith620

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

They will see the rewrite URLs. In other words, whatever a user would see in their browser the search engines will see, too. This is because the rewrite is occurring behind the scenes so it is transparent to users and search engines alike.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme