Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

Monday, August 2, 2010

Content Duplicacy for Multiple Domain with same website

multiple domains point to the one URL

redirect all your secondary domain names to your primary domain name is to do it at your domain name registrar level. Instead of setting the DNS of all your domains to your web hosting account, just set your primary domain name.
n. Log into your domain registrar's website, and look for either "URL Forwarding", "Forwarding", "Redirection" or something to that effect.


I suggest you three solutions that have different effects but are good for the scope:

*

Insert this rule in the robots.txt file only of the multiple domains:

User-agent: *

Disallow: /
*

Apply an permanent redirect from the multiple domains to the main site, the request www.youbusiness.fr (or other) will be redirected to the .COM domain
* Create a landing page to be published in the multiple domains
The difference between a 301 and a 302 is that a 301 status code means that a page has permanently moved to a new location, while a 302 status code means that a page has temporarily moved to a new location.

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

Move website to new Domain

Today Google Webmaster team has roll out new Webmaster Tool Interface for all. From today onwards when you login to Google Webmasters you will see a new Webmaster Interface. Along with new Google Webmaster Interface new feature in Google Webmaster Tools named as Change of Address.

This feature will be extremely useful for those who are planning to move site to new domain. Until today their was no way to notify Google of changes domain name but with this new feature of Google Webmaster you can notify Google to update the index to reflect your new URL.

When you login to your Google Webmaster account you will find change of address option under site configuration navigation links. Here are instructions displayed under Change of Address.

1. Setup a New website

2. Redirect all traffic from the old site with the help of 301 Permanent Redirect

3. Add your new site to Google Webmasters tools on same account of your Old domain

4. Update New URL for your old domain

Dynamic Title

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



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













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

Header Tag Optimization

Headings Tag in HTML:

Headings are defined with the

to

tags.

defines the largest heading and used for main heading

,

,

,

,
defines the smallest heading and used for sub-headings.
Heading Tags

to

are one of the important factors for On Page Optimization. Search engine give more importance for indexing and for ranking well in search results pages.

Header tag is important for visitors also, since heading tag tells both search engine and visitors what the content is all about.

Heading tags are represented as

to

.

is considered the most important tag by search engine and

, the smallest and the least important.

Example of Header tag is:
Head Tag


Head Tag


Head Tag


Head Tag


Head Tag


Head Tag

Tips for Optimizing the Header Tag

to

:

*
Header tags should contain your target keywords along with any other descriptive text relevant to the content of the page.
*
Search engines give more importance to Header tags to what a web page is all about.
*
The Google ranking algorithm things that if you're using a

tag, then the text in between this header tag must be more important than the content on the rest of the page.
*
Use your most target keyword phrases in heading tags on your webpage.
*
By default, H1 tags aren't formatting, so when we are using a CSS style to override the default



*
Use those keywords which are used in Title and Meta tags like description tag and keyword tag. Search engine preferred those keywords which are used in heading tags.
*
Use at least 2-4 heading tags such as

,

,

,

on each page of your website.
*
User those target keyword in header tag which describe the content of the webpage.
*
Add highly relevant keywords in

tag, as it is weighted most than other heading tags.
*
Analyze the relevancy of your keywords and place most important keyword in

tag, less important to

, further less important to

and ultimately least important keywords to

.

Tuesday, June 8, 2010

meta tags format




























===============================
























normally recommend that you cut and paste your META Description into the Abstract and Subject META Tags. This ensures that the search engine spiders fully understand what the page is about. One is not enough!
----------------
ou should cut and paste your Element directly into the Title META Tag like this... <br /> <br /><meta name="title" content="">Insert page title here.">
----------------------






Wednesday, March 10, 2010

URL Rewriting - Create Search Engine Friendly URLs

URL Rewriting - Create Search Engine Friendly URLs

Add following line in web.config



url="~/Commodity.aspx"
mappedUrl="~/ProdAndServ/Commodity.aspx?id=2" />
url="~/Equity.aspx"
mappedUrl="~/ProdAndServ/InternetTrading.aspx?id=1" />



Followers