Hello and welcome
Your website is great looking, simple and clear.
Although I have a little
SEO (Search engine optimization) advice:
On your menu instead of VBA, use the whole term Virtual "Blog" Assistant.
This is because when a search engine parses your pages and finds all the URLs on your pages, then it takes a look at those pages but first it looks at the title of your link and if it's for example "Virtual "Blog" Assistant" then that is one vote for the page that link is pointing to, to be about Virtual "Blog" Assistant, but right now it's only VBA.
BUT
There is another (slightly weaker) way to enforce this, and it's like this:
|
Code:
|
<a href="default.aspx" class="MSC_PrimaryNavLink" title="What is a Virtual Blog Assistant">What is a VBA</a> |
Notice: title="Virtual Blog Assistant" in the <a tag and also notice that I took those double quotes (around the "blog") out because the whole "Virtual Blog Assistant" is wrapped in double quotes and that's an HTML standard.
Although I prefer the first option, and that's a matter of personal preference
Please let me know if you have any questions.