7,943 Topics
![]() | |
From were we can generate backlinks? how its possible to generate a backlink for a day? Many are saying that it is through off page submissions?.. But do anyone know that how much submission should be done for a keyword?.. Please help me out | |
HI to all members. I am newbie here and I am doing SEO for two websites- http://www.ettobuy.com http://www.abhimanuias.com I want to know which is the best way to get maximum traffic ? | |
Hello, I have a multidimensional array i like to make every category to be clickable and to show its own sub-categories i have something like this... pls help to achieve this. function makeList(array $Array) { $Output = '<ul>'; foreach($Array as $Key => $Value) { $Output .= "<li><input type='submit' name='value[$Key]' value='$Key' … | |
Are you aware of the new malware infecting our cloud-based filesharing applications? | |
I want to increae the organic traffic so please tell me the best Strategies to increase organic traffic. | |
Hello there, i have problems with { "error": "invalid_grant", "error_description": "Bad Request" } " curl post request to https://www.googleapis.com/oauth2/v4/token I can't obtain new access_token... Here is my code: // These come from your client_secret.json file $clientID = "6590728998701b5184dev3d16dhgphu7b12me015bo9v.apps.googleusercontent.com"; $clientSecret = "pKAISh1d10k4vP7r1fDX20pJ"; $token_uri = 'https://www.googleapis.com/oauth2/v4/token'; // Build the URLEncoded post data … | |
Hello folks, I have been doing SEO for my client website with http:// version since 2.3 months.I noticed that my client suddenly changed to https:// version. When i searched in Google search console, and clicked on Fetch as Google and when submitted, it showed that Redirected, and linked pages submitted … | |
I don't know, what do you think about my question. Yes, this is one of my crucial issue that I'm going to feel, now. What do you think, social media platforms can cause to increase website's bounce rate? and How? What is the best solution of this problem? | |
| |
How can I best optimize my website, to increase number of visitors and link with them. Also how do we add section of forums to website? | |
Hello i am new SEO person please tell me some simple biggners method for keywords optimized.. | |
Which CMS platform do you use? Do you prefer Joomla or Wordpress? From your observations which one is best for SEO in terms of available free components. Please share other comparison factors. ![]() | |
Hi, this side is James I have a key-word (Cell Phone Plans) "cellhub.com" , which is on the 7th page of Search engine results. Please suggest me, what should I do to improve its ranking and get it to first position | |
This question is not pertaining to the development. It is rather deployment question. My client has bought another domain name and his provider is not sharing its user id and password. they asked me to share my name server. Is it safe to share my hosting account name server so … | |
| |
I find there are several google analytics alternative on the internet. Now, I wonder if I can create my own google analytics? How to? | |
Looking for advice on how to promote my wedding officiant website so it will rank in the search results. Can someone take a look and advise? Thanks | |
The Google Experience Launcher, as it was, first arrived exclusively for the Nexus 5 towards the end of last year. That changed recently when the renamed Google Now Launcher (GNL) appeared in the Play Store as a standalone app for Nexus devices and those handsets running Google Play Edition (GPE), … | |
2) Write a program that computes the average of all even numbers in the range 3 to 111, inclusive. Use a counting loop. Display the average in a suitable format | |
I was working on bank ifsc code search engine which provides all branch details for every bank in India. I used Php and Mysql to handle database queries and data retrieval. The whole project looks good but there were some technical limitations stopping me. Like, i have done all SEO … | |
What is the impact of google using more artificial intelligence in ranking websites for organic rankings. What is the impact of artificial intelligence on SEO strategies . I have just finished this article on techcrunch that got me worried https://techcrunch.com/2016/06/04/artificial-intelligence-is-changing-seo-faster-than-you-think/ They say there is a new algorithm called Google Ranbrain … | |
redirect url and create the seo url in htaccess file abc.com/cat=4 | |
I am working with a code which stores the information of customers in a file called customer_details.txt then asks the user to enter a name and then searches for the name in customer_details.txt, if the name is found, the entire details of the user is displayed on the output screen. … | |
I have been wrestling with this subject for six months and can find no complete answer anywhere on the web or in any book seen. I have become very familiar with the debate and so it is not necessary to debate the following here. I had rather do all of … | |
Hi All, First of all thank you for reading my post. I dont know much about SEO but one of my friend suggested me last night in the pub; "If you make Google happy your websites life will be sorted" and I feel now after reading lot of contents online … | |
A list of class objects mimics a C array of structures. The snippet explores how to setup the list, and sort the list according to a selected attribute. Then we use a format string to display the sorted list. Take a look at how to search the list. All in … | |
There was another Web Developer/WebDesigner/SEO forum out there that was around for a long time and was an awesome resourse and community called webproworld. It's has evidently closed it's doors with no explanaTtion or even a good bye. Is there anyone else heren that was a member? | |
I have multidimensional array that include department and category. Based on the selecting department and category, i need to search names. below is my code $shop = array( array( "emp_name" => "ramu", "department_name" => "cse", "Number" => 15 ), array( "emp_name" => "ramesh", "department_name" => "eee", "Number" => "56", ), … | |
Hi there, I am new to the community and not entirely familiar yet to what I contribute or ask when it comes to this forum. So please bear with me, and help me address the issue that I am submitting here: I am working for a synagogue which is therefore … | |
I'm working on an Anagram Finder program. One of the methods I'm writing introduces the concept of **recursive backtracking** which I'm completely new to. I'm hoping to get some suggestions of how this works/how to make it work. I'm trying to implement recursive backtracking in order to display a list … | |
Hi Guys Please help me I want to know that how can use google api in asp.net mvc. | |
Hi, I'm trying to install Grunt with Node.js using this command and this is my first time using Node or Grunt so take it slow :-) $ npm install -g grunt-cli Each time I try to run the above code I get this error; I've searched online for the answer … | |
Hello Everyone, SMO creation , I have no idea so please suggest me which is the best social media sites for **SMO**. | |
Hi, Every one please help me... I am doing MSCS thesis implementation, my area is Monitoring and detection of SLA violation handle with proactive approach in cloud computing environment...please any one help me in algorithm or java code to monitor and detect SLA violation......... | |
I just want to know: Is it still necessary or is it still working for traffic, Today? | |
Hi All, In below code i am performing search in map through key value but not able to get the desire results though common elements (intersection) is present in both lists. #include <iostream> #include <stdio.h> #include <stdlib.h> #include <map> using namespace std; struct node { int data; struct node* next; … | |
I need jsp function for search data(text) inside a html table. not a my sql table. ex: inside a table "<table><tr><td>some text here</td></tr></table>" i have several text. i need jsp function to search one of the text and highlight it with the position where the word is. or can u … | |
I want to know from you all, what are the tips to create qualitative content for website and blog. | |
Disqus said about it... 1. Your comment history and activity will only be viewable by you. 2. Existing users who are currently following your account will no longer be able see your activity via your profile or daily digest emails. 3. Disqus users will no longer be able to follow … | |
<!-- example --> <html> <head></head> <body> /* Lots of contents, header, etc. <?php if (isset($_GET["id"])) { echo $anexample[$_GET["id"]]["test"]; } ?> </body> </html> There would be links that would say `example.php?id=1` and `id=5` and `id=9`. However I'd like page to rerender just that particular place. Nothing else in page will change. … | |
I am having an issue with my program it should start the msconfig program when the button is pressed but it doesn't start, however when I change the file name to Cleanmgr it starts up perfectly. ShellExecute(handle, 'open', PChar('cleanmgr'), nil, nil, SW_normal); ShellExecute(handle, 'open', PChar('msconfig'), nil, nil, SW_normal); I assumed … | |
I started new Ecommerce website ..developed in php.(codeigniter)..and it is SEO friendly but we are in only gifting category .but any one please suggest me how attract people to our website.? | |
Hi im dealing with my client website which is a news website. They are running google adsense. Hardly a day that particular website is getting about 500-600 page views but adsense amount is very less. May i know the reason behind it and how to increase the google adsense revenue. … | |
Hi, We have developed our e-commerce site in Magento 2 and we are launching our cedcommerce blog. Currently, I am using a cedcommerce blog extension, but I was wondering if it is better for SEO to use a Magento2 extension. Anyone have any suggestion ? Thank you!! | |
Actually, I owe a website where a particular set of inner pages is not getting indexed in Google and other Search engines. I have checked sitemap.xml, robots.txt file and also the meta robots tag and I have never found any issues. Then, I did a Google Fetch with the help … | |
We're doig a replatforming/redesign of our website using Kentico Enterprise, and we have a couple handfuls of AdWords Campaigns. We're also looping in a Copywriter to go over existing and new copy content for our products and other pages. I want to make sure we don't lose keywords relevant to … | |
Hello friends I am doing SEO for a website which have offices in two locations in USA and also in UK. I would like to use microdata for the organisation using free tool(tools dot seochat dot com/tools/brand-organization-schema-generator/) for rich snippet generators. I have already placed meta tags on the home … | |
Hi, How We can Improve the Traffic of Motivational Speaker website, can we discuss anythink new off-page optimization tricks |
The End.