Forum: Search Engine Optimization Jan 24th, 2008 |
| Replies: 17 Views: 2,857 Only 7000 now.......
Any suggestions ?????
Please I need help with this issue......... |
Forum: Search Engine Optimization Jan 21st, 2008 |
| Replies: 23 Views: 6,324 I found this (Attachment) quite useful to start with SEO... |
Forum: Search Engine Optimization Jan 21st, 2008 |
| Replies: 17 Views: 2,857 This is rediculous.
I had around 45,000 pages on google index until last week.
Now it is going down. it dropped to 35,000 then to 12,000 and now only 8000.
Now I think "Was it worth spending 2... |
Forum: Search Engine Optimization Nov 5th, 2007 |
| Replies: 17 Views: 2,857 Very true.
thnx for quick replies guys........ |
Forum: Search Engine Optimization Nov 2nd, 2007 |
| Replies: 17 Views: 2,857 Hi everybody,
until yesterday i had around 31,000 pages indexed by google .
(i check it daily by site:www.mysite.com).
today morning when i checked google is showing only 14000 pages.
any idea... |
Forum: JavaScript / DHTML / AJAX Oct 12th, 2007 |
| Replies: 1 Views: 907 Hi All Java Gurus,
I am a newbee in javascript.
can anybody please guide me how can i use cookies to track user visits?
I want to track what links users are visiting and to show them these... |
Forum: Search Engine Optimization Sep 28th, 2007 |
| Replies: 3 Views: 1,581 they are very well reachable by the crawler.
but can u explain why it keeps visiting the same pages(they have no PR at all) and not new pages? |
Forum: Search Engine Optimization Sep 28th, 2007 |
| Replies: 3 Views: 1,581 Hi,
I have a website www.xyz.com which is basically informational site.
PR of this website is 4.
i have another website with subdomain store.xyz.com, which is actually my online store.
The home... |
Forum: Search Engine Optimization Sep 20th, 2007 |
| Replies: 7 Views: 3,227 does it mean i should have more than one link to reach any page in my website ? |
Forum: Search Engine Optimization Sep 20th, 2007 |
| Replies: 7 Views: 3,227 do you mean if i have same meta tag keywords and description for all my pages,
it would be considered as spamming and google won't crawl any further ?
Thanks... |
Forum: Search Engine Optimization Sep 14th, 2007 |
| Replies: 7 Views: 3,227 Can you please tell me what do you mean by "deep links" ?
and how can i sprear pr from my home page ? (by linking all important pages to home page ? )
thnx. |
Forum: Search Engine Optimization Sep 14th, 2007 |
| Replies: 7 Views: 3,227 Hi
On my website i have almost around 25000 webpages(static).
when i go to google and enter
inurl:mysite.com it shows only 1000 pages. these are the pages crawled by google.
Here i notice that... |
Forum: Search Engine Optimization Sep 11th, 2007 |
| Replies: 10 Views: 3,800 thnx guys.
johny_d sounds better |
Forum: Search Engine Optimization Sep 7th, 2007 |
| Replies: 10 Views: 3,800 thnx johny_d (http://www.daniweb.com/forums/member163443.html) |
Forum: Search Engine Optimization Sep 4th, 2007 |
| Replies: 10 Views: 3,800 I have a question:
Does order of DIV Tag matter in SEO ?
if it does matter, upto which extent it matters?
What option is better:
1) Header DIV, Content DIV, Navigation DIV or
2) Header... |
Forum: Search Engine Optimization Aug 30th, 2007 |
| Replies: 7 Views: 2,522 if some other low page rank site has link to my site, does it affect my page rank ?(I dont have any link to his site.)
is it better to have some high(5-6) page rank site linking to my site using... |
Forum: Search Engine Optimization Aug 30th, 2007 |
| Replies: 7 Views: 2,522 bcoz the store.xyz.com is actually yahoo store and the guy who initially setup yahoo store didn't bother to care about seo in regards of subdomain. |
Forum: Search Engine Optimization Aug 29th, 2007 |
| Replies: 7 Views: 2,522 thnx
is it ok if i get more incoming link to store.xyz.com from www.xyz.com ? |
Forum: Search Engine Optimization Aug 29th, 2007 |
| Replies: 7 Views: 2,522 Hi
I have a website with main domain name as www.xyz.com which has page rank of 4.
I have another another subdomain from yahoo stores
with name as store.xyz.com and this page has page rank of... |
Forum: Perl Jul 13th, 2007 |
| Replies: 6 Views: 3,556 Thnx Kevin.
tht was informative but i did it other way bcoz i also had to extract other patterns.
thnx again...... |
Forum: Perl Jul 12th, 2007 |
| Replies: 6 Views: 3,556 Hi guys,
i need help extracting e-mail id from the text file
can anybody please tell me how can i extract e-mail id and store it in a vaiable using perl regex.
(e-mail id is not always bound to... |
Forum: Perl Jun 21st, 2007 |
| Replies: 3 Views: 3,784 Just Use perl WWW::Mechanize module.
google for mwchanize perl.it will take you to cpan where u can download WWW::Mechanize module. Unzip it in cgi-bin and use it
like
$mech->get($url);
... |
Forum: Perl Jun 20th, 2007 |
| Replies: 12 Views: 4,367 problem solved...
i modified the script to logout after downloading every 100 files and log in again Now it is working fine.
thnx for suggestions. |
Forum: Perl Jun 19th, 2007 |
| Replies: 12 Views: 4,367 does Not make any difference.... |
Forum: Perl Jun 16th, 2007 |
| Replies: 12 Views: 4,367 tried with different ranges but same problem.
ranges tried (200-500, 235-500, 300-450). |
Forum: Perl Jun 15th, 2007 |
| Replies: 12 Views: 4,367 Here is my script
#!c:\perl\bin\perl.exe -w
print "done</br>";
#######################
use WWW::Mechanize; |
Forum: Perl Jun 15th, 2007 |
| Replies: 12 Views: 4,367 >>>First random guess is you've reached the max number of open files you're allowed to have because you're not closing any of them.
_____________________________
i dont hv any file descriptor... |
Forum: Perl Jun 13th, 2007 |
| Replies: 12 Views: 4,367 hi this is devesh,
i have a perl cgi script that downloads files from other site.
but i got this weired problem that the script stops responding after downloading exactly 100 files (any browser... |
Forum: Perl Jun 5th, 2007 |
| Replies: 4 Views: 4,064 neways i got it.........
$mech->get( "http://google.com", ":content_file" => "d:/google.htm");
thts how i could save tht page......
thnx for ur suggestion.
u were very near...
bye........ |
Forum: Perl Jun 5th, 2007 |
| Replies: 4 Views: 4,064 thnx lordspace,
but i want to automate saving page(ie. i want to save google or any other page to my hard drive.)
and i think mechanize should work for tht.
hope 2 c ur reply...
thnx... |
Forum: Perl Jun 4th, 2007 |
| Replies: 4 Views: 4,064 #!/perl/bin/perl -w
print "Content-type: text/html\n\n";
use WWW::Mechanize;
my $mech = WWW::Mechanize->new( );
$mech->agent_alias("Windows Mozilla");
use LWP::Simple;
use... |
Forum: Perl Apr 19th, 2007 |
| Replies: 5 Views: 2,400 i've created tht id for this hing only.........
thr r only 2 mails in tht inbox........
now wud u plz come 2 real world and understand wat the actual proble is !!!!!!!!!! |
Forum: Perl Apr 18th, 2007 |
| Replies: 5 Views: 2,400 c'mon man.
if u try 2 login with tht id and pwd u can login..
they do exist. |
Forum: Perl Apr 18th, 2007 |
| Replies: 5 Views: 2,400 Hi
i'm lil new to perl
wat i want to do is to login to my gmail account and click on the "Search mail" button using the perl script.
this is my script, but thr is a problem tht when i click on the... |