Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

ubuntu sitemap generator ?

This chat forum will appear to guests and bots. IE will appear on search engines etc. If you do not want your appearing publicly then please use the original chat forum.
Post Reply
User avatar
exxos
Site Admin
Site Admin
Posts: 28713
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

ubuntu sitemap generator ?

Post by exxos »

Is there any simple way searching the html folders on my server for html pages and generating a xml map for google ?

I'm constantly hitting dead ends and broken links in my Google searches. Currently I am trying free online xml generators, but I think they are getting stuck for some reason than just or not completing :roll:
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1174
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: ubuntu sitemap generator ?

Post by sporniket »

Don't know the format, but the starting point would be something like that, on the root of your site :

Code: Select all

find . -name "*.html"
User avatar
exxos
Site Admin
Site Admin
Posts: 28713
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: ubuntu sitemap generator ?

Post by exxos »

sporniket wrote: Tue Aug 02, 2022 7:24 am Don't know the format, but the starting point would be something like that, on the root of your site :

Code: Select all

find . -name "*.html"
Cool thanks. Gives me a list to work with at least.

EDIT:

ahhh, Doing it this way is not going to be as simple as I thought. Because there is a lot of "hidden" pages on the server which are not public view and they get mixed in as well. D'oh!
Post Reply

Return to “CHAT FORUM PUBLIC”