: Index pages based on url the url is like www.mysite.com/dict/apple the page returned will be the word apple and its definition which will be fetched from the database. I have like 60,000 words
the url is like mysite.com/dict/apple
the page returned will be the word apple and its definition which will be fetched from the database.
I have like 60,000 words
I am using django and url is a regex pattern.
whatever word is in the url, is passed in the view where the word's definition is fetched and the complete page is displayed as html through the template.
So basically there is a single html file whose contents are being changed based on the url.
The problem is that google won't index those url's
I need google to Index all 60,000 urls and also the content of the pages
should I somehow create 60,000 static pages, each for a word to make google index them?
or if I make sitemap of each url, will that make it work?
More posts by @BetL925
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.