I have a website , and I`m using AngularJs.Everythings works fine but when I try to search my website on google I get a lot of brackets :
Dobuy.T-shirts. Home. Search Product. Designer; [[item.name]];
Category; [[item.name]]; My Account; Cart · Checkout · Login
· User Profile · ([[cartItems]] items) ...
I heard that if i use prerender.io this will solve my problem, so i gave it a try but the page is the same .. nothing changed.
I am using django with the django prerender package.
Any idea ? Any help ? How can I make my AngularJs website SEO friendly ?
You don't set up your prerender.io correctly. Just check url: view-source:http://www.dobuytshirts.com/?_escaped_fragment_= and you can see all brackets.
Related
I test my site url on google mobile friendly test. It showing me page is mobile friendly but some times it is showing me that page is not mobile friendly. So why it is happen. Please help me out for this. I added some codes in htaccess but not getting positive thing. Site in wordpress.
URL : https://www.example.com/test/
This could happen when the google mobile bot is not able to fetch and render the page correctly for the mobile platforms.
If you test this in your search console, you can see the errors for the static assets not getting loaded for mobile. It could happen due to a variety of reasons based on your Wordpress website configurations and plugins.
If you are not using google search console, make sure you use it to figure out the actual cause of these issues.
Check out this detailed blog for the fix relates to static content delivery - Fix Page not friendly issue
My website is a Single Page Application written with AngularJs.
I am trying to add AdSense for some pages. After submitting, my site was rejected because of the following reason: "Insufficient Content".
My question here is: were adSense crawlers able to access and view my website considering that we use escaped_frangment and phantomJs to render the pages? (This works pretty fine for google bots.)
What can I doto make my website approved by adSense?
Thanks in advance.
I've used Prerender successfully in the past. It was a bit of a pain to set up, but works very nicely.
Search engines and social networks are always trying to crawl your
pages, but they only see the javascript tags...
We render your javascript in a browser, save the static HTML, and you
return that to the crawlers!
I have made a tool for checking seo stats like PR, DA, etc. There's one issue which I am trying to solve but couldn't. When a user enters a website in the search bar.
The url of the page comes as
http://seopoints.org/websites/index?url=http%3A%2F%2Fwww.domain.com
http://seopoints.org/websites/index?url=domain.com
http://seopoints.org/websites/index?url=https%3A%2F%2Fdomain.com
http://seopoints.org/websites/index?url=www.domain.com
But I want the URL of the page to come like this.
http://seopoints.org/websites/domain.com
How should I do this? I am using CakePHP. Need help in writing code in routes file.
Website URL: http://seopoints.org/
As mark say "http://seopoints.org/websites/domain.com" is not SEO friendly.
Did http://seopoints.org/websites?q=domain.com work??
Thanks..!
I have a personal website that I use for some of my motorbike racing. I created it recently using node and angular. I decided to try angular routes for my page navigation etc. I think it worked well but I'm annoyed that my website isn't showing on google search.
When I've looked into how to get google to find your website I've followed many suggestions with meta names etc but when I came to a sitemap I discovered that most crawlers etc have problems finding any links on my website to other pages.
You can see my website here - MPC Racing
I have tried using this automatic sitemap creator and it can't find anything apart from my main page - XML Sitemap
Do you have any suggestions on how I can my website more easily found by search engines?
For example, a design company designed all my graphics for my bike and if I type into google "Webstep Racing Team" I get the link to their website as the first hit but nothing at all on my website. What is it they are doing and I'm not? - Webstep Racing Team
In Google Webmaster tools there is an option to 'Fetch as google'. So you see what google sees when it crawls your angular app. It gives you an image of what google sees.
However for me the problem is that the crawler does not crawl the angular links within the app.
By default the hashes are getting ignored by search engines, because normally they refer to parts of the same page.
You can follow google guidelines for ajax crawling urls to get the hashed url indexed by Google. The same standard also supported by Bing according to searchEngineLand post.
And because you are using angularJs, you might find Matias Niemela's post on how to have your AngularJS application indexed very useful. Demo and source code.
I am using sharekit SDK for twitter and facebook sharing. It seemed to be working fine, so we delivered the product. Now, we found a problem like There was a problem to accessing Twitter while the Facebook sharing works fine.
I have searched and found this link
and
Twitter Integration issue using sharekit in ios?
I set the callback to my app's website. Now I am redirecting to the website after login to the twitter through app. I don't know how to pass an oauth_callback value to oauth/request_token.
Does anyone know how to solve this issue?
https://github.com/ShareKit/ShareKit/pull/692/files Try this link.I hope it will help you