Mobile app version of vmapp.org
Login or Join
BetL925

: 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

@BetL925

Posted in: #Django #GoogleIndex #Indexing #Seo

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?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme