If has macro of SEO KEYWORDS on Confluence Zen foundation ?

lily56 April 6, 2013

I see macro of SEO title and meta description ,but it seems have no SEO keywords. How to find this macro?

3 answers

0 votes
Darryl Duke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2013

Both macros have single parameters -- title and description, respectively. Whatever you type into those parameters will be added to the meta tags in the header.

0 votes
Darryl Duke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2013

Both macros have single parameters -- title and description, respectively. Whatever you type into those parameters will be added to the meta tags in the header.

0 votes
Ryan Goodwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 8, 2013

If you have access to the database you can run this query to find the space name and page title of each instance of this macro. To find the search string to you'll need to know the macro title, which you've said is SEO. So run a query like this against the database:

-- SEARCH BODYCONTENT FOR REFERENCE TO A SPECIFIC STRING

select s.spacename, c.title

from bodycontent bc join content c on bc.contentid=c.contentid

join spaces s on s.spaceid=c.spaceid

where bc.body like '%<ac:macro ac:name="SEO"%';

This will show you where this macro is used. If you're not getting results using Confluence search for SEO, you might also try this:

* Navigate to Confluence Admin > Cache Statistics

** Click flush all

* Navigate to Confluence Admin > Content Indexing

** Rebuild the index

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events