Referencing website on search engines

Hi all
i have website hosted here
http://www.uaaw.info

but i need it to be referenced on search engines , its made with dreamwaver , i tried to generate Sitemap , but was not accepted by google tool

any advices!

Hi
is this your sitemap file ? http://www.uaaw.info/sitemap.xml
to short :slight_smile:

Your sitemap uses HTTPS as the URL for the list of pages
But your website is not HTTPS!

image

should be HTTP (Once you have a valid SSL certificate then you will change everything to HTTPS)

Online tools are blocked by the server so they are unable to view all the content of your site and create a corresponding sitemaps ! (Google is allowed)

The solution is to use some offline Sitemap generator and instruct it to review the local content of the folder in which is your website. (or simply write it yourself)

And then manually edit the XML file and modify the locations to http:// blahblahpages.html
Instead of existing url there such as c:\user\Documents\web\blahblahpages.html


It’s best to use Cloudflare
you get free SSL (plus other benefits) and online tools like that sitemap generator you used are not blocked so you can easily generate it




P.S. Google supports also txt format for sitemap

If your sitemap includes only web page URLs, you can provide Google with a simple text file that contains one URL per line. For example:

http://www.example.com/file1.html
http://www.example.com/file2.html

Guidelines for text file sitemaps:

Encode your file using UTF-8 encoding.
Your text file should contain nothing but the list of URLs.
You can name the text file anything you wish, provided it has a .txt extension (for instance, sitemap.txt).

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.