Mobile app version of vmapp.org
Login or Join
Rambettina238

: Is CORS required for SEO? I have created a web application and I want the website to optimized for Search Engines. So, do i need to provide Cross Origin Resource Sharing functionality within

@Rambettina238

Posted in: #CrossOrigin #Seo

I have created a web application and I want the website to optimized for Search Engines. So, do i need to provide Cross Origin Resource Sharing functionality within my site in order to allow the search engines to read text from my site and display in search results ?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

CORS is for when a website instructs browser to fetch data from another site. That isn't how search engines implement search results. Search engines send robot spiders to crawl and index your site. During this process the text from your pages is copied to them search engine servers. Search engines use their local copy of your page to put a snippet into the search results. They don't have to have the browser fetch it from your site dynamically.

There is no need to implement CORS for SEO.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme