AngularJS Google Data Highlighter

0 votes

I developed a Single Page App with AngularJS and I try to deal with SEO troubles. I use html5 to design my URL's with this configuration :

$locationProvider.html5Mode(true);

With this conf, the refresh will not work because the browser will looking for the page on the server, which doesn't exist. So I added that in my .htaccess which works perfectly:

RewriteRule ^(.*) www/index.html [L]

And here comes the trouble when I try to improve my SEO via Google Webmaster Tool. With Fetch as google, it works great ! But when I use Data Highlighter to add some ratings, description, nothing work. I explain, something is loaded but it's only the home page (the default route defined in my app.js).

Does Fetch as Google work the same way as Data Highlighter ?

Data Highlighter accepts to deal with pages wich are indexed only, does that mean all my pages which are indexed look like my home page ?

Feb 28, 2022 in Digital Marketing by Kichu
• 19,050 points
513 views

1 answer to this question.

0 votes
https://support.google.com/webmasters/answer/2692911?hl=en just go through this and you can find some intresting info on what you have to do and data highlighter is a webmaster tool and it doesnt work that way for your information
answered Mar 1, 2022 by narikkadan
• 63,420 points

Related Questions In Digital Marketing

0 votes
0 answers

Reactjs fetch data from API and google SEO problem

My website create with ReactJS and all ...READ MORE

Mar 4, 2022 in Digital Marketing by Kichu
• 19,050 points
375 views
0 votes
0 answers

Yoast SEO - Get plugin generated data manually

I wanted to get the Yoast SEO ...READ MORE

Mar 2, 2022 in Digital Marketing by Kichu
• 19,050 points
930 views
0 votes
1 answer

Cursors + Pagination & SEO

If you are using a pagination system, ...READ MORE

answered Mar 4, 2022 in Digital Marketing by narikkadan
• 63,420 points
583 views
0 votes
0 answers

Understanding Google Rich Snippet

Reading about Rich Snippet SEO, I got ...READ MORE

Mar 3, 2022 in Digital Marketing by Kichu
• 19,050 points
222 views
0 votes
1 answer

AngularJS SEO - Once and for all

java script cant be or wont be ...READ MORE

answered Feb 14, 2022 in Others by narikkadan
• 63,420 points
357 views
0 votes
0 answers

Angular and SEO indexing

app.config(["$routeProvider", function($routeProvider) { $routeProvider .when("/", ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,050 points
190 views
0 votes
1 answer

SEO With Angular and ASP.NET MVC (not SPA)

the best thing you can do is ...READ MORE

answered Feb 17, 2022 in Others by narikkadan
• 63,420 points
370 views
0 votes
1 answer

Do i need to Submit Separate (Mobile) Sitemap for AMP pages?

Actually there is no need to give ...READ MORE

answered Feb 18, 2022 in Others by narikkadan
• 63,420 points
494 views
0 votes
1 answer

How to check if a website has been Banned by Google

first of all banned pages wont have ...READ MORE

answered Mar 1, 2022 in Digital Marketing by narikkadan
• 63,420 points
769 views
0 votes
1 answer

How to over-ride meta data in Wordpress, using Squirrly SEO

if (is_archive()){ add_filter('sq_title', 'filter_product_wpseo_metadesc'); function filter_product_wpseo_metadesc($wpseo_metadesc){ ...READ MORE

answered Mar 1, 2022 in Digital Marketing by narikkadan
• 63,420 points
670 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP