recently there was a section at foursquare.com website with the list of all applications. However now it is not accessible for some reason. I even have the link stored in Google Search results with guide to foursquare "page not found" error:
https://foursquare.com/app/jet_lovers__your_flight_club
Does anyone have the idea what happened?
We took it down to make some improvements -- a new version will be up eventually.
Related
I am currently trying to develop a tool to use Google Search Console API in order to get some data from my website.
My main goal is to get the 'Links Report' such as Top linking domains & Top linked pages in an automated way.
I don't know if this is available via Google API. I have found nothing till now.
Is this even possible to get such list via the Google Search Console API?
I'm doing the same thing, hoping someone will answer that question
Developers!
I need your help.
My team uses, "Cornerstone", as a Learning Management System platform. I make custom pages that show deep links to courses. I have never been able to see Google Analytic results for "deep links". After clicking a deep link, the user is 'registered' and marked as 'completed' for taking the course.
Google Analytics is not tracking deep links. But, It is tracking other links to pages just fine. Do you why? How can I solve?
Here is what a "deep link" looks like:
https://sephora.csod.com/samldefault.aspx?returnurl=%252fDeepLink%252fProcessRedirect.aspx%253fmodule%253dloRegisterAndLaunch%2526lo%253de37bea16-2097-4c94-a900-3f9052beba53
Any help is greatly appreciated.
Thank you,
Matie, Web Designer
After looking through some of the questions about this, none of them answered my question which is this; I'm getting really weird 404 errors from the Google crawler and they're showing up in my webmaster tools account. If they were simply broken links, it would be easy to fix, but these are not from my site so I have no idea how to fix this.
Keep in mind I have an Azure pay-as-you-go account and it's behind my CloudFlare account. I already contacted CloudFlare and they said to talk to MS about it. I posted it over a week ago in the Azure forums and no answers yet. Also, if I want to put in a ticket to MS Azure I have to buy their $30/month support plan. Before I go that route, I thought I would post here and see what you think.
Here is a screenshot of some of the recent errors
I have a full CSV file of the errors if you want something more specific.
Any help is greatly appreciated.
Pete
One thing you can do is check your robots.txt file and update it.
http://www.feedthebot.com/ is best site for identifying broken links.
several other site available like this , they will tell you which link is broken and how to fix this.
I'm trying to use Google Tag Manager for a site created using Google classic Sites, but I haven't had any luck so far. This question seems to have been up on a few forums, but I was not able to find any definitive answer to this end.
Help would be greatly appreciated!
You've probably seen this page - Configure Google Analytics for Google Sites, but I don't believe there is a way to add custom javascript to a google sites page, at least not yet. You might be better off buying your own domain and hosting it somewhere if you want access to GTM.
You can now use the 'embed' option in google sites to add arbitrary html/css/javascript to the site. I added the tracking code created by google tag manager and embedded it in the footer of my google site.
Directions from Google
I have a simple HTML site with 100+ pages or so. I want to add a search bar at the top so the user can search the site. I know about Google Custom Search, but it shows ads unless you pay at least $100. Obviously I'd like ad-less search on my site for free if at all possible!
I've also heard about Lucene/Solr, but they do not actually crawl the site. For that I would apparently need Nutch.
Anyway, the site I have runs on a Microsoft IIS6 server, but I have basically no knowledge as to how Solr, Nutch, etc. gets "installed" on the server.
Also: I'd like to point out that I do have a local copy of the site. Perhaps I can do one big initial nutch "crawl" locally that will create an .xml for Solr?? That would help me get "up and running", but probably wouldn't be a good long-term solution.
..so should I just use Google Custom Search? or is there a not-extremely-painful-to-implement alternative? The brain hurts folks.
You did not mention how many search requests you want to handle but if you use the json-rest-api of google's custom search you have 100 searchqueries a day for free and you can display them without any ads on your page.
An simple example request can be found here.
Here is an easy way that works pretty well, although you may be looking for something more than this.
http://sitecomber.com/getsitecomber/
You can create code to paste into your site in about 2 minutes. It doesn't get easier than that. Search is powered by Google, but results are isolated to your website.
EDIT: This no longer works.