powerful search engine optimization
effective link popularity development

Below our informational pages about search engine marketing. All content provided by M. D. Conti, Search Engine Optimizer

--------------

Keywords

How to choose keywords

Keyword
prominence

SEO

The factors that play a role in your web site's ranking

Optimised
web-design

Search engines strategies

Optimized body description

Content is king

Invisible
text

Comment tag optimisation

Meta tag optimization

Title tag
optimisation

Hyperlink
URL tag optimisation

Alt tag optimisation

Getting your
PDF indexed

Alternative traffic promotion techniques

Copywriting

Creating effective body descriptions

Writing content: focus on your target audience!

Content is king

Writing a
business
website homepage

Actractive web
page titles

Links

Linking
tips

Linking
strategies

Trading
links

Link popularity development

Website's linking architecture

Automated linking software

16 rules for a good link exchange request

Pay per click

Pay-per-click: How to increase the
click-through-rate

Pay-per-click: PPC strategies

SEO versus PPC

Pay-per-click: PPC campaigns

Pay-per-click: Landing pages

Pay-per-click: PPC management

Pay-per-click search engines list

Pay-per-click:
how to avoid click fraud

How to improve effectiveness in PPC

Pay-per-click:
How to chose keywords

Pay-per-click:
Google AdWords

Pay-per-click: Google AdWords account structure

Pay-per-click: Yahoo Search Marketing (SM)

Yahoo SM
versus
Google AdWords

Domain names

Domain name strategies

Domain
registration
rules

Content
spidering

TDL: country top domain level

CIRCA technology: applied semantics to search engines

Latent semantic indexing (LSI)

Real simple syndication (RSS)

Block-level link analysis

Google

Google "jagger" update

Google "link" command

Google's ranking algorithm
part 1/4

Google's ranking algorithm
part 2/4

Google's ranking algorithm
part 3/4

Google's ranking algorithm
part 4/4

Google's
original
patent:
how Google
works

Google's
page rank

Google's sandbox: delayed inclusion of new websites

Google's penalties: getting penalized

Google's
sitemap
service

Google's
search
page

search engines

How search engines evaluate relevancy when ranking search results

How to be informed when a search engine spider visits your site

How to instruct
spiders by means
of the head-tag

How to prevent
duplicate content

How search engines work

Australian search engines list

World major search engine list

Web searchers' behaviour: shocking web users' statistics

Listing expectations: how much better is ranking No. 1 versus No. 10?

web marketing

Seven reasons
why customers
don't buy

12 ways to exceed your client's expectations every time!

Market reseach for new online business

How to set up your best customer profile

Web
Marketing
Plan

12 tips to build
a new SEO
Career

How to market your website: five keys to web site marketing success

How to market your website: the five web marketing laws

How to market your website: miscellaneous marketing strategies

How to market your website: a mixed marketing media approach

miscellaneous

Site
defacements

Link in a
new window

Are you cross-browser compatible? Learn how to do it

Javascript to let visitors bookmark your website

Why your web pages don't load fast enough

Javascript to open a link in a new window

Hexadecimal

Hexadecimal color codes

Decimal RGB color codes

 

Add a Link
Company Profile
Keyword Tracking
Search Engine Optimisation
Link Popularity Building
Pay Per Click - PPC
Links
Home

 

No doutbt that if you want to maximise your visibility online you need an effective meta tag optimisation and a strong reciprocal link management, but there might be some site design issues that can make it difficult for the search engines to list your web pages. Here is how our state of the art techniques will put your internet business in the top ten matches.
Contents:
Site Design Optimisation Tips
The main site design problems are:
A. Frames
B. Dynamic URLs
C. Flash Sites
- Splash Pages
- Hyperlinks Made with Flash
D. Sites Using Image Maps for Navigation
E. Sites Using Javascript for Navigation
Site Design Optimisation
A. Frames

Whether your site uses frames, you might get into troubles. The problem is that search engines do not index framed sites. In fact, we recommend redesigning your site without them if you want to get good listings in the search engines. If your site must use frames here are some tips we recommend

The problem:

A frame is exactly what the name conveys - they are an HTML page that "frames" other HTML pages. In most cases a framed site will only have one page you can submit, the Home Page (or Index Page). This page is called Frameset and is usually left blank. Since your site uses frames the home page actually has nothing that the search engine can use i.e. content, to determine how to list your site.

The solution: <noframes> tag

The best thing you can do to improve your results is to use the <noframes> tag within your frameset. The <noframes> tag can be used for content that will help your site get listed. You should also implement the best title tag, and meta tags that you can (see Meta Tags Optimisation Page ).

Where:

The <noframes> tag goes just before the </frameset> tag for your frameset, as you can see below in green.

Example: Code of a Site Using Frames with <NOFRAMES> Tag
<HTML>
<HEAD>
<TITLE> Framed Site</TITLE>
</HEAD>
<FRAMESET cols="100,*">
<FRAME name="contents" target="main">
<FRAME name="main">
<NOFRAMES>
Optimized page content goes here for best results.
</NOFRAMES>
</FRAMESET>
</HTML>

Tag tips:

Insert content within the <body> tags that you see above within the <noframes> tag. An easy way to do this is to create a new un-framed home page for your site that describes your site and services. Once you have created the page then view the HTML of the page and copy everything from within the <body> and </body> tags. Then paste the content within the <body> and </body> tags in the <noframes> tags of your frameset. The entire HTML can be placed within the body tags.

Last but not least

A. Search engines like simple HTML pages so keep it simple and text based for best results.
B. Make sure your <noframes> content is "optimised" as explained in the Meta Tags Optimisation Page
C. Include links in the <noframes> content to all of the other pages on your site so that the spider crawls and indexes them too.
B. Dynamic URLs

Search engines cannot list dynamic URLs. Dynamic URLs are usually found on database driven sites. If your URL contains any of the following elements it is considered a Dynamic URL:

? & cgi-bin .cgi % + = $

If your URL contains any of the above, it is likely that it will not get listed at any of the main search engines.

What to do:

You should submit a different URL that is not dynamic from your site, but if all of your URLs are dynamic you should make a static page so that you can get listed.

C. Flash Sites

Flash is not the problem here. The matter is how it is used. The main problems are:

Splash pages

Flash is often used on its own as a home page, commonly known as a "splash" page which the engines can't index. Avoid submitting pages that are made up mostly of Flash. If you do submit a page that is mainly Flash then improve your chances by adding content and having good meta tags and title tag (see Meta Tags Optimisation Page )

Hyperlinks made with Flash

When you submit to a search engine you can expect the spider to follow the links on the page you submit and spider those pages as well. Hyperlinks made with Flash do not allow this. You need to have standard HTML links to the other pages of your site or create a site map page in HTML with links to every page on your site and add a standard HTML link on each page that links to the site map.

D. Sites Using Image Maps for Navigation

Due to the code involved in an image, search engines often get trapped and fail to spider your site.

If you use image maps you need to add HTML links. Yet again an easy way to get around this is to create a site map page using HTML links and also add an HTML link on each page of your site that links to the site map.

E. Sites using Javascript for Navigation

Search engines can't follow links that are within Javascript, so your site will not get spidered unless you add standard HTML links. An easy way to do this is to create a site map page using HTML to link to every page on your site. Then add an HTML link on each page of your site that links to the site map.

For more information see also

Back to Top

Home | Site Map | Contact Us | Price List | Webmaster | Company Profile | Add a Link

Top ranking positions in search enginesmember

Price List
Site Map
Contact Us
Webmaster