7,943 Topics
![]() | |
A new google algorithm was released yesterday which has been targeted at content farms. According to the Google blog, it affects 11% of all search queries on the web, making it one MASSIVE update. We were *significantly* hit, losing about 50% of our traffic we normally get from Google. From … | |
Anyone have any experience with Soft-404 errors on non-error pages on Google webmaster? I'm getting a lot of "Soft-404 (404-like content)" crawl errors in my account. The links all actually work, but google's crawler doesn't seem to like them, which I doubt will do me many favours. The problem seem … | |
how it works ? it is activated in Word press Plugin Directory but asking for license is it beneficial for SEO point of view? ![]() | |
Hi guys, i readen in a news that new internet portal is coming up to kill facebook and google, Name:worldbook , url:i dont know , slogan- worldbook helps you to live in secure world Create your own secure world. Total features-1200 , total services-15, (include:Lite space ( social network),file hosting,safe … | |
The following google analytics daily unique visitor traffic graph is backed up by server traffic data and google webmasters clicks to site data. Image of Graph: [URL="http://runescape.siteguides.net/graph.jpg"]Graph[/URL] Most traffic comes from google: [URL="http://runescape.siteguides.net/sources.jpg"]Traffic Sources Chart[/URL] Before Oct 1st traffic was rising steadily with no problems. No changes where made before … | |
Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my … | |
I currently use Sphinx search, and am attempting to sort my results in time segments mode, which means time segments in descending order and then relevance in descending order. Currently I use SPH_SORT_RELEVANCE, and it works fine. But every time I switch to time segments mode, it returns zero results. … | |
Hello, About 2 weeks ago I got a pop up that appeared to be a Windows update, but upon completion, all I saw was one of those aggressive programs that says you have infections but there wasn't any when I ran my antivirus program. I ran AVG, Malwarebytes and Hijackthis … | |
From an SEO point of view is there any advantage to having separate pages on a website as opposed to one page which is dynamically populated with varying content drawn from a database. In particular, I am thinking of a restaurant website where the menu pages can either be separate … | |
Wondering if anyone is able to help me locate a specific set of templates. I saw them on the net and I lost the link. Now I want to buy them. They are great designs and are about 5 of them in the following categories (from memory): Web Design Web … ![]() | |
I currently have a linked table from two tables in one database. I would like to add information from a third table contained in another database. The code for the current table is: [CODE] <?php $con = mysql_connect("","",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("", $con); … | |
I am pretty sure it has been proven that Google penalizes for landing pages with popup/popunder windows, because it negatively affects the user's experience. I was just wondering if they do the same for JavaScript-based modal windows? Or if they are even able to detect them?? | |
I was using keyword discovery before but now I'm using SerpAnalytics keyword tool, it is really working good for me, if you have any experience with any other good keyword toolthen please share here. Thanks | |
Google said on Wednesday that it was killing its Wave collaborative development environment, citing lack of interest, according to published reports such as [URL="http://online.wsj.com/article/SB10001424052748704017904575409873762885194.html?mod=googlenews_wsj"]in [/URL]the [I]Wall Street Journal.[/I] Blog entries from Google appeared as recently as July 27; in fact, the Google Wave [URL="http://googlewave.blogspot.com/"]blog [/URL]does not yet have any information … | |
Good day to all. I'm a VB.NET newbie. How can I search, for example ID Number, and want to highlight the listview item found in search from my first form? I'm using combobox from my second form to search. Thanks. | |
Hey guys, I'm trying to make a link appear as white text in all states (idle, hover, visited, click) but for some reason my idle state does not conform to my CSS. Could someone have a look and maybe help me solve the issue? here's my CSS: [CODE]a.nav:link { color: … | |
I heard somewhere about keyword tracker. But I don’t know what it is and what the benefits we will get? | |
I go onto this blog and post a comment, with my name, email address and website URL. When I submit it, I notice that the link to my site has been re-directed. So: link: their_domain.com/info&12345 redirect to: my_domain.com [b](My link)[/b] Will google bot see my link? Or does it just … | |
Dear Friends I have another query about blog I have told by someone that we should maintain blog on our server and it will be beneficial for our site. Is it true ? If yes then why? Regards Sanjay | |
Hi. I write really terrible python, sort of like using crayons in art class. I have a couple questions. First is: where is the best forum for python newbies to learn how to write better code (standards) and optimize code (faster)? I just joined this forum, so it may not … | |
Im having some trouble with google sitemaps. Everytime I submit my sitemap to google it takes a good hour to tell me that it couldnt download it. I have a redirect on my main domain, pointing all users to a subfolder within the site, so Im guessing its also redirecting … | |
Say I rewrite a URL from [ICODE]www.exampleurl.com/article.asp?id=100&title=bacon-rashers[/ICODE] to [ICODE]www.exampleurl.com/100/bacon-rashers[/ICODE] will search engines try to crawl the folders '100' and 'bacon-rashers', which of course don't actually exist? Have Google or anyone written about this? I've done a quick search and can't find anything... | |
Hi friends, I want to show the details of about 3500 films in my film blog page and I wrote a php page for movie page and I rewrited its URL to SEO friendly as follows [CODE]www.sitename.com/movie.php?id=moviename[/CODE] to [CODE]www.sitename.com/moviename[/CODE] I m very new to seo and my questions are 1. … | |
Hi friends recent days i heared about CONTENT REPURPOSE, but i don't know what exactly it is.Please any one explain detail what is content repurpose? and how it is helpful for seo? and how to do it? | |
Hey guys, I need some help in deciding whether Wordpress 3.1 is OK for full-time use. I realize it's in beta, but my mother's friend wants her static website turned into dynamic content via Wordpress. I don't mind 3.0, but I've heard really good things about 3.1, such as superior … | |
what is "Galaxy Effect" is SEO i search and i just find out that it is link to SEM. any one have any idea? | |
I desperately need help with a project I am working on. I need to create and implement a Binary Search Tree Header file. I am having great difficulty with this and was hoping I could find some help here. This is what I have done(note: I am aware that the … | |
I am developing a search engine that match keyword search for game title and category game that is limited for three keyword search.i am facing some problem that need to swap among the keywords more than using one keyword search.Any guys can help me or give me some guide on … | |
our site is a new site, it's pr is 0 ,How to get backlinks?,other people doesn't to exchange links with me. | |
While searching a site by using a keyword in google, the results shown will it be differ from countries to countries...(ex.Likewise showing that page in 4 page in one country and in 7 page while the same keyword search happens in another country | |
Can anybody help me what is RSS? and how can i create rss, rss feed for a website, i heard it from many people but i don't know exactly. Please tell me briefly how can i use it in the website and tell me the procedure to create rss. Thanks … | |
Hello, I was hoping that someone can help me with this. I have this linking list working, but I have one problem, when I click on the link it shows up with the link like this winner.php?service=1&&year=2010 and honorable.php?service=1&&year=2010&award=1 this is for all years not just 2010, and what I … | |
Guys, How to check for which keyword competitor's site currently rank and how? I've just installed SEO for Firefox, not sure if it can do it. I thought it should, not sure where to enable it. | |
Hi guys, SEO is not my job, but I am learning it for my own personal education. So, I put blog up and building links. Now i created a footprint and located gov and edu blogs to which I would like to respond to. The challenge is - none of … | |
There are a lot of method use for the promotion of website such as Search engine Optimization, Social Media Optimization and many more but We know that there are such specific rules are use in optimization of website is know as On/Off Optimization On page optimization mean optimization inside the … | |
Hi.I want to know that can I submit one same content to different artical directoris or I need to write unique content for every artical | |
invalid use of property [CODE] Dim search As String search = Trim(txtSearch.Text) Select Case cmbSearch Case "By: Customer Name": Call DataGrid("select * from list1 where CustomerName like '" & search & "%'") Case "By: Date": Call DataGrid("select * from list1 where Date like '" & search & "%'") Case "By: … | |
Hello, I know this is an old topic but I really want to know what some good search engines to submit my sites too. When I checked on my sites's stats, some clicks from Google, Yahoo, and msn. And, I don't get any click from other search engines like AOL, … | |
First, hi to all the members and contributors of this forum! I have been a member for some time now on DaniWeb, and I'm not new in website engineering. I'm sure that some experts in SEO can answer my question, and I think that this example will be also useful … | |
Some of the benefits of Search engine optimization are: * You need to make directory and search engine submission. To help the visitors in finding the store, you need to put down your websites address in different directory and on popular search engines. Hence, there are chances of finding the … | |
Here is little story about my way in internet. Why little? Dont want to waste your time. I start from posing, copywrite, links exchange. Then I tried to learn something about SEO and didnt find enough time for this. And now I want to create a website, maybe 3 or … | |
hello all. i wasnt sure if this should go in the php or javascript forum but here we go. i have a php table pulling info from a mysql table. each row contains the name of a user. the users names are links which should take you to a bio … | |
Hi Recently i have heard a new term in SEO that is called Linkbait. 1. What is linkbait? 2. How i can I Use linkbait in SEO? 3. How i can be beneficial by using link bait in SEO? | |
I have this website and I got the script(Pdf search engine) which is licensed to all domains ,i installed on [URL snipped] and it is working fine ,but when I installed it on my other domain ,[URL snipped] and i did search ,it is saying that this script is locked … | |
Hi friends I m wonder how to find out actual count of unique visitors in my website Any specific tool or plugin for that purpose ? Thanks in advance Rajeesh | |
Hello, I am new to programming and I have to write a program to perform a fast search on address book. The address book records are in csv file and contains 4 fields - first name, last name, phone number and company name. My problems are - 1. How do … | |
Hi, Today I was reviewing traffic for one of my websites, I found out that someone linked a jpg image into a forum, and now its getting huge bandwith I mean a lost of hits even when the image was deleted, hits I could use, is there a way for … | |
Hi, I'm working on a linked list filled with class objects and I've encountered a weird problem that I cannot see how to resolve. I declare 2 self-referential pointers within my 2 classes and the error: In file included from prog2.cpp:16: employeedatalist.cpp: In function âvoid getData(std::fstream&)â: employeedatalist.cpp:15: error: âheadâ was … | |
Would you say that Yahoo! Directory listings are worth $300 or would that be a waste of money? Please share your opinions. Thank you. | |
I've come across a strange glitch with my website: [URL="pinchweb.com"]pinchweb.com[/URL] I've managed to make it so as to not require any browser-specific code so it's relatively generic. All except one strange glitch on the navigational bar while using the Opera browser. About the top quarter of the navbar image is … |
The End.