Tuesday, July 26, 2011

List of free Press Release distribution sites


·         1888PressRelease.com
·         AddPR.com
·         BizEurope.com
·         eCommWire.com
·         Express-Press-Release.com
·         Free-News-Release.com
·         Free-Press-Release.com
·         FreePressIndex.com
·         FreePressRelease.co.cc
·         FreePressReleases.co.uk
·         i-Newswire.com
·         IndiaPRWire.com
·         MediaSyndicate.com
·         MyFreePR.com
·         NewswireToday.com
·         PageRelease.com
·         PR.com
·         PR9.net
·         PR-Inside.com
·         PRCompass.com
·         PRlog.com
·         PRurgent.com
·         PRzoom.com
·         PressAbout.com
·         PressBox.co.uk
·         PressFlow.co.uk
·         PressMethod.com
·         PressRelease.com
·         PressReleasePoint.com
·         TechPRSpider.com
·         TheOpenPress.com

Thursday, July 21, 2011

Instant Approval Directory Sites List



Now I share some Directory list which approved your website link in 1-3 days maximum time.


http://www.roncorvus.com
http://www.dirsubmission.net/
http://www.4dm-tech.com
http://www.9tan.org
http://www.mkt3000.com
http://www.souqelarab.com
http://www.dcaggies.net
http://www.elskemccain.net
http://www.alcoosite.org
http://www.hacidsolution.com
http://www.nyzc.org/
bigbucksdomains.com
http://www.cutedirectory.net
http://www.topwebdir.net
http://www.submiturl.in/directory
http://www.apginfo.com
http://www.azunderground.org
http://www.ltnteampink.com
http://www.adkads.com
http://www.nightlifeadvertising.com
http://www.qaiu.org
http://www.eca-wca-kiwi.com
http://www.arielology.com
http://www.bestsearch4u.info
http://www.smartecommerce.net
http://www.webuntu.com
http://www.adsenses.net
http://www.agglg.org
http://www.agrisa.info
http://www.arkansasscv.com
http://www.directory-elite.com/
http://www.dirlinking.com/
http://www.linkschampion.com/
http://www.linksscheme.com/
http://www.wikiweblink.com/
http://www.dirchampion.com/
http://www.aliveweblinks.com
http://www.amazing-directory.net
http://www.amazingweblinks.net
http://www.dirlisting.net
http://www.eweblinks.net
http://www.freeweblisting.net
http://www.seowebdirectory.org
http://www.simens.org
http://www.topdirlisting.com
http://www.maxxv.com
http://www.qandq.net
http://www.back2reality.net
http://www.cieura.org

Tuesday, July 12, 2011

Google Webmaster Tool and Google Analytics?

Google webmaster tool :-
Google webmaster tool is a no-charge web service by Google for webmasters. It allows webmasters to check indexing status and optimize visibility of their websites.
It has tools that let the webmasters:
Submit and check a sitemap
Check and set the crawl rate, and view statistics about how Googlebot accesses a particular site.
Generate and check a robots.txt file. It also helps to discover pages that are blocked in robots.txt by chance.
List internal and external pages that link to the site
See what keyword searches on Google led to the site being listed in the SERPs, and the click through rates of such listings
View statistics about how Google indexes the site, and if it found any errors while doing it.


Google Analytics:-

Google Analytics is a free Web analytics service that provides statistics and basic analytical tools for search engine optimization (SEO) and marketing purposes. The service is available to anyone with a Google account. Google bought Urchin Software Corporation in April 2005 and used that company’s Urchin on Demand product as the basis for its current service.
Google Analytics features include:

• Data visualization tools including a dashboard, scorecards and motion charts, which display changes in data over time.
• Segmentation
for analysis of subsets, such as conversions.
• Custom reports.
• Email-based sharing and communication.
• Integration with other Google products, such as AdWords, Public Data Explorer and Website Optimizer.

Google Analytics is geared toward small and medium-sized retail websites. The service has limitations that make it less suited to more complex websites and larger enterprises. For example, the system collects data through a JavaScript page tag inserted in the code of pages the user wants to collect data on. The page tag functions as a Web bug to gather visitor information. However, because it’s reliant on cookies, the system can’t collect data for users who have disabled them. Google also uses sampling in its reports rather than analyzing all available data.

Thursday, June 2, 2011

On Page HTML for SEO

There are certain elements of code that sould always be included when building your websites and blogs that will help the search engines love you and give you more limelight in the SERP's.

Step 1. Important HTML SEO Tags

Titel Tag:
 <head><title>Keyword title here</title></head>

Header Tags (H1,H2,H3,H4)

<h1> Most Important Header Tag</h1>
<h2> Second Important Header Tag</h2>
<h3> Third Important Header Tag</h3>
<h4> Forth Important Header Tag</h4>

Step 2. Blod / Strong

<blod>Keyword</bold>
<strong>Keyword</strong>

Image

<img src="image.jpg" alt="Keyword" title="Keyword" />

Hyperlinks (Followed):

<a href="http://www.example.com/index.html"  title="Keyword"> Keyword anchor text</a>

Hyperlinks (Not Followed):

<a href="http://www.example.com/index.html"  title="Keyword" rel="nofollow"> Keyword anchor text</a>

Step 3. Basics...

That shows basic HTML that the search engine look for  to determine what your site is about and  what keyword it relates to.

They are all important and should be used on each page of your site if possible. The below shows recommended title tag syntex:

Keyword <category | website Title

Step 4. Search Engine Indexing Limits

It is always a very good idea to add your keywords to the page title, but do not overdo it by keyword stuffing as the title  should not be more than 70 characters in length.

Page File Size:

No more than 150 Kelobytes(before images, attachment and CSS etc).

Number of Links:

No more than 100 unique links per page.

Title Tag:

No more than 70 characters in length.

Meta Description:

No more than 150 characters in length.

URL Depth:

No more than 4 for example -
Bad example- http://www.example.com/category/places/items/india/index.html
Good example
http://www.example.com/category/index.html

* The number of parameters in a url should be no more than two.

Step 5. Sitemap Syntax:

Like This......

<?xml version="1.0" encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://www.example.com/</loc>
<lastmod> 1987--05-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>

The location of your xml sitemap should be set to a default location where the search engines will automatically look for it. These are as follow:

http://www.example.com/sitemap.xml
http://www.example.com/sitemap.xml.gz
http://www.example.com/sitemap.gz

If you are unsure about creating your own xml sitemap you can find out more and make your own for free at - http://www.xml-sitemaps.com/

Step 6: Don't Forget

 Robots Syntax.

User-Agent:*
Disallow:/privatefolder/
Disallow:/privatefile.html/
User-Agent:Googlebot/2.1
Disallow:/nogoogle.html
Sitemap:http://www.example.com/sitemap.xml

Robots meta tag:

<meta name="ROBOTNAME" contant="ARGUMENTS" />






Saturday, May 28, 2011

off page optimazition

  • Page listed in search engines
  • No. of backlinks
  • Quality of the back links
  • Page assessed as a hub
  • Page assessed as an authority
  • Link anchor text contains keyword
  • Link velocity (rate at which changes)

On page Optimization

  • <title> tag
  • Page Rank
  • Website Age
  • Coding Structure (JAVA /HTML)
  • Meta name description
  • Meta name keywords
  • Keyword frequency and density
  • Keyword in headings
  • Keyword in document name
  • Static/dynamic website
  • No. of pages

SEO Process

  • Site Analysis
  • OnPage Optimizatiom
  • OffPage Optimizatiom
  • Website promotion Campaigns

Top 40 High PR Article Submission Sites List 2017-18

The updated High PR Article Submission Site List of 2017 contains some links that provide great help in boosting the traffic for a particul...