Reputation: 8132
i want to make my multilingual site searchable which is fully static . The site shares 3 languages . I use a technique which captures unique tag content with its respective locale file ( it's in yml) like
<%= t ".unique_key" %>
en:
filename:
unique_key: "This is unquie content which i want to search"
Currently , I tried googling but didn't found any solution. The only thing which my minds clicks is make a my local site site crawler . How did you solve this problem ?
Upvotes: 1
Views: 238
Reputation: 258
This post by Google might help: Working with multilingual websites.
The Crawling and Indexing your multilingual site section should answer your question.
Upvotes: 1