Davey-UK
Active member
Im just after a bit of info regarding the sitemap.
I have my forums in a folder on the server /forums
I have a simple html webpage in the httpdocs to act as a kind of landing page so as to not need a htaccess 301 redirect.
I have a robots.txt file in the httpdocs folder containing the following;
My question is. How do i get the new static index page recognised by search engines as part of the sitemap?
Obviously i would rather use the forums sitemap as it holds lots more info for search.
Would it just automatically be picked up from what i already have set up?
Thanks in advance.
I have my forums in a folder on the server /forums
I have a simple html webpage in the httpdocs to act as a kind of landing page so as to not need a htaccess 301 redirect.
I have a robots.txt file in the httpdocs folder containing the following;
Code:
User-agent: *
Disallow: /forums/account/
Disallow: /forums/login/
Disallow: /forums/admin.php
Allow: /
Sitemap: https://mysite.com/forums/sitemap.php
Obviously i would rather use the forums sitemap as it holds lots more info for search.
Would it just automatically be picked up from what i already have set up?
Thanks in advance.