[3.2][3.3] Sitemap

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
v12mike
Registered User
Posts: 589
Joined: Thu Jul 09, 2015 5:03 pm

[3.2][3.3] Sitemap

Post by v12mike »

Extension Name: Sitemap
Author: v12mike

Extension Description: Creates an xml sitemap for a phpBB forum. This allow web indexing engines (Google, Bing etc.) to crawl your forum more efficiently and find new posts more quickly, as they only need to check timestamps in the sitemap rather than crawling multiple pages of the site.

The sitemap is accessed at <code>[YOUR_FORUM_ROOT]/app.php/sitemap.xml</code> or (if mod_rewite is enabled} at <code>[YOUR_FORUM_ROOT]/sitemap.xml</code>

This is a fork of the abandoned XML sitemap extension viewtopic.php?t=2344456&sid=c5bd776c366 ... c9f5023f83. The extension now has a different author and the structure of the generated file is completely different to the abandoned extension so I am treating it as a new extension.

Extension Version: 0.2.0_beta

Requirements:

Features: Feature List. Use the
    • Generates an xml sitemap compatible with google and other web indexing bots
    • Each page is indexed exactly once, reducing the number of non-canonical links seen by the web indexing bot.
    • No practical limit on the number of topics and posts
    • Easy to install and configure
    Screenshots: There is no visibility for normal users, see the demo link.
    Demo URL: https://bxclub.co.uk/forum/sitemap.xml
    Demo Username:
    Demo Password:
    Extension Download: https://github.com/v12mike/sitemap.git
    User avatar
    ssl
    Registered User
    Posts: 1979
    Joined: Sat Feb 08, 2020 2:15 pm
    Location: Le Lude, Pays de la Loire - France
    Name: Fred Rimbert

    Re: [3.2][3.3] Sitemap

    Post by ssl »

    I have this error when I go to ./sitemap.xml
    Error loading stylesheet: Failed to parse an XSLT stylesheet.
    Sorry for my English ... I do my best! :anger_right:

    :point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
    :point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
    "Mistress, Mistress someone is bothering me in pm"
    v12mike
    Registered User
    Posts: 589
    Joined: Thu Jul 09, 2015 5:03 pm

    Re: [3.2][3.3] Sitemap

    Post by v12mike »

    ssl wrote: Tue Sep 03, 2024 2:04 pm I have this error when I go to ./sitemap.xml
    Error loading stylesheet: Failed to parse an XSLT stylesheet.
    Sorry, I had accidentally deleted style.xsl from the git repo while tidying up. I have reinstated it, so it should be OK now,
    User avatar
    SpIdErPiGgY
    Registered User
    Posts: 270
    Joined: Sun May 02, 2021 2:11 pm
    Location: Erpe-Mere, Aalst, BE
    Name: Andy Dm

    Re: [3.2][3.3] Sitemap

    Post by SpIdErPiGgY »

    phpBB NL Extension translations, also on request.
    --> Click Here: Myarea51secrets.com <--
    User avatar
    ssl
    Registered User
    Posts: 1979
    Joined: Sat Feb 08, 2020 2:15 pm
    Location: Le Lude, Pays de la Loire - France
    Name: Fred Rimbert

    Re: [3.2][3.3] Sitemap

    Post by ssl »

    v12mike wrote: Tue Sep 03, 2024 4:36 pm Sorry, I had accidentally deleted style.xsl from the git repo while tidying up. I have reinstated it, so it should be OK now,
    No, it's not good at all. In the config folder the 2 files are not good, once corrected the extension works.
    Update your GitHub repository
    Sorry for my English ... I do my best! :anger_right:

    :point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
    :point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
    "Mistress, Mistress someone is bothering me in pm"
    v12mike
    Registered User
    Posts: 589
    Joined: Thu Jul 09, 2015 5:03 pm

    Re: [3.2][3.3] Sitemap

    Post by v12mike »

    ssl wrote: Tue Sep 03, 2024 6:48 pm
    v12mike wrote: Tue Sep 03, 2024 4:36 pm Sorry, I had accidentally deleted style.xsl from the git repo while tidying up. I have reinstated it, so it should be OK now,
    No, it's not good at all. In the config folder the 2 files are not good, once corrected the extension works.
    Update your GitHub repository
    I made a proper mess of that... I have now uploaded (and tested) a working version.

    Return to “Extensions in Development”