Thank you for your reply.
Quote:
You need to make sure that the already indexed pages link to the ones not listed yet, so you can put link to the unindexed page from other pages of your site.
Also to speed up the indexation process you can put link to the pages not indexed yet on some frequently crawled locations, like social bookmarking sites, twitter - they will get indexed faster.

When you say place a link on twitter - how do you mean? Do you mean post a tweet with a link to that page? Or is there somewhere else I should tweet?
The photo gallery pages have duplicate page names -
Photo Gallery (if you look at my site seanalexandermagic.com/photogallery.html) when you click on each picture it opens that picture on its own page which has been generated using the photo gallery element in the software. It doesn't allow me to individually change each picture page?!? What would your advice be?
WIth regards to the errors there are 19 on my home page!?! I have copied some below - are they bad?
Line 50, Column 39: duplicate specification of attribute "type"
<script type="text/javascript" type="text/javascript">
✉
You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.
Line 105, Column 168: required attribute "alt" not specified
… on twitter" width="150" height="90" /> <br /><!-- sidebar content you enter i…
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 107, Column 8: end tag for "a" omitted, but OMITTAG NO was specified
</div><!-- End sidebar content -->
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 105, Column 4: start tag was here
<a href="http://twitter.com/S_AlexanderMagi"><img src="http://www.TwitterBut…
Line 206, Column 8: element "center" undefined
<center>
✉
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
Line 207, Column 242: there is no attribute "src"
…ss" value="always"></param><embed src="http://www.youtube.com/v/CbpdYiUPKyw?fs…
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Line 207, Column 304: there is no attribute "type"
…v/CbpdYiUPKyw?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscr…
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Line 207, Column 354: there is no attribute "allowscriptaccess"
…/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="3…
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Many thanks for your time and advice.
Regards
Sean