JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 7 forks source link

[Frontend] SEO / SEF Configurations #191

Open DevelPott opened 8 months ago

DevelPott commented 8 months ago

I'm sure this will come, but I've noticed it.

  1. The display of the categories is not yet like before So far it was like this: domain.de/gallery/category Now it is like this: domain.de/gallery/3-category

  2. In the detailed view, the URL of the image is not yet speaking: www.domain.com/gallery?view=image&id=17

  3. The alias of the image is a number (numbering) and not an alias generated from the image title.

  4. Also, the title of the image is not the same as the title of the page ( + browser title)</p> </li> <li> <p>The description of the image is not the same as the meta description</p> </li> </ol> <p>Thanks for your great work. Danke</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>