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
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 :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
ubuntu sitemap generator ?
ubuntu sitemap generator ?
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
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
Re: ubuntu sitemap generator ?
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"Re: ubuntu sitemap generator ?
Cool thanks. Gives me a list to work with at least.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"
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!

