1👍
I have the problem that it does not let me index my urls, it tells me that it has not been able to obtain data and less with a sitemap
1👍
Google generally doesn’t allow a sub domain into its services. I think a heroku app with heroku sub domain cannot be indexed. Possible if have your own domain.
- [Django]-Django retrieval of list of files in S3 bucket
- [Django]-Specifying a namespace in include() without providing an app_name
- [Django]-Django deserialize – I've specified a natural key manager but it wont' deserialize
1👍
You can index your app in Heroku subdomain using Google Search Console.
- Go to Google Search Console and click
Start Now
. - Since you don’t have a DNS and the website is hosted on heroku with
herokuapp.com
subdomain, switch to theURL PREFIX
tab. - Enter you website’s address, e.g.
https://example.herokuapp.com
and click continue. - Now, there are number of verification methods. But I prefer to insert the
meta
tag in the home page of the website. So, copy the HTML meta tag and insert it in your website(don’t forget to update the app). - After updating your app, go back to the page and click on verify.
- [Django]-Is it okay to use os.sep instead of "/" in url
- [Django]-Django admin upload and image to s3 and then resize the image and save a thumb problem
- [Django]-How can I rename an uploaded file on Django before sending it to amazon s3 bucket?
- [Django]-Django: don't cache particular view?
Source:stackexchange.com