fritzmg / contao-simple-news-urls

Simple Contao extension to allow news URLs without its reader page fragment
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Sitemap doesn't rewrite URL's #10

Closed GMTeams closed 6 years ago

GMTeams commented 6 years ago

Contao 3.5.4 fritzmg/contao-simple-news-urls | 2.0.5

When I'm generating the searchindex, the URL's in the list are not rewritten, so the URL's in the sitemap are not rewritten too.

I think that is causing that my news sites are not indexed automatically by search engines, I always have to manually submit...

fritzmg commented 6 years ago

I think that is causing that my news sites are not indexed automatically by search engines, I always have to manually submit...

That should not matter. The original URLs should still work.

GMTeams commented 6 years ago

Ok so you mean the (automatically) indexed URL would be the "original" version and when the user clicks the URL's are rewritten?

Then I have to figure out what is causing my problem with the index. Thanks.

fritzmg commented 6 years ago

Ok so you mean the (automatically) indexed URL would be the "original" version and when the user clicks the URL's are rewritten?

The original URL redirects to the short URL (depending on what you have configured in your localconfig.php).

fritzmg commented 6 years ago

Sitemap URLs are now rewritten too due to #13 ;)