Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ctreating a sitemap

Featured Replies

Please let me know if this is correct:

 

To create a sitemap you can put a .txt file in your highest-level directory and sumbit it on the google webmaster tools.

 

You then list the pages in this .txt file e.g

 

http://sussexwebsitedesign.com/services.html

http://sussexwebsitedesign.com/seo.html

etc

 

Please let me know if this is correct?

 

Also do you put the index page in as:

 

http://sussexwebsitedesign.com/index.html or http://sussexwebsitedesign.com

Generally, xml sitemaps are better

 

http://www.xml-sitemaps.com/

 

Just fill the details in an it'll make it for you.

 

http://sussexwebsitedesign.com/index.html or http://sussexwebsitedesign.com

 

Whichever one you want to use for SEO purposes

 

http://sussexwebsitedesign.com/index.html

http://sussexwebsitedesign.com

http://www.sussexwebsitedesign.com/index.html

http://www.sussexwebsitedesign.com

 

Are four different addresses, ideally you want to use a 301 redirect to convert it to one address.

 

If four people link each to a different address above, then really as far as search engines go you only have one link to that page, because they're four different pages. Four links is better than one, so use a 301 redirect to merge them to one address.

  • Author

Thank you for your help. I have used the link and uploaded it to Google. Hopefully this should work a treat.

 

I don't know much about the 301 redirect page, but will look into it. Thank you!

301 is a htaccess permanently moved redirect. It basically informs the search engine that the page has been moved permanently.

 

This is an example of roughly what it should look like. (this one will force a domain to use the www.)

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

 

P.S creating htaccess on a windows machine is a bugger, you might have to rename it via ftp because it has no file name, just the extension .htaccess

 

Edit: there's a nice article on 301 redirects here: http://www.stevenhargrove.com/redirect-web-pages/

 

Just found this too, which i shall be bookmarking, looks promising http://www.htaccesseditor.com/en.shtml#a_redirect

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.